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'
109defaultenv['POKYLIBC'] = 'dummy' 109defaultenv['POKYLIBC'] = 'dummy'
110runImage(f7, 'ipodtouch', 'meta-clutter') 110runImage(f7, 'ipodtouch', 'meta-clutter')
111runImage(f7, 'ipodtouch', 'meta-toolchain') 111runImage(f7, 'ipodtouch', 'meta-toolchain')
112runImage(f7, 'ipodtouch', 'meta-toolchain-sdk')
112defaultenv['POKYLIBC'] = 'glibc' 113defaultenv['POKYLIBC'] = 'glibc'
113runComplete(f7) 114runComplete(f7)
114 115