summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2017-09-11 17:31:30 -0700
committerSaul Wold <sgw@linux.intel.com>2017-09-12 08:37:53 -0700
commit2641c22214aee942b22ece26402891b2ffec2d2c (patch)
treeb98de76cec3328d2bbbfc568c3bd18c36687dcb5
parentc1c153debb6c6581b52af99a4fd3ca49ceddba90 (diff)
downloadmeta-intel-2641c22214aee942b22ece26402891b2ffec2d2c.tar.gz
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 <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend2
1 files changed, 1 insertions, 1 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:"
2 2
3python() { 3python() {
4 # When we add more kernels for linux-intel, we may have to add a Version check 4 # When we add more kernels for linux-intel, we may have to add a Version check