From b38248cf79cb67cb0cdd7cc292692dd0926aaac4 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 9 Nov 2021 16:47:01 +0100 Subject: [PATCH] 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 --- templates/feature/agl-demo/50_bblayers.conf.inc | 6 ++++-- 1 file 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 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 \ +" -- 2.16.6