summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-10-26 09:12:52 -0700
committerSaul Wold <sgw@linux.intel.com>2017-10-26 09:12:52 -0700
commit863590f9bc7104fef698ce6b89ec24dfce542df1 (patch)
tree525998ca7257c273bdb001845916de2976436f12 /common/recipes-kernel
parent605f4ae5501a7e357b8710daaaf454c981da001b (diff)
downloadmeta-intel-863590f9bc7104fef698ce6b89ec24dfce542df1.tar.gz
lttng-modules: Fix SRC_URI for Yocto Layer Compatibility
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@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel')
-rw-r--r--common/recipes-kernel/lttng/lttng-modules_%.bbappend2
1 files changed, 1 insertions, 1 deletions
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}:"
3 3
4LTTNG_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)}" 4LTTNG_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)}"
5 5
6SRC_URI += "${LTTNG_PATCH}" 6SRC_URI_append_intel-x86-common = " ${LTTNG_PATCH}"
7 7