mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
This reverts commit d1257fc1272c9dee76d79a74abc2bdeb7f5a7036. Now lttng-modules in oe-core were updated in: https://git.openembedded.org/openembedded-core/commit/?id=62c87d1a68c4f7c8f30c3c5330dcda9cbcbbbaa7 and the backported patch: https://git.openembedded.org/openembedded-core/diff/meta/recipes-kernel/lttng/lttng-modules/0009-fix-version-ranges-for-ext4_discard_preallocations-a.patch?id=62c87d1a68c4f7c8f30c3c5330dcda9cbcbbbaa7 now expects new writeback_queue_io API being available in LTTNG_KERNEL_RANGE(5,4,62, 5,5,0) so we need to re-enable it.
15 lines
556 B
BlitzBasic
15 lines
556 B
BlitzBasic
LINUX_VERSION ?= "5.4.64"
|
|
LINUX_RPI_BRANCH ?= "rpi-5.4.y"
|
|
|
|
SRCREV_machine = "65caf603f3b1c43f4c92939f7fbb7149e054f486"
|
|
SRCREV_meta = "5d52d9eea95fa09d404053360c2351b2b91b323b"
|
|
|
|
require linux-raspberrypi_5.4.inc
|
|
|
|
SRC_URI += "file://0001-Revert-selftests-bpf-Skip-perf-hw-events-test-if-the.patch \
|
|
file://0002-Revert-selftests-bpf-Fix-perf_buffer-test-on-systems.patch \
|
|
file://0001-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch \
|
|
file://powersave.cfg \
|
|
file://android-drivers.cfg \
|
|
"
|