From 868758cc6610e22a111c0307464182c1a1ffe35a Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Mon, 11 Sep 2017 17:31:27 -0700 Subject: 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 Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-yocto_4.4.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/recipes-kernel/linux/linux-yocto_4.4.bbappend') 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 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:" LINUX_VERSION_INTEL_COMMON = "4.4.76" SRCREV_META_INTEL_COMMON = "fbb3579c4011befe15368fea05f600d37b3444ba" -- cgit v1.2.3-54-g00ecf