[meta-freescale] [PATCH] u-boot-fslc-fw-utils: add u-boot-fw-utils to PROVIDES

Pierre-Jean TEXIER texier.pj2 at gmail.com
Fri Feb 9 13:24:31 PST 2018


Without this, bitbake use the default one, and not "u-boot-fslc-fw-utils".

This was observed when layer is used together with poky (with Mender).

Signed-off-by: Pierre-Jean TEXIER <texier.pj2 at gmail.com>
---
 recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb
index 84ba445..abcb501 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-fw-utils_2017.11.bb
@@ -38,6 +38,7 @@ uboot_fw_utils_cross() {
     sysroot_stage_dir ${D}${bindir_cross} ${SYSROOT_DESTDIR}${bindir_cross}
 }
 
+PROVIDES += "u-boot-fw-utils"
 RPROVIDES_${PN} += "u-boot-fw-utils"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
2.7.4



More information about the meta-freescale mailing list