From 89ca43fe6411a40d1ba8f5379e49affd78cdd644 Mon Sep 17 00:00:00 2001 From: Drew Moseley Date: Sun, 2 Aug 2020 22:02:32 -0400 Subject: u-boot-rpi: Locate local patches with FILESEXTRAPATHS. Signed-off-by: Drew Moseley --- recipes-bsp/u-boot/u-boot_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend index 9f40953..40b4fc0 100644 --- a/recipes-bsp/u-boot/u-boot_%.bbappend +++ b/recipes-bsp/u-boot/u-boot_%.bbappend @@ -1,3 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + DEPENDS_append_rpi = " u-boot-default-script" SRC_URI_append_raspberrypi-cm3 = " file://0001-dm-core-Move-ofdata_to_platdata-call-earlier.patch" -- cgit v1.2.3-54-g00ecf