mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
testexport-tarball: sync with buildtools-tarball
This is basically a copy/paste of buildtools-tarball so copy some of the recent changes to buildtools across. (From OE-Core rev: bb10cec25e3683de4fda11e66f827c882488cb1a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
be18eff139
commit
977c4f8a44
@@ -10,7 +10,13 @@ TOOLCHAIN_TARGET_TASK ?= ""
|
||||
|
||||
TOOLCHAIN_HOST_TASK ?= "${TEST_EXPORT_SDK_PACKAGES}"
|
||||
|
||||
SDK_PACKAGE_ARCHS += "tesexport-tools-${SDKPKGSUFFIX}"
|
||||
MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}"
|
||||
PACKAGE_ARCH = "${SDK_ARCH}_${SDK_OS}"
|
||||
PACKAGE_ARCHS = ""
|
||||
TARGET_ARCH = "none"
|
||||
TARGET_OS = "none"
|
||||
|
||||
SDK_PACKAGE_ARCHS += "testexport-tools-${SDKPKGSUFFIX}"
|
||||
|
||||
TOOLCHAIN_OUTPUTNAME ?= "${TEST_EXPORT_SDK_NAME}"
|
||||
|
||||
@@ -22,7 +28,15 @@ EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit meta
|
||||
inherit populate_sdk
|
||||
inherit toolchain-scripts
|
||||
inherit toolchain-scripts-base
|
||||
inherit nopackages
|
||||
|
||||
deltask install
|
||||
deltask populate_sysroot
|
||||
|
||||
do_populate_sdk[stamp-extra-info] = "${PACKAGE_ARCH}"
|
||||
|
||||
REAL_MULTIMACH_TARGET_SYS = "none"
|
||||
|
||||
create_sdk_files_append () {
|
||||
rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-*
|
||||
|
||||
Reference in New Issue
Block a user