diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend deleted file mode 100644 index bc600037..00000000 --- a/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend +++ /dev/null @@ -1,11 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}:${THISDIR}/linux-yocto:" - -SRC_URI_append_qemuarm64-sbsa = " \ - file://defconfig.patch \ - " - -COMPATIBLE_MACHINE_generic-arm64 = "generic-arm64" - -SRC_URI_append_generic-arm64 = " \ - file://defconfig.patch \ - " diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_5.10.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_5.10.bbappend index a538dbbc..be2545f0 100644 --- a/meta-arm/recipes-kernel/linux/linux-yocto_5.10.bbappend +++ b/meta-arm/recipes-kernel/linux/linux-yocto_5.10.bbappend @@ -1,3 +1,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +COMPATIBLE_MACHINE_generic-arm64 = "generic-arm64" +SRC_URI_append_generic-arm64 = " \ + file://defconfig.patch \ + " + +SRC_URI_append_qemuarm64-sbsa = " \ + file://defconfig.patch \ + " + SRC_URI_append_qemuarm64-secureboot = " file://zone_dma_revert.patch"