From 9a1961f012a5a8d9dc545d1cdd317763b5fa4e4d Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Wed, 26 May 2021 13:07:06 +0200 Subject: layer.conf: set LAYERDEPENDS meta-qcom depends only oe-core, mark it explicitely. The layer has additional dependencies on meta-oe or meta-networking, but they are optional. Signed-off-by: Nicolas Dechesne --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index ae7ef91..97bf71b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,6 +8,8 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "qcom" BBFILE_PATTERN_qcom := "^${LAYERDIR}/" BBFILE_PRIORITY_qcom = "5" + +LAYERDEPENDS_qcom = "core" LAYERSERIES_COMPAT_qcom = "zeus dunfell gatesgarth hardknott" BBFILES_DYNAMIC += " \ -- cgit