mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm/linux-yocto: move 6.1 patches to a unique bbappend
Move the 3 patches only needed by the 6.1 kernel into a unique bbappend The defconfig changes cannot be moved into a config fragment because they only exist in the defconfig file (because the patches that integrated their functionality into the kernel were not merged). Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
ARMFILESPATHS := "${THISDIR}/files:"
|
||||
|
||||
FILESEXTRAPATHS:prepend:aarch64 = "${ARMFILESPATHS}"
|
||||
SRC_URI:append:aarch64 = " \
|
||||
file://0001-Revert-arm64-defconfig-Enable-Tegra-MGBE-driver.patch \
|
||||
file://0002-Revert-arm64-defconfig-Add-Nuvoton-NPCM-family-suppo.patch \
|
||||
file://0001-gcc-plugins-Reorganize-gimple-includes-for-GCC-13.patch \
|
||||
"
|
||||
|
||||
COMPATIBLE_MACHINE:generic-arm64 = "generic-arm64"
|
||||
FILESEXTRAPATHS:prepend:generic-arm64 = "${ARMFILESPATHS}"
|
||||
SRC_URI:append:generic-arm64 = " \
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
FILESEXTRAPATHS:prepend:aarch64 = "${ARMFILESPATHS}"
|
||||
SRC_URI:append:aarch64 = " \
|
||||
file://0001-Revert-arm64-defconfig-Enable-Tegra-MGBE-driver.patch \
|
||||
file://0002-Revert-arm64-defconfig-Add-Nuvoton-NPCM-family-suppo.patch \
|
||||
file://0001-gcc-plugins-Reorganize-gimple-includes-for-GCC-13.patch \
|
||||
"
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
FILESEXTRAPATHS:prepend:aarch64 = "${ARMFILESPATHS}"
|
||||
SRC_URI:append:aarch64 = " \
|
||||
file://0001-Revert-arm64-defconfig-Enable-Tegra-MGBE-driver.patch \
|
||||
file://0002-Revert-arm64-defconfig-Add-Nuvoton-NPCM-family-suppo.patch \
|
||||
file://0001-gcc-plugins-Reorganize-gimple-includes-for-GCC-13.patch \
|
||||
"
|
||||
Reference in New Issue
Block a user