diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-05 22:47:18 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-05 22:47:18 +0000 |
commit | 3f92181944f5ebac1582e312021af3ff5b21d5bf (patch) | |
tree | 666d53be29a0d7b09603ac9be169b43a7f81d6c4 /scripts | |
parent | 2dad46604dee1e6e8a6384650cf37d190c03054f (diff) | |
download | openembedded-core-3f92181944f5ebac1582e312021af3ff5b21d5bf.tar.gz openembedded-core-3f92181944f5ebac1582e312021af3ff5b21d5bf.tar.bz2 openembedded-core-3f92181944f5ebac1582e312021af3ff5b21d5bf.zip |
scripts/pokyABConfig.py: Add meta-toolchain to darwin builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4430 311d38ba-8fff-0310-9ca6-ca027cbcb966
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) |