From c68486984048b80dc8ff1e6cb70cdf582d4a0224 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 9 Mar 2021 14:31:02 -0500 Subject: meta-agl-bsp: remove Raspberry Pi U-Boot backport The backport of the U-Boot 2021.07 recipe is no longer required with the upgrade to meta-raspberrypi master. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: Id00d6aaad805b7c4aff386b4e9d04dda2f1e241c --- meta-agl-bsp/conf/include/agl_raspberrypi4.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-agl-bsp/conf') diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi4.inc b/meta-agl-bsp/conf/include/agl_raspberrypi4.inc index 5a0e89e66..b497d72c8 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi4.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi4.inc @@ -29,7 +29,3 @@ IMAGE_INSTALL:append = " ${@bb.utils.contains('AGL_XEN_WANTED', '1', 'xen-tools # Add xen-raspberry binary to boot files IMAGE_BOOT_FILES:append = " ${@bb.utils.contains('AGL_XEN_WANTED','1', 'xen-${MACHINE}', '',d)}" - -PREFERRED_VERSION_u-boot = "2021.07" -PREFERRED_VERSION_u-boot-tools = "2021.07" -UBOOT_MACHINE:rpi = "rpi_arm64_config" -- cgit 1.2.3-korg