meta-agl-bsp: Fix agl-refhw-h3 BBMASK definition 65/26065/2 11.0.0 koi/11.0.0 koi_11.0.0
authorScott Murray <scott.murray@konsulko.com>
Wed, 10 Feb 2021 18:32:25 +0000 (13:32 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sat, 13 Feb 2021 17:39:40 +0000 (17:39 +0000)
Use += with BBMASK definition to avoid over-writing other additions.

Bug-AGL: SPEC-3798

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: If6d5850e7dc07de56c2a6737634f0c0935ec2030
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26065
Reviewed-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/conf/include/agl_refhw-h3.inc

index ec7c112..a22a1ec 100644 (file)
@@ -7,4 +7,4 @@ KERNEL_DEVICETREE_append = " renesas/r8a7795-agl-refhw.dtb"
 
 # Disable the meta-agl-refhw-gen3 arm-trusted-firmware bbappend as
 # it makes the firmware reference hardware specific.
-BBMASK = "meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware"
+BBMASK += "meta-agl-refhw-gen3/recipes-bsp/arm-trusted-firmware"