diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-02-10 13:32:25 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-02-16 14:52:40 +0000 |
commit | 84fad9a9ac5e0807b54339b2ac05484de54c9a1f (patch) | |
tree | 870ac05ace2cdc01020d609f20546d2a04b0a85d /meta-agl-bsp/conf/include/agl_refhw-h3.inc | |
parent | 0fcc99e2b74b7e393980c2e3bfe9863b5dbc8ae4 (diff) |
meta-agl-bsp: Fix agl-refhw-h3 BBMASK definition
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/+/26040
Reviewed-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_refhw-h3.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_refhw-h3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_refhw-h3.inc b/meta-agl-bsp/conf/include/agl_refhw-h3.inc index ec7c112e0..a22a1ec76 100644 --- a/meta-agl-bsp/conf/include/agl_refhw-h3.inc +++ b/meta-agl-bsp/conf/include/agl_refhw-h3.inc @@ -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" |