diff options
author | 2018-04-19 16:35:29 +0200 | |
---|---|---|
committer | 2018-04-19 16:35:29 +0200 | |
commit | 86ee1fa49d0faabc1cc00be2a160f3b48fdf5778 (patch) | |
tree | c98f8963be7f0ea2e9b3674308b6b5b9d51e8456 | |
parent | 747206071dd9673064629d728543bf587faf17ab (diff) | |
parent | d566491d6dac4e58a21ba2cc65713b8514f9742b (diff) | |
download | meta-qcom-86ee1fa49d0faabc1cc00be2a160f3b48fdf5778.tar.gz meta-qcom-86ee1fa49d0faabc1cc00be2a160f3b48fdf5778.tar.bz2 meta-qcom-86ee1fa49d0faabc1cc00be2a160f3b48fdf5778.zip |
Merge pull request #68 from rsalveti/master
layer.conf: add LAYERSERIES_COMPAT markup
-rw-r--r-- | conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 64bf198..0de7f60 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,6 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "qcom" BBFILE_PATTERN_qcom := "^${LAYERDIR}/" BBFILE_PRIORITY_qcom = "5" +LAYERSERIES_COMPAT_qcom = "sumo" # Let us add layer-specific bbappends which are only applied when that # layer is included in our configuration |