From 45f70de44a6490597423de1fd09a196c1fd4d8f4 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 18 Mar 2024 20:27:26 +0100 Subject: 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 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 --- templates/machine/s4sk/50_bblayers.conf.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/machine') 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" + -- cgit 1.2.3-korg