summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-02-11 17:32:16 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-04-01 17:37:43 -0300
commitc5542074c7815585c97d6e75247dbc73d0da5edf (patch)
treec67e01dc49df4e8bade1b108ce20de732d030bee /conf
parent2783cc3ccab0f45eb8a8f4a228d38b9c8aa0be32 (diff)
downloadmeta-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')
-rw-r--r--conf/machine/include/imx-base.inc4
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.
76SPL_BINARY ??= "${@get_spl_binary(d)}" 76SPL_BINARY ??= "${@get_spl_binary(d)}"
77 77
78IMX_DEFAULT_MFGTOOL = "${@bb.utils.contains('IMX_DEFAULT_BOOTLOADER', 'u-boot-imx','u-boot-imx-mfgtool', 'u-boot-fslc', d)}"
79
80PREFERRED_PROVIDER_u-boot ??= "${IMX_DEFAULT_BOOTLOADER}" 78PREFERRED_PROVIDER_u-boot ??= "${IMX_DEFAULT_BOOTLOADER}"
81PREFERRED_PROVIDER_u-boot-mfgtool ??= "${IMX_DEFAULT_MFGTOOL}" 79PREFERRED_PROVIDER_u-boot-mfgtool ??= "${IMX_DEFAULT_BOOTLOADER}"
82PREFERRED_PROVIDER_virtual/bootloader ??= "${IMX_DEFAULT_BOOTLOADER}" 80PREFERRED_PROVIDER_virtual/bootloader ??= "${IMX_DEFAULT_BOOTLOADER}"
83 81
84PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native" 82PREFERRED_PROVIDER_u-boot-mxsboot-native ??= "u-boot-fslc-mxsboot-native"