diff options
author | 2019-08-29 17:41:56 +0200 | |
---|---|---|
committer | 2019-08-29 13:41:06 -0300 | |
commit | 8b9a1e19b1983301bbad9f0c61a4d2adc3fdd741 (patch) | |
tree | 18fef4b4ed73bfc0f4f4934f57d8226f1b405936 | |
parent | b73854c078b0a174613135b60da3377a1055f477 (diff) | |
download | meta-freescale-8b9a1e19b1983301bbad9f0c61a4d2adc3fdd741.tar.gz meta-freescale-8b9a1e19b1983301bbad9f0c61a4d2adc3fdd741.tar.bz2 meta-freescale-8b9a1e19b1983301bbad9f0c61a4d2adc3fdd741.zip |
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 <Gonzalo.Ruiz@digi.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 |