[meta-intel] [PATCH 4/6] cryptodev-module_%.bbappend: fix Yocto Project compatibility issue

California Sullivan california.l.sullivan at intel.com
Mon Sep 11 17:31:30 PDT 2017


FILESEXTRAPATHS was being being added to globally. Fix by using the
intel-x86-common MACHINEOVERRIDE.

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend b/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend
index 9136229..c59ddb2 100644
--- a/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend
+++ b/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:"
 
 python() {
     # When we add more kernels for linux-intel, we may have to add a Version check
-- 
2.9.5



More information about the meta-intel mailing list