forked from pool/u-boot
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:
commit
bfb90d7a03
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user