We never hit this because we're usually only building core-image-rt with the -rt kernel.
Signed-off-by: California Sullivan <[email protected]> --- 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 ee8b8c1..b65d0db 100644 --- a/common/recipes-kernel/lttng/lttng-modules_%.bbappend +++ b/common/recipes-kernel/lttng/lttng-modules_%.bbappend @@ -1,7 +1,7 @@ FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/${PN}:" -LTTNG_PATCH = "${@bb.utils.contains('PREFERRED_PROVIDER_virtual/kernel','linux-intel','file://0002-lttng-modules-PKT-4.9-yocto-build-failed.patch','',d)}" +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}" -- 2.9.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
