[meta-intel] [PATCH] lttng-modules: Fix SRC_URI for Yocto Layer Compatibility

Saul Wold sgw at linux.intel.com
Thu Oct 26 09:13:04 PDT 2017


Adding the special override limits the impact of the append to
just when we are building for meta-intel machines

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 common/recipes-kernel/lttng/lttng-modules_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-kernel/lttng/lttng-modules_%.bbappend b/common/recipes-kernel/lttng/lttng-modules_%.bbappend
index b65d0db6..dc1c4a74 100644
--- a/common/recipes-kernel/lttng/lttng-modules_%.bbappend
+++ b/common/recipes-kernel/lttng/lttng-modules_%.bbappend
@@ -3,5 +3,5 @@ FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:"
 
 LTTNG_PATCH = "${@bb.utils.contains_any('PREFERRED_PROVIDER_virtual/kernel','linux-intel linux-intel-rt','file://0002-lttng-modules-PKT-4.9-yocto-build-failed.patch','',d)}"
 
-SRC_URI += "${LTTNG_PATCH}"
+SRC_URI_append_intel-x86-common = " ${LTTNG_PATCH}"
 
-- 
2.13.5



More information about the meta-intel mailing list