Accepting request 1198771 from hardware:boot

OBS-URL: https://build.opensuse.org/request/show/1198771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=183
This commit is contained in:
Ana Guerrero 2024-09-05 13:46:34 +00:00 committed by Git OBS Bridge
commit bfb90d7a03
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 4 13:57:12 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Install u-boot-dtb.bin for milkvduo flavor
-------------------------------------------------------------------
Fri Aug 30 14:53:59 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -584,6 +584,9 @@ install -D -m 0644 spl/u-boot-spl.bin %{buildroot}%{uboot_dir}/u-boot-spl.bin
%if "%{name}" == "u-boot-starfivevisionfive2"
install -D -m 0644 spl/u-boot-spl.bin.normal.out %{buildroot}%{uboot_dir}/u-boot-spl.bin.normal.out
%endif
%if "%{name}" == "u-boot-milkvduo"
install -D -m 0644 u-boot-dtb.bin %{buildroot}%{uboot_dir}/u-boot-dtb.bin
%endif
%if 0%{?is_rpi}
%post