Skip to content

Commit

Permalink
Revert to 'old' RPi firmware
Browse files Browse the repository at this point in the history
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 <kkaempf@suse.de>
(cherry picked from commit 7a95cd7)
  • Loading branch information
kkaempf authored and davidcassany committed Dec 15, 2023
1 parent e505c8e commit f4f011f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .obs/dockerfile/slem-base-os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ 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-uefi grub2-arm64-efi; fi
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

# make SUSE happy
RUN zypper --installroot /osimage in --no-recommends -y SLE-Micro-Rancher-release systemd-presets-branding-SLE-Micro-for-Rancher

Expand Down

0 comments on commit f4f011f

Please sign in to comment.