]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/pokyABConfig.py: Add meta-toolchain-sdk to darwin builds too
authorRichard Purdie <richard@openedhand.com>
Mon, 5 May 2008 23:20:33 +0000 (23:20 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 5 May 2008 23:20:33 +0000 (23:20 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4434 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/pokyABConfig.py

index f3ae6840da85344f5d9c2b8348714ff33ee06759..73592f90e22a507da758571e47ac2744f06e90a7 100644 (file)
@@ -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)