X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Flayer.conf;h=8aff0f9a53ab623727f198c1b2dd9b8ec9495da0;hb=068c915d074011459e360c21979d79df42e152ee;hp=d62e61b9496d011cad9b7b74e34cab11484af9cf;hpb=e0271dad839cf51ebc17fd5f6b1bd5fc0e9b43a9;p=AGL%2Fmeta-agl-demo.git diff --git a/conf/layer.conf b/conf/layer.conf index d62e61b94..8aff0f9a5 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -5,8 +5,15 @@ 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 = "zeus" +BBFILES_DYNAMIC += " \ + aglcontainermc:${LAYERDIR}/dynamic-layers/meta-agl-ic-container/*/*/*.bb \ + aglcontainermc:${LAYERDIR}/dynamic-layers/meta-agl-ic-container/*/*/*.bbappend \ +" + +LAYERSERIES_COMPAT_agldemo = "kirkstone" + +LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer networking-layer multimedia-layer flutter-layer meta-app-framework"