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 00898d49df..f3ae6840da 100644
--- a/scripts/pokyABConfig.py
+++ b/scripts/pokyABConfig.py
@@ -108,6 +108,7 @@ runPreamble(f7)
108defaultenv['DISTRO'] = 'poky' 108defaultenv['DISTRO'] = 'poky'
109defaultenv['POKYLIBC'] = 'dummy' 109defaultenv['POKYLIBC'] = 'dummy'
110runImage(f7, 'ipodtouch', 'meta-clutter') 110runImage(f7, 'ipodtouch', 'meta-clutter')
111runImage(f7, 'ipodtouch', 'meta-toolchain')
111defaultenv['POKYLIBC'] = 'glibc' 112defaultenv['POKYLIBC'] = 'glibc'
112runComplete(f7) 113runComplete(f7)
113 114