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@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit
45a47bd00a1e14c82abad9ddb6e1393cb644fda7)
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}"