From: Scott Murray Date: Tue, 4 Jun 2024 15:30:20 +0000 (-0400) Subject: meta-agl-bsp: update raspberrypi5 template X-Git-Tag: 17.92.0~7 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F74%2F29974%2F3;p=AGL%2Fmeta-agl.git meta-agl-bsp: update raspberrypi5 template Update the raspberrypi5 template .inc file to drop the extra U-Boot enabling configuration, as those tweaks are now available in the new scarthgap branch in meta-raspberrypi. Bug-AGL: SPEC-5164 Change-Id: Ib65d2b722ea6274b32061262d780c80436fac036 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29974 Tested-by: Jan-Simon Moeller Reviewed-by: Jan-Simon Moeller --- diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi5.inc b/meta-agl-bsp/conf/include/agl_raspberrypi5.inc index 212c9ff1b..4db5bb762 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi5.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi5.inc @@ -7,14 +7,6 @@ OSTREE_KERNEL_ARGS:sota:append = " cma=256M" # use u-boot always RPI_USE_U_BOOT = "1" -# Re-enable U-Boot for raspberrypi5 here until upstream is fixed. -# Note that this assumes the use of scarthgap/u-boot meta-lts-mixins -# branch. -UBOOT_MACHINE = "rpi_arm64_config" -COMPATIBLE_MACHINE:pn-u-boot:forcevariable = "" -KERNEL_IMAGETYPE_UBOOT ?= "Image" -KERNEL_BOOTCMD ?= "booti" - # Use UART for serial console ENABLE_UART ?= "1"