From: Richard Purdie Date: Mon, 5 May 2008 22:47:18 +0000 (+0000) Subject: scripts/pokyABConfig.py: Add meta-toolchain to darwin builds X-Git-Tag: 2011-1~9037 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3f92181944f5ebac1582e312021af3ff5b21d5bf;p=openembedded-core.git 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 --- 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)