aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-05 22:47:18 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-05 22:47:18 +0000
commit3f92181944f5ebac1582e312021af3ff5b21d5bf (patch)
tree666d53be29a0d7b09603ac9be169b43a7f81d6c4 /scripts
parent2dad46604dee1e6e8a6384650cf37d190c03054f (diff)
downloadopenembedded-core-contrib-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')
-rw-r--r--scripts/pokyABConfig.py1
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)