1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm-bsp: convert general u-boot bbappend to version specific

The generic u-boot bbappend is causing issues upstream when trying to
use new or older versions of u-boot, by trying to apply patches from
folders that do not exist.

Change-Id: I399e3234fba852382fc73ab68f14a7e826bb5a42
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2020-11-03 12:20:47 -05:00
parent 9a7ab6a47e
commit 5b35ed7d4d
6 changed files with 8 additions and 10 deletions
@@ -0,0 +1,8 @@
#
# Corstone700 KMACHINE
#
FILESEXTRAPATHS_prepend_corstone700 := "${THISDIR}/${BP}/corstone700:"
SRC_URI_append_corstone700 = " file://0001-arm-Add-corstone700-platform.patch \
file://0002-boot-add-bootx-command-to-start-XiP-images.patch \
file://0003-boot-starting-the-XIP-kernel-using-bootx-command.patch \
file://0004-arm-enabling-the-arch_timer-driver.patch"
@@ -35,13 +35,3 @@ SRC_URI_append_juno = " file://u-boot_vexpress_uenv.patch"
# Total Compute KMACHINE
#
SRC_URI_append_tc0 = " file://0001-Add-support-for-Total-Compute.patch"
#
# Corstone700 KMACHINE
#
FILESEXTRAPATHS_prepend_corstone700 := "${THISDIR}/files/corstone700:"
SRC_URI_append_corstone700 = " file://0001-arm-Add-corstone700-platform.patch \
file://0002-boot-add-bootx-command-to-start-XiP-images.patch \
file://0003-boot-starting-the-XIP-kernel-using-bootx-command.patch \
file://0004-arm-enabling-the-arch_timer-driver.patch"