]> git.pld-linux.org Git - packages/uboot.git/commitdiff
add image for raspberry pi (arm64); rel 2 auto/th/uboot-2023.07.02-2
authorJan Palus <atler@pld-linux.org>
Tue, 17 Oct 2023 11:30:33 +0000 (13:30 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 17 Oct 2023 11:30:33 +0000 (13:30 +0200)
uboot.spec

index 287983ebb590b135a41075a326c25decdb832458..93864e0ccb66f93dafe45de3ea7d12f522d1ff58 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Das U-Boot -- the Universal Boot Loader
 Summary(pl.UTF-8):     Das U-Boot - uniwersalny bootloader
 Name:          uboot
 Version:       2023.07.02
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/System
 Source0:       https://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
@@ -49,7 +49,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                arch_configs    qemu_arm rpi_2
 %endif
 %ifarch aarch64
-%define                arch_configs    odroid-n2 pinebook-pro-rk3399 qemu_arm64
+%define                arch_configs    odroid-n2 pinebook-pro-rk3399 qemu_arm64 rpi_arm64
 %endif
 %ifarch %{ix86}
 %define                arch_configs    qemu-x86
@@ -110,6 +110,18 @@ U-Boot firmware images for QEMU.
 %description image-qemu -l pl.UTF-8
 Obrazy firmware'u U-Boot dla QEMU.
 
+%package image-raspberry-pi-arm64
+Summary:       U-Boot firmware image for 64-bit Raspberry Pi boards
+Summary(pl.UTF-8):     Obrazy firmware'u U-Boot dla 64-bitowych urządzeń Raspberry Pi
+Group:         Applications/System
+Requires:      %{name} = %{version}-%{release}
+
+%description image-raspberry-pi-arm64
+U-Boot firmware image for 64-bit Raspberry Pi boards.
+
+%description image-raspberry-pi-arm64 -l pl.UTF-8
+Obrazy firmware'u U-Boot dla 64-bitowych urządzeń Raspberry Pi
+
 %package image-raspberry-pi-2
 Summary:       U-Boot firmware image for Raspberry Pi 2
 Summary(pl.UTF-8):     Obrazy firmware'u U-Boot dla urządzeń Raspberry Pi 2
@@ -262,6 +274,10 @@ rm -rf $RPM_BUILD_ROOT
 %files image-qemu
 %defattr(644,root,root,755)
 %{imagedir}/qemu_arm64
+
+%files image-raspberry-pi-arm64
+%defattr(644,root,root,755)
+%{imagedir}/rpi_arm64
 %endif
 
 %ifarch %{armv6} %{armv7}
This page took 0.073254 seconds and 4 git commands to generate.