[meta-freescale] [3rdparty][PATCH] u-boot-boundary: Do not override PROVIDES variable

Fabio Berton fabio.berton at ossystems.com.br
Thu Nov 16 07:39:36 PST 2017


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 <fabio.berton at ossystems.com.br>
---
 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



More information about the meta-freescale mailing list