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 | |
parent | f1432a386eb468c3711c4b2e5e0dc3ca88ee48b8 (diff) | |
download | openembedded-core-82c04d1283f18203c09a15f8f361f74b19ca63da.tar.gz openembedded-core-82c04d1283f18203c09a15f8f361f74b19ca63da.tar.bz2 openembedded-core-82c04d1283f18203c09a15f8f361f74b19ca63da.zip |
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
-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' defaultenv['POKYLIBC'] = 'dummy' runImage(f7, 'ipodtouch', 'meta-clutter') runImage(f7, 'ipodtouch', 'meta-toolchain') +runImage(f7, 'ipodtouch', 'meta-toolchain-sdk') defaultenv['POKYLIBC'] = 'glibc' runComplete(f7) |