X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Flayer.conf;h=e7625643472acf6bab39e67b2869081ad2e09340;hb=1b72a0f90fa7d1b45eb1017629cc83dcd8971c48;hp=7da7ac0d23cd414c57eb4b314b1f1e5fd8c7c123;hpb=c60877d5323111e090dbfe6ae0a0a394c333722a;p=AGL%2Fmeta-agl-demo.git diff --git a/conf/layer.conf b/conf/layer.conf index 7da7ac0d2..e76256434 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 qt5-layer openembedded-layer" -LAYERSERIES_COMPAT_agl-demo = "dunfell"