From: Jan-Simon Moeller Date: Tue, 9 Nov 2021 15:47:01 +0000 (+0100) Subject: Add meta-python2 to agl-demo template X-Git-Tag: 12.91.0~11 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=b38248cf79cb67cb0cdd7cc292692dd0926aaac4 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 Change-Id: I8cec874dfd69c70d175bf6291a2b4a3153059582 --- diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index 7dfba9085..ef8f33834 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 \ +"