mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
9e2829a30c
The meta-virtualization support for the 5.4 kernel was removed in favor of the 5.10 kernel. This file was only a versioned include of a generic file, which can be readded in the kernel bbappend. Change-Id: I922e847a89e9f29fc69c1f537f9da088685b3de4 Signed-off-by: Jon Mason <jon.mason@arm.com>
14 lines
570 B
Plaintext
14 lines
570 B
Plaintext
FILESEXTRAPATHS:prepend := "${THISDIR}:${THISDIR}/files:"
|
|
|
|
require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', 'recipes-kernel/linux/linux-yocto_virtualization.inc', '', d)}
|
|
|
|
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 -
|
|
}
|