summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-demo/50_bblayers.conf.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc
index 7dfba908..ef8f3383 100644
--- a/templates/feature/agl-demo/50_bblayers.conf.inc
+++ b/templates/feature/agl-demo/50_bblayers.conf.inc
@@ -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 \
+"