summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc_2023.01.bb
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 /recipes-bsp/u-boot/u-boot-fslc_2023.01.bb
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 'recipes-bsp/u-boot/u-boot-fslc_2023.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2023.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2023.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2023.01.bb
index f6164a76..eba8876a 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2023.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2023.01.bb
@@ -10,7 +10,7 @@ inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'im
10 10
11DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" 11DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native"
12 12
13PROVIDES += "u-boot" 13PROVIDES += "u-boot u-boot-mfgtool"
14 14
15B = "${WORKDIR}/build" 15B = "${WORKDIR}/build"
16 16