mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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
This commit is contained in:
parent
f1432a386e
commit
82c04d1283
|
@ -109,6 +109,7 @@ defaultenv['DISTRO'] = 'poky'
|
||||||
defaultenv['POKYLIBC'] = 'dummy'
|
defaultenv['POKYLIBC'] = 'dummy'
|
||||||
runImage(f7, 'ipodtouch', 'meta-clutter')
|
runImage(f7, 'ipodtouch', 'meta-clutter')
|
||||||
runImage(f7, 'ipodtouch', 'meta-toolchain')
|
runImage(f7, 'ipodtouch', 'meta-toolchain')
|
||||||
|
runImage(f7, 'ipodtouch', 'meta-toolchain-sdk')
|
||||||
defaultenv['POKYLIBC'] = 'glibc'
|
defaultenv['POKYLIBC'] = 'glibc'
|
||||||
runComplete(f7)
|
runComplete(f7)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user