From: Gonzalo Ruiz Date: Thu, 29 Aug 2019 15:41:56 +0000 (+0200) Subject: u-boot-imx-mfgtool: Add u-boot-imx to search path X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8b9a1e19b1983301bbad9f0c61a4d2adc3fdd741;p=meta-freescale.git 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 --- 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