diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-01-03 19:45:43 -0700 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-01-03 19:50:41 -0700 |
| commit | d90e3109164cb47adfb312222e47c3b31eef935f (patch) | |
| tree | 99092afbd7161b2cfb43c2ca44c5c651c6a992fd | |
| parent | edff579903e03510c37162fb2326fb9954c9d54d (diff) | |
| download | meta-freescale-d90e3109164cb47adfb312222e47c3b31eef935f.tar.gz | |
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 <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-mfgtool_2022.04.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 500b2de07..d9d5b9d59 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 @@ | |||
| 2 | # Copyright (C) 2014-2016 Freescale Semiconductor | 2 | # Copyright (C) 2014-2016 Freescale Semiconductor |
| 3 | # Copyright 2017-2019 NXP | 3 | # Copyright 2017-2019 NXP |
| 4 | 4 | ||
| 5 | # Re-use the u-boot-imx recipe and its files | ||
| 6 | require u-boot-imx_${PV}.bb | ||
| 5 | FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot-imx:" | 7 | FILESEXTRAPATHS:prepend := "${THISDIR}/u-boot-imx:" |
| 6 | 8 | ||
| 7 | require u-boot-imx_${PV}.bb | ||
| 8 | require u-boot-mfgtool.inc | 9 | require u-boot-mfgtool.inc |
| 9 | 10 | ||
| 10 | UUU_BOOTLOADER_TAGGED = "" | 11 | UUU_BOOTLOADER_TAGGED = "" |
