From 894c9b6ded702897ae4084ef75959cdc8cc6f7a3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 2 Sep 2016 23:47:54 +0100 Subject: buildtools-tarball/uninative-tarball: Fix for working with populate_sdk under sstate control Firstly, these recipes are not target (MACHINE) specific so they should by SDK_ARCH based, not PACKAGE_ARCH. Also fix use of SDK_DEPLOY -> SDKDEPOLYDIR after other recent changes. Together these fixes avoid various build failures and ensure the tarballs only get built once rather than multiple times. Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-tarball.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-core/meta/buildtools-tarball.bb') diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 34df53191b..e84efabd85 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -26,6 +26,9 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-locale-base-en-us \ " +MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}" +PACKAGE_ARCH = "${SDK_ARCH}" + SDK_PACKAGE_ARCHS += "buildtools-dummy-${SDKPKGSUFFIX}" TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}" @@ -40,6 +43,8 @@ inherit meta inherit populate_sdk inherit toolchain-scripts +do_populate_sdk[stamp-extra-info] = "" + create_sdk_files_append () { rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* rm -f ${SDK_OUTPUT}/${SDKPATH}/environment-setup-* -- cgit 1.2.3-korg