[meta-intel] [rocko][PATCH] cryptodev-module: restrict bbappend scope to meta-intel

Anuj Mittal anuj.mittal at intel.com
Mon Aug 6 20:35:19 PDT 2018


This specific patch should be applied when using intel-common MACHINE.

Fixes [YOCTO #12871]

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend b/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend
index 0a449b7..b5b56f0 100644
--- a/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend
+++ b/common/recipes-kernel/cryptodev/cryptodev-module_%.bbappend
@@ -1,6 +1,6 @@
 FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:"
 
-SRC_URI_append = " file://0001-ioctl.c-Fix-build-with-linux-4.13.patch"
+SRC_URI_append_intel-x86-common = " file://0001-ioctl.c-Fix-build-with-linux-4.13.patch"
 
 python() {
     # When we add more kernels for linux-intel, we may have to add a Version check
-- 
2.17.1



More information about the meta-intel mailing list