summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-09-11 17:31:27 -0700
committerSaul Wold <sgw@linux.intel.com>2017-09-12 08:37:53 -0700
commit868758cc6610e22a111c0307464182c1a1ffe35a (patch)
tree5c5a7397aecf1260667ade9e13d2335d64bcf462 /common/recipes-kernel/linux/linux-yocto_4.4.bbappend
parent62bef91df15a5ff6ba4ef0f9bd8e158659cea78f (diff)
downloadmeta-intel-868758cc6610e22a111c0307464182c1a1ffe35a.tar.gz
linux-yocto: fix Yocto Project Compatibility issues
FILESEXTRAPATHS was being set globally for every linux-yocto recipe. Use the intel-x86-common MACHINEOVERRIDE on each to fix the issue. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto_4.4.bbappend')
-rw-r--r--common/recipes-kernel/linux/linux-yocto_4.4.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
index c20f7482..0c193821 100644
--- a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
@@ -1,4 +1,4 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:"
2 2
3LINUX_VERSION_INTEL_COMMON = "4.4.76" 3LINUX_VERSION_INTEL_COMMON = "4.4.76"
4SRCREV_META_INTEL_COMMON = "fbb3579c4011befe15368fea05f600d37b3444ba" 4SRCREV_META_INTEL_COMMON = "fbb3579c4011befe15368fea05f600d37b3444ba"