From c3fc19e56dafaae774cf70c04075779c71a79d5a Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 3 Jan 2023 19:45:43 -0700 Subject: u-boot-imx-mfgtool: Emphasize u-boot-imx recipe re-use The re-use of the u-boot-imx recipe is non-standard and requires a non-standard FILESEXTRAPATHS setting. Make this clear with a comment and grouping of the logic. Signed-off-by: Tom Hochstein (cherry picked from commit d90e3109164cb47adfb312222e47c3b31eef935f) --- recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb index 500b2de0..d9d5b9d5 100644 --- a/recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb @@ -2,9 +2,10 @@ # Copyright (C) 2014-2016 Freescale Semiconductor # Copyright 2017-2019 NXP +# Re-use the u-boot-imx recipe and its files +require u-boot-imx_${PV}.bb FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot-imx:" -require u-boot-imx_${PV}.bb require u-boot-mfgtool.inc UUU_BOOTLOADER_TAGGED = "" -- cgit v1.2.3-54-g00ecf