1
0
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:
Rui Silva
2020-03-11 10:56:42 +00:00
committed by Jon Mason
parent 9e1b4e045b
commit 89ac0f6602
2 changed files with 1 additions and 1 deletions

View File

@@ -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"