diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-02-11 17:32:16 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-01 17:37:43 -0300 |
commit | c5542074c7815585c97d6e75247dbc73d0da5edf (patch) | |
tree | c67e01dc49df4e8bade1b108ce20de732d030bee /conf/machine | |
parent | 2783cc3ccab0f45eb8a8f4a228d38b9c8aa0be32 (diff) | |
download | meta-freescale-c5542074c7815585c97d6e75247dbc73d0da5edf.tar.gz |
u-boot-*-mfgtool: Remove specific recipes
The use of a specific recipe is not need as the UBOOT_CONFIG mechanism
allow multiple binaries using different configurations so we ought to
remove this recipe and default to the IMX_DEFAULT_BOOTLOADER as
provider.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
linux-*-mfgtool: Remove specific recipes
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/imx-base.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index a3fe90181..cddf54be3 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -75,10 +75,8 @@ UBOOT_SUFFIX ?= "${UBOOT_SUFFIX:pn-${IMX_DEFAULT_BOOTLOADER}}" | |||
75 | # wic based images. | 75 | # wic based images. |
76 | SPL_BINARY ??= "${@get_spl_binary(d)}" | 76 | SPL_BINARY ??= "${@get_spl_binary(d)}" |
77 | 77 | ||
78 | IMX_DEFAULT_MFGTOOL = "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx','u-boot-imx-mfgtool', 'u-boot-fslc', d)}" | ||
79 | |||
80 | PREFERRED_PROVIDER_u-boot ??= "${IMX_DEFAULT_BOOTLOADER}" | 78 | PREFERRED_PROVIDER_u-boot ??= "${IMX_DEFAULT_BOOTLOADER}" |
81 | PREFERRED_PROVIDER_u-boot-mfgtool ??= "${IMX_DEFAULT_MFGTOOL}" | 79 | PREFERRED_PROVIDER_u-boot-mfgtool ??= "${IMX_DEFAULT_BOOTLOADER}" |
82 | PREFERRED_PROVIDER_virtual/bootloader ??= "${IMX_DEFAULT_BOOTLOADER}" | 80 | PREFERRED_PROVIDER_virtual/bootloader ??= "${IMX_DEFAULT_BOOTLOADER}" |
83 | 81 | ||
84 | PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native" | 82 | PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native" |