Skip to content

Commit

Permalink
[openSUSE] Update submodule references for 9.2.0
Browse files Browse the repository at this point in the history
Point the submodules to the repositories that host our downstream
patches:

* roms/seabios
 - [openSUSE] switch to python3 as needed
 - [openSUSE] build: enable cross compilation on ARM
* roms/SLOF
 - Allow to override build date with SOURCE_DATE_EPOCH
* roms/ipxe
 - [ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modes
 - [openSUSE] [build] Makefile: fix issues of build reproducibility
 - [openSUSE] [test] help compiler out by initializing array[openSUSE]
 - [openSUSE] [build] Silence GCC 12 spurious warnings
 - [librm] Use explicit operand size when pushing a label address
* roms/skiboot
 - [openSUSE] Makefile: define endianess for cross-building on aarch64
 - [openSUSE] Make Sphinx build reproducible (boo#1102408)
* roms/qboot
 - [openSUSE] add cross.ini file to handle aarch64 based build

Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
  • Loading branch information
dfaggioli committed Dec 20, 2024
1 parent 668bab4 commit 16eaa1c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion roms/SLOF
Submodule SLOF updated 0 files
2 changes: 1 addition & 1 deletion roms/ipxe
Submodule ipxe updated 0 files
2 changes: 1 addition & 1 deletion roms/qboot
Submodule qboot updated 0 files
2 changes: 1 addition & 1 deletion roms/seabios
Submodule seabios updated 0 files
2 changes: 1 addition & 1 deletion roms/skiboot
Submodule skiboot updated 0 files
2 changes: 1 addition & 1 deletion rpm/common.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define _buildshell /bin/bash

%define sbver 1.16.3_3_gc13ff2cd
%define sbver 1.16.3_3_g3d33c746

%define srcdir %{_builddir}/%buildsubdir
%define blddir %srcdir/build
Expand Down

0 comments on commit 16eaa1c

Please sign in to comment.