diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2014-02-03 15:23:51 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2014-02-05 20:42:00 -0800 |
| commit | dd0bd45aa410929d0af1be63ab7397fa40148c41 (patch) | |
| tree | 87a05140ee6ab8b09355611711ac1f2716895467 /conf | |
| parent | b71ee00687bfe4093da110d8fd11967a5f229ce9 (diff) | |
| download | meta-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.inc | 1 |
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" | |||
| 2 | PACKAGE_ARCH_pn-linux-yocto = "${INTEL_COMMON_PACKAGE_ARCH}" | 2 | PACKAGE_ARCH_pn-linux-yocto = "${INTEL_COMMON_PACKAGE_ARCH}" |
| 3 | PACKAGE_ARCH_pn-linux-yocto-dev = "${INTEL_COMMON_PACKAGE_ARCH}" | 3 | PACKAGE_ARCH_pn-linux-yocto-dev = "${INTEL_COMMON_PACKAGE_ARCH}" |
| 4 | PACKAGE_EXTRA_ARCH_append = "${INTEL_COMMON_PACKAGE_ARCH}" | 4 | PACKAGE_EXTRA_ARCH_append = "${INTEL_COMMON_PACKAGE_ARCH}" |
| 5 | MACHINEOVERRIDES =. "${INTEL_COMMON_PACKAGE_ARCH}:" | ||
