diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-18 20:27:26 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-25 20:39:12 +0000 |
commit | 45f70de44a6490597423de1fd09a196c1fd4d8f4 (patch) | |
tree | 1f309263b5ea84d94132e220c2092b1f127de850 /templates/machine/s4sk/50_bblayers.conf.inc | |
parent | 3fb5640211e4c3874036a6d4a61e852b348eb4ad (diff) |
Fix template for s4 and adapt kernel recipe
The template needs meta-python present and the
kernel recipe does try to install a firmware file
that is not packaged. Remove that.
Bug-AGL: SPEC-5101
Change-Id: I3fdb860df04ee90e3e3b30875ea4f9494b15dbf0
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29744
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Diffstat (limited to 'templates/machine/s4sk/50_bblayers.conf.inc')
-rw-r--r-- | templates/machine/s4sk/50_bblayers.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/machine/s4sk/50_bblayers.conf.inc b/templates/machine/s4sk/50_bblayers.conf.inc index 0095dbcc4..0cc25a9ab 100644 --- a/templates/machine/s4sk/50_bblayers.conf.inc +++ b/templates/machine/s4sk/50_bblayers.conf.inc @@ -2,3 +2,6 @@ BBLAYERS =+ "\ ${METADIR}/bsp/meta-renesas/meta-rcar-gateway \ ${METADIR}/external/poky/meta-yocto-bsp \ " + +AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" + |