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/pokyABConfig.py | |
parent | 2dad46604dee1e6e8a6384650cf37d190c03054f (diff) | |
download | poky-3f92181944f5ebac1582e312021af3ff5b21d5bf.tar.gz |
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/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 00898d49df..f3ae6840da 100644 --- a/scripts/pokyABConfig.py +++ b/scripts/pokyABConfig.py | |||
@@ -108,6 +108,7 @@ runPreamble(f7) | |||
108 | defaultenv['DISTRO'] = 'poky' | 108 | 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 | defaultenv['POKYLIBC'] = 'glibc' | 112 | defaultenv['POKYLIBC'] = 'glibc' |
112 | runComplete(f7) | 113 | runComplete(f7) |
113 | 114 | ||