aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-05 23:20:33 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-05 23:20:33 +0000
commit82c04d1283f18203c09a15f8f361f74b19ca63da (patch)
tree8e00bca02e1ed02873ab56a0c5d7157884036321 /scripts
parentf1432a386eb468c3711c4b2e5e0dc3ca88ee48b8 (diff)
downloadopenembedded-core-contrib-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')
-rw-r--r--scripts/pokyABConfig.py1
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)