]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-imx-mfgtool: Add u-boot-imx to search path
authorGonzalo Ruiz <Gonzalo.Ruiz@digi.com>
Thu, 29 Aug 2019 15:41:56 +0000 (17:41 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 29 Aug 2019 16:41:06 +0000 (13:41 -0300)
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>
recipes-bsp/u-boot/u-boot-imx-mfgtool_2017.03.bb

index 81799adda72c62a2e5034f56740f0bb4f6984402..d5cb0339030a3a9be6fa64d32d3cb028a41906f3 100644 (file)
@@ -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