diff options
Diffstat (limited to 'scripts/pokyABConfig.py')
-rw-r--r-- | scripts/pokyABConfig.py | 1 |
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' | |||
109 | defaultenv['POKYLIBC'] = 'dummy' | 109 | defaultenv['POKYLIBC'] = 'dummy' |
110 | runImage(f7, 'ipodtouch', 'meta-clutter') | 110 | runImage(f7, 'ipodtouch', 'meta-clutter') |
111 | runImage(f7, 'ipodtouch', 'meta-toolchain') | 111 | runImage(f7, 'ipodtouch', 'meta-toolchain') |
112 | runImage(f7, 'ipodtouch', 'meta-toolchain-sdk') | ||
112 | defaultenv['POKYLIBC'] = 'glibc' | 113 | defaultenv['POKYLIBC'] = 'glibc' |
113 | runComplete(f7) | 114 | runComplete(f7) |
114 | 115 | ||