11 lines
271 B
RPMSpec
11 lines
271 B
RPMSpec
|
%global board_name rpi_arm64
|
||
|
%global board_defconfig %{board_name}_defconfig
|
||
|
%global output_files u-boot.bin
|
||
|
# from tag 1.20230405
|
||
|
#%global rpi_firm_git_commit 055e044d5359ded1aacc5a17a8e35365373d0b8b
|
||
|
|
||
|
Requires: bcm283x-firmware
|
||
|
|
||
|
Source1: package.inc
|
||
|
%include %{SOURCE1}
|