mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-yocto-5.6:"
|
|
|
|
SRC_URI:append = " file://0001-libtraceevent-Fix-build-with-binutils-2.35.patch \
|
|
file://0002-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch"
|
|
|
|
#
|
|
# Corstone700 KMACHINE
|
|
#
|
|
MACHINE_KERNEL_REQUIRE ?= ""
|
|
MACHINE_KERNEL_REQUIRE:corstone700 = "linux-yocto-corstone700.inc"
|
|
|
|
require ${MACHINE_KERNEL_REQUIRE}
|