summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-09 16:47:01 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-11-10 14:01:18 +0000
commitb38248cf79cb67cb0cdd7cc292692dd0926aaac4 (patch)
treed2caef59452f68abee91c4e1c8b29ac501e9d748 /templates
parent6adbf6b85fa629ec2ff43cd0a72f49b8020ddcb0 (diff)
Add meta-python2 to agl-demo template
The chromium/wam builds do still require meta-python2. Add it to back to the agl-demo template in support SPEC-4040. Bug-AGL: SPEC-4040 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I8cec874dfd69c70d175bf6291a2b4a3153059582
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 \
+"