From 6bcc5849cdc1789263d98adce554f319f568c71b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Tue, 22 Aug 2023 11:31:14 +0200 Subject: [PATCH] Use raspberrypi-firmware-uefi for Raspberry Pi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR switches from the standard firmware to "system ready" (UEFI) firmware for Raspberry Pi Signed-off-by: Klaus Kämpf --- .obs/dockerfile/slem4r-os/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.obs/dockerfile/slem4r-os/Dockerfile b/.obs/dockerfile/slem4r-os/Dockerfile index fbf6d9c5f..24d0d9fa9 100644 --- a/.obs/dockerfile/slem4r-os/Dockerfile +++ b/.obs/dockerfile/slem4r-os/Dockerfile @@ -44,7 +44,7 @@ RUN zypper --installroot /osimage in --no-recommends -y squashfs NetworkManager # make ARM happy #!ArchExclusiveLine: aarch64 -RUN if [ `uname -m` = "aarch64" ]; then zypper --installroot /osimage in -y raspberrypi-firmware raspberrypi-firmware-config raspberrypi-firmware-dt u-boot-rpiarm64 grub2-arm64-efi; fi +RUN if [ `uname -m` = "aarch64" ]; then zypper --installroot /osimage in -y raspberrypi-firmware-uefi grub2-arm64-efi; fi # make SUSE happy RUN zypper --installroot /osimage in --no-recommends -y SLE-Micro-Rancher-release systemd-presets-branding-SLE-Micro-for-Rancher