You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Copy file name to clipboardExpand all lines: .obs/dockerfile/slem-base-os/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ RUN zypper --installroot /osimage in --no-recommends -y squashfs NetworkManager
28
28
29
29
# make ARM happy
30
30
#!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
+
33
33
# make SUSE happy
34
34
RUN zypper --installroot /osimage in --no-recommends -y SLE-Micro-Rancher-release systemd-presets-branding-SLE-Micro-for-Rancher
0 commit comments