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

scripts/pokyABConfig.py

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