From 8b9a1e19b1983301bbad9f0c61a4d2adc3fdd741 Mon Sep 17 00:00:00 2001 From: Gonzalo Ruiz Date: Thu, 29 Aug 2019 17:41:56 +0200 Subject: u-boot-imx-mfgtool: Add u-boot-imx to search path u-boot-imx_2017.03.bb SRC_URI entry 0001-tools-allow-to-override-python.patch cannot be found by u-boot-imx-mfgtool_2017.03.bb, which requires the first recipe. Add 'u-boot-imx' folder to the recipe search path so it is also able to find the file under that folder. Signed-off-by: Gonzalo Ruiz --- recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb index 81799add..d5cb0339 100644 --- a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb +++ b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb @@ -2,5 +2,7 @@ # Copyright (C) 2014-2016 Freescale Semiconductor # Copyright 2017 NXP +FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-imx:" + require u-boot-imx_${PV}.bb require u-boot-mfgtool.inc -- cgit v1.2.3-54-g00ecf