mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
6147e82375
meta-arm-bsp no longer has to depend on meta-oe, and in the future meta-gem5 could be moved out of meta-arm. Change-Id: I49fa8f793b60af8c0cdb7e04b27fb53fc094cdad Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
12 lines
440 B
Plaintext
12 lines
440 B
Plaintext
FILESEXTRAPATHS_prepend := "${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 -
|
|
}
|