mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
meta-toolchain: Split into a plain toolchain and full SDK versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3437 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
2
meta/packages/meta/meta-toolchain-sdk.bb
Normal file
2
meta/packages/meta/meta-toolchain-sdk.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
TOOLCHAIN_TARGET_TASK = "task-poky-standalone-gmae-sdk-target"
|
||||
require meta-toolchain.bb
|
||||
@@ -13,7 +13,7 @@ IPKG_HOST = "ipkg-cl -f ${IPKGCONF_SDK} -o ${SDK_OUTPUT}"
|
||||
IPKG_TARGET = "ipkg-cl -f ${IPKGCONF_TARGET} -o ${SDK_OUTPUT}/${prefix}"
|
||||
|
||||
TOOLCHAIN_HOST_TASK ?= "task-sdk-host"
|
||||
TOOLCHAIN_TARGET_TASK ?= "task-poky-standalone-gmae-sdk-target"
|
||||
TOOLCHAIN_TARGET_TASK ?= "task-poky-standalone-sdk-target"
|
||||
|
||||
RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user