From e55167c3c2770c07a475342f99cc2a3a23fbfa0c Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 16 Nov 2017 13:39:36 -0200 Subject: [PATCH] u-boot-boundary: Do not override PROVIDES variable 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 Signed-off-by: Otavio Salvador (cherry picked from commit 0f0ff555656cfa15ae3dc2837d2d2218905f61ed) --- 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}"