diff options
author | 2021-05-26 19:56:23 +0200 | |
---|---|---|
committer | 2021-05-26 19:56:23 +0200 | |
commit | 9bc4f5b9346a44daa189851fc5b19d4a11689bbd (patch) | |
tree | 06b4f17308ccb9ada8259a1ee7a13b4e52c0fc30 | |
parent | 8b923cb97c5a3f9fc049443bcb1e80a61acddca7 (diff) | |
parent | 9a1961f012a5a8d9dc545d1cdd317763b5fa4e4d (diff) | |
download | meta-qcom-9bc4f5b9346a44daa189851fc5b19d4a11689bbd.tar.gz meta-qcom-9bc4f5b9346a44daa189851fc5b19d4a11689bbd.tar.bz2 meta-qcom-9bc4f5b9346a44daa189851fc5b19d4a11689bbd.zip |
Merge pull request #304 from ndechesne/layerdepends
layer.conf: set LAYERDEPENDS
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 += " \ |