diff options
| author | California Sullivan <california.l.sullivan@intel.com> | 2017-09-11 17:31:30 -0700 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2017-09-12 08:37:53 -0700 |
| commit | 2641c22214aee942b22ece26402891b2ffec2d2c (patch) | |
| tree | b98de76cec3328d2bbbfc568c3bd18c36687dcb5 /common | |
| parent | c1c153debb6c6581b52af99a4fd3ca49ceddba90 (diff) | |
| download | meta-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>
Diffstat (limited to 'common')
| -rw-r--r-- | common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend | 2 |
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:" |
| 2 | 2 | ||
| 3 | python() { | 3 | python() { |
| 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 |
