Append u-boot to PROVIDES variable to get virtual/bootloader to final value.
PROVIDES = u-boot-boundary virtual/bootloader u-boot Signed-off-by: Fabio Berton <[email protected]> --- recipes-bsp/u-boot/u-boot-boundary_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b/recipes-bsp/u-boot/u-boot-boundary_git.bb index 10f8e40..b2cb7d3 100644 --- a/recipes-bsp/u-boot/u-boot-boundary_git.bb +++ b/recipes-bsp/u-boot/u-boot-boundary_git.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x|nitrogen6sx|nitrogen7)" -PROVIDES = "u-boot" +PROVIDES += "u-boot" PV = "v2016.03+git${SRCPV}" -- 2.14.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
