diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-09 16:47:01 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-10 14:01:18 +0000 |
commit | b38248cf79cb67cb0cdd7cc292692dd0926aaac4 (patch) | |
tree | d2caef59452f68abee91c4e1c8b29ac501e9d748 /templates/feature/agl-demo/50_bblayers.conf.inc | |
parent | 6adbf6b85fa629ec2ff43cd0a72f49b8020ddcb0 (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/feature/agl-demo/50_bblayers.conf.inc')
-rw-r--r-- | templates/feature/agl-demo/50_bblayers.conf.inc | 6 |
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 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 \ +" |