mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
e5334bfabf
Don't hard-code 5.4, use wildcards instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
12 lines
451 B
Plaintext
12 lines
451 B
Plaintext
FILESEXTRAPATHS:prepend:gem5-arm64 := "${THISDIR}:${THISDIR}/files:"
|
|
|
|
COMPATIBLE_MACHINE:gem5-arm64 = "gem5-arm64"
|
|
KMACHINE:gem5-arm64 = "gem5-arm64"
|
|
SRC_URI:append:gem5-arm64 = " file://gem5-kmeta;type=kmeta;name=gem5-kmeta;destsuffix=gem5-kmeta \
|
|
file://dts/gem5-arm64;subdir=add-files"
|
|
|
|
do_patch:append:gem5-arm64() {
|
|
tar -C ${WORKDIR}/add-files/dts -cf - gem5-arm64 | \
|
|
tar -C arch/arm64/boot/dts -xf -
|
|
}
|