X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Flayer.conf;h=f9ef8c6f2b3e82578a7f8b9a6c5615060f2ae6e7;hb=41591d4f8c586aa801220fac0924556f406c58bd;hp=7da7ac0d23cd414c57eb4b314b1f1e5fd8c7c123;hpb=4830bcef14e7f49cdc851c646a69c9bb9bd92e82;p=AGL%2Fmeta-agl-demo.git diff --git a/conf/layer.conf b/conf/layer.conf index 7da7ac0d2..f9ef8c6f2 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -5,8 +5,11 @@ 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_agldemo = "dunfell" + +LAYERDEPENDS_agldemo = "aglcore app-framework qt5-layer openembedded-layer" -LAYERSERIES_COMPAT_agl-demo = "dunfell"