X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Ffeature%2Fagl-demo%2F50_bblayers.conf.inc;h=32142bccc266d25d650df85c4d9fab43f012a375;hb=785dae680241b989b92725a57255b1df77486d4a;hp=afa14f2384fb9a402e7c91fa4e418d940e1805a1;hpb=65b5d6484107ba1b97073d91b2d2733edac0ab79;p=AGL%2Fmeta-agl-demo.git diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index afa14f238..32142bccc 100644 --- a/templates/feature/agl-demo/50_bblayers.conf.inc +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -4,8 +4,18 @@ BBLAYERS =+ " \ ${METADIR}/meta-agl-demo \ " +AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems" +AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia" +AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking" +AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" + # OpenEmbedded layer to add support for multiple cloud service provider solutions #--------------------------------------------------- BBLAYERS =+ " \ - ${METADIR}/external/meta-iot-cloud \ + ${METADIR}/external/meta-qt5 \ +" + +# Chromium recipes do still require python2 +BBLAYERS =+ " \ + ${METADIR}/external/meta-python2 \ "