]> git.pld-linux.org Git - packages/arm-trusted-firmware.git/commitdiff
up to 2.10.0
authorJan Palus <atler@pld-linux.org>
Thu, 23 Nov 2023 20:20:02 +0000 (21:20 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 23 Nov 2023 20:20:02 +0000 (21:20 +0100)
arm-trusted-firmware.spec

index b5afd7b1753fb0438793c97d06aeb1800ba8e082..6542d158ff6a0e72ef6f519541bd033a2ae78e3f 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       ARM Trusted Firmware
 Name:          arm-trusted-firmware
-Version:       2.9.0
+Version:       2.10.0
 Release:       1
 License:       BSD
 Group:         Base/Kernel
 Source0:       https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-%{version}.tar.gz
-# Source0-md5: 4fca773334e6bdafe48dc8bd32dc12ea
+# Source0-md5: a262a00bae874ce7cb355d30fbee6767
 URL:           https://developer.arm.com/tools-and-software/open-source-software/firmware/trusted-firmware
 BuildRequires: crossarm-gcc
 BuildRequires: dtc
@@ -68,12 +68,12 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
 
 for soc in rk3399; do
-install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/$soc
- for file in bl31/bl31.elf m0/rk3399m0.bin m0/rk3399m0.elf; do
-  if [ -f build/$soc/release/$file ]; then
-    cp -p build/$soc/release/$file $RPM_BUILD_ROOT%{_datadir}/%{name}/$soc
-  fi
- done
+       install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/$soc
      for file in bl31/bl31.elf m0/rk3399m0.bin m0/rk3399m0.elf; do
+               if [ -f build/$soc/release/$file ]; then
+                       cp -p build/$soc/release/$file $RPM_BUILD_ROOT%{_datadir}/%{name}/$soc
+               fi
      done
 done
 
 cp -p tools/fiptool/fiptool $RPM_BUILD_ROOT%{_bindir}
This page took 0.149659 seconds and 4 git commands to generate.