From 5011dd3b4900cc6030d18055f2148c21b8dde7b7 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 10 Feb 2020 15:10:17 -0500 Subject: 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 --- templates/machine/dragonboard-410c/50_bblayers.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/machine') 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" -- cgit 1.2.3-korg