1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
This commit is contained in:
Richard Purdie
2008-05-05 22:47:18 +00:00
parent 2dad46604d
commit 3f92181944
+1
View 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)