diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-01-03 19:45:43 -0700 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-01-04 11:35:30 +0000 |
commit | c3fc19e56dafaae774cf70c04075779c71a79d5a (patch) | |
tree | aec1c3b25fd9e88830db25add2793093b990c890 | |
parent | 3469fc574c57e6ad4526d24a65d3a2d5440ad755 (diff) | |
download | meta-freescale-backport-1352-to-kirkstone.tar.gz |
u-boot-imx-mfgtool: Emphasize u-boot-imx recipe re-usebackport-1352-to-kirkstone
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>
(cherry picked from commit d90e3109164cb47adfb312222e47c3b31eef935f)
-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 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 @@ | |||
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 = "" |