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