From ec10a0a9413c2be417b06a730305584883afa4f3 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 7 Aug 2018 09:21:38 +0800 Subject: 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 --- 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 0a449b71..b5b56f01 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 -- cgit v1.2.3-54-g00ecf