diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-05 23:20:33 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-05 23:20:33 +0000 |
commit | 82c04d1283f18203c09a15f8f361f74b19ca63da (patch) | |
tree | 8e00bca02e1ed02873ab56a0c5d7157884036321 /scripts/pokyABConfig.py | |
parent | f1432a386eb468c3711c4b2e5e0dc3ca88ee48b8 (diff) | |
download | poky-82c04d1283f18203c09a15f8f361f74b19ca63da.tar.gz |
scripts/pokyABConfig.py: Add meta-toolchain-sdk to darwin builds too
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4434 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 | ||