blob: 5dfaf79695ef2fb83c4ee0f50ff397ec663cf0e1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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_append_intel-x86-common = " \
${LTTNG_PATCH} \
file://0001-Fix-update-timer-instrumentation-on-4.16-and-4.14-rt.patch \
"
|