From da015a574619d815fca8b375e24ce80afa06dee5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 8 Oct 2019 15:26:42 -0700 Subject: [PATCH] layer: Add zeus to compatible release Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index eab2925..a160b55 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "qcom" BBFILE_PATTERN_qcom := "^${LAYERDIR}/" BBFILE_PRIORITY_qcom = "5" -LAYERSERIES_COMPAT_qcom = "sumo thud warrior" +LAYERSERIES_COMPAT_qcom = "sumo thud warrior zeus" BBFILES_DYNAMIC += " \ openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \