Add meta-python2 to agl-demo template
[AGL/meta-agl-demo.git] / templates / feature / agl-demo / 50_bblayers.conf.inc
index 7dfba90..ef8f338 100644 (file)
@@ -13,5 +13,7 @@ BBLAYERS =+ " \
    ${METADIR}/external/meta-qt5 \
 "
 
-#   ${METADIR}/external/meta-python2 \
-#
\ No newline at end of file
+# Chromium recipes do still require python2
+BBLAYERS =+ " \
+   ${METADIR}/external/meta-python2 \
+"