Skip to content

Commit f4f011f

Browse files
kkaempfdavidcassany
authored andcommitted
Revert to 'old' RPi firmware
ARM's 'system ready' firmware is not ready for prime time yet: It also only supports ACPI at this time, but not device tree. Signed-off-by: Klaus Kämpf <[email protected]> (cherry picked from commit 7a95cd7)
1 parent e505c8e commit f4f011f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.obs/dockerfile/slem-base-os/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ RUN zypper --installroot /osimage in --no-recommends -y squashfs NetworkManager
2828

2929
# make ARM happy
3030
#!ArchExclusiveLine: aarch64
31-
RUN if [ `uname -m` = "aarch64" ]; then zypper --installroot /osimage in -y raspberrypi-firmware-uefi grub2-arm64-efi; fi
32-
31+
RUN if [ `uname -m` = "aarch64" ]; then zypper --installroot /osimage in -y grub2-arm64-efi raspberrypi-firmware raspberrypi-firmware-config raspberrypi-firmware-dt u-boot-rpiarm64; fi
32+
3333
# make SUSE happy
3434
RUN zypper --installroot /osimage in --no-recommends -y SLE-Micro-Rancher-release systemd-presets-branding-SLE-Micro-for-Rancher
3535

0 commit comments

Comments
 (0)