From 2641c22214aee942b22ece26402891b2ffec2d2c Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Mon, 11 Sep 2017 17:31:30 -0700 Subject: cryptodev-module_%.bbappend: fix Yocto Project compatibility issue FILESEXTRAPATHS was being being added to globally. Fix by using the intel-x86-common MACHINEOVERRIDE. Signed-off-by: California Sullivan Signed-off-by: Saul Wold --- common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/recipes-kernel') diff --git a/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend b/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend index 91362290..c59ddb2f 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 -- cgit v1.2.3-54-g00ecf