diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-02-10 15:10:17 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-17 16:00:13 +0000 |
commit | 5011dd3b4900cc6030d18055f2148c21b8dde7b7 (patch) | |
tree | 998ae08b5b443d0ce8a3c2684bf5ec81f9a01660 /templates/machine | |
parent | ffe584b58889bad79004f3916f858299d8b7b385 (diff) |
zeus updates for dragonboard-410c
Changes:
- Update BBMASK definition in template to avoid new warning.
- Rename linux-linaro-qcomlt bbappend to use a wildcard to cover both
the new 5.4 kernel in meta-qcom and still the older 4.x kernels in
that BSP that a user might configure instead.
Bug-AGL: SPEC-2932
Change-Id: I8a735a38409822e7069cc84bc2a42c06d351a278
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'templates/machine')
-rw-r--r-- | templates/machine/dragonboard-410c/50_bblayers.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machine/dragonboard-410c/50_bblayers.conf.inc b/templates/machine/dragonboard-410c/50_bblayers.conf.inc index 4a3cae0f3..41fe36719 100644 --- a/templates/machine/dragonboard-410c/50_bblayers.conf.inc +++ b/templates/machine/dragonboard-410c/50_bblayers.conf.inc @@ -1,2 +1,2 @@ BBLAYERS =+ "${METADIR}/bsp/meta-qcom" -BBMASK .= "|bsp/meta-qcom/openembedded-layer/recipes-navigation/gpsd" +BBMASK += "bsp/meta-qcom/openembedded-layer/recipes-navigation/gpsd" |