diff options
author | 2018-04-16 19:01:37 -0300 | |
---|---|---|
committer | 2018-04-16 19:01:40 -0300 | |
commit | d566491d6dac4e58a21ba2cc65713b8514f9742b (patch) | |
tree | c98f8963be7f0ea2e9b3674308b6b5b9d51e8456 | |
parent | 747206071dd9673064629d728543bf587faf17ab (diff) | |
download | meta-qcom-d566491d6dac4e58a21ba2cc65713b8514f9742b.tar.gz meta-qcom-d566491d6dac4e58a21ba2cc65713b8514f9742b.tar.bz2 meta-qcom-d566491d6dac4e58a21ba2cc65713b8514f9742b.zip |
layer.conf: add LAYERSERIES_COMPAT markup
Allows the user to easily identify if the layer is compatible with
oe-core.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
-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 |