summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pokyABConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py
index f3ae6840da..73592f90e2 100644
--- a/scripts/pokyABConfig.py
+++ b/scripts/pokyABConfig.py
@@ -109,6 +109,7 @@ defaultenv['DISTRO'] = 'poky'
defaultenv['POKYLIBC'] = 'dummy'
runImage(f7, 'ipodtouch', 'meta-clutter')
runImage(f7, 'ipodtouch', 'meta-toolchain')
+runImage(f7, 'ipodtouch', 'meta-toolchain-sdk')
defaultenv['POKYLIBC'] = 'glibc'
runComplete(f7)