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>
This commit is contained in:
California Sullivan 2017-09-11 17:31:30 -07:00 committed by Saul Wold
parent c1c153debb
commit 2641c22214

View File

@ -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