summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2018-08-07 09:21:38 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2018-08-07 11:31:43 +0800
commitec10a0a9413c2be417b06a730305584883afa4f3 (patch)
treeb561b1e548eea3181b52cd432ea7231c6e698021
parentb4d10c37695806143fbaca94eea467ddd27ac7a8 (diff)
downloadmeta-intel-ec10a0a9413c2be417b06a730305584883afa4f3.tar.gz
cryptodev-module: restrict bbappend scope to meta-intel
This specific patch should be applied when using intel-common MACHINE. Fixes [YOCTO #12871] Signed-off-by: Anuj Mittal <anuj.mittal@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 0a449b71..b5b56f01 100644
--- a/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend
+++ b/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend
@@ -1,6 +1,6 @@
1FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:"
2 2
3SRC_URI_append = " file://0001-ioctl.c-Fix-build-with-linux-4.13.patch" 3SRC_URI_append_intel-x86-common = " file://0001-ioctl.c-Fix-build-with-linux-4.13.patch"
4 4
5python() { 5python() {
6 # When we add more kernels for linux-intel, we may have to add a Version check 6 # When we add more kernels for linux-intel, we may have to add a Version check