summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-02-03 15:23:51 -0800
committerDarren Hart <dvhart@linux.intel.com>2014-02-05 20:42:00 -0800
commitdd0bd45aa410929d0af1be63ab7397fa40148c41 (patch)
tree87a05140ee6ab8b09355611711ac1f2716895467 /conf
parentb71ee00687bfe4093da110d8fd11967a5f229ce9 (diff)
downloadmeta-intel-dd0bd45aa410929d0af1be63ab7397fa40148c41.tar.gz
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 <dvhart@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/intel-common-pkgarch.inc1
1 files changed, 1 insertions, 0 deletions
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"
2PACKAGE_ARCH_pn-linux-yocto = "${INTEL_COMMON_PACKAGE_ARCH}" 2PACKAGE_ARCH_pn-linux-yocto = "${INTEL_COMMON_PACKAGE_ARCH}"
3PACKAGE_ARCH_pn-linux-yocto-dev = "${INTEL_COMMON_PACKAGE_ARCH}" 3PACKAGE_ARCH_pn-linux-yocto-dev = "${INTEL_COMMON_PACKAGE_ARCH}"
4PACKAGE_EXTRA_ARCH_append = "${INTEL_COMMON_PACKAGE_ARCH}" 4PACKAGE_EXTRA_ARCH_append = "${INTEL_COMMON_PACKAGE_ARCH}"
5MACHINEOVERRIDES =. "${INTEL_COMMON_PACKAGE_ARCH}:"