From dd0bd45aa410929d0af1be63ab7397fa40148c41 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 3 Feb 2014 15:23:51 -0800 Subject: MACHINEOVERRIDES: Use INTEL_COMMON_PACKAGE_ARCH Create the intel common override for use in currently machine-specific recipes which need to make overrides for all the compatible machines, such as COMPATIBLE_MACHINES in the linux-yocto* recipes. Signed-off-by: Darren Hart --- conf/machine/include/intel-common-pkgarch.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/machine/include/intel-common-pkgarch.inc b/conf/machine/include/intel-common-pkgarch.inc index 23e4297a..e8ade195 100644 --- a/conf/machine/include/intel-common-pkgarch.inc +++ b/conf/machine/include/intel-common-pkgarch.inc @@ -2,3 +2,4 @@ INTEL_COMMON_PACKAGE_ARCH ?= "${TUNE_PKGARCH}-intel-common" PACKAGE_ARCH_pn-linux-yocto = "${INTEL_COMMON_PACKAGE_ARCH}" PACKAGE_ARCH_pn-linux-yocto-dev = "${INTEL_COMMON_PACKAGE_ARCH}" PACKAGE_EXTRA_ARCH_append = "${INTEL_COMMON_PACKAGE_ARCH}" +MACHINEOVERRIDES =. "${INTEL_COMMON_PACKAGE_ARCH}:" -- cgit v1.2.3-54-g00ecf