summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Ruiz <Gonzalo.Ruiz@digi.com>2019-08-29 17:41:56 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-08-29 13:41:06 -0300
commit8b9a1e19b1983301bbad9f0c61a4d2adc3fdd741 (patch)
tree18fef4b4ed73bfc0f4f4934f57d8226f1b405936
parentb73854c078b0a174613135b60da3377a1055f477 (diff)
downloadmeta-freescale-8b9a1e19b1983301bbad9f0c61a4d2adc3fdd741.tar.gz
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.bb2
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 @@
2# Copyright (C) 2014-2016 Freescale Semiconductor 2# Copyright (C) 2014-2016 Freescale Semiconductor
3# Copyright 2017 NXP 3# Copyright 2017 NXP
4 4
5FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-imx:"
6
5require u-boot-imx_${PV}.bb 7require u-boot-imx_${PV}.bb
6require u-boot-mfgtool.inc 8require u-boot-mfgtool.inc