X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=conf%2Flayer.conf;h=4589fbaa763d980bee3684020b770c1f42dc7adf;hb=a73ea6f7e513e73586b49741699664140b47c9e2;hp=43a5be765875c44f1443b011cdc2e12636d7068c;hpb=5f5a1fb6ea4fd884040ef3175f478321651afeab;p=AGL%2Fmeta-agl-demo.git diff --git a/conf/layer.conf b/conf/layer.conf index 43a5be765..4589fbaa7 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -5,8 +5,10 @@ BBPATH =. "${LAYERDIR}:" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "agl-demo" -BBFILE_PATTERN_agl-demo = "^${LAYERDIR}/" -BBFILE_PRIORITY_agl-demo = "7" +BBFILE_COLLECTIONS += "agldemo" +BBFILE_PATTERN_agldemo = "^${LAYERDIR}/" +BBFILE_PRIORITY_agldemo = "70" -LAYERSERIES_COMPAT_agl-demo = "thud" +LAYERSERIES_COMPAT_agldemo = "kirkstone" + +LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer networking-layer meta-flutter"