mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm: combine linux-yocto bbappend files
Combining linux-yocto bbappend into a single file. Change-Id: Ica4fc2d0edc9939451c572e5eb65f34e4002c26f Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user