mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
arm-bsp: u-boot: move machine patches
Move Juno patches to machine specific directory. This will allow to add others machines related patches later on. Change-Id: I71c327ca4866fdb0205eeac0f40475e691caf4cc Signed-off-by: Rui Miguel Silva <rui.silva@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
# Patch u-boot to add environment variables from Flash
|
||||
#
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files/${MACHINE}:"
|
||||
|
||||
SRC_URI_append_juno = " file://u-boot_vexpress_uenv.patch"
|
||||
|
||||
Reference in New Issue
Block a user