abf8af324b
- Include systemd presets in 13.2 and older - bnc#897352 - Enable xencommons/xendomains only during fresh install - disable restart on upgrade because the toolstack is not restartable - adjust seabios, vgabios, stubdom and hvmloader build to reduce build-compare noise xen.build-compare.mini-os.patch xen.build-compare.smbiosdate.patch xen.build-compare.ipxe.patch xen.build-compare.vgabios.patch xen.build-compare.seabios.patch xen.build-compare.man.patch - Update to Xen 4.5.0 RC4 - Remove xend specific if-up scripts Recording bridge slaves is a generic task which should be handled by generic network code - Use systemd features from upstream requires updated systemd-presets-branding package - Update to Xen 4.5.0 RC3 - Set GIT, WGET and FTP to /bin/false - Use new configure features instead of make variables OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=337
41 lines
1.5 KiB
Diff
41 lines
1.5 KiB
Diff
The result of $(wildcard *) is random.
|
|
Sort input files to reduce build-compare noise.
|
|
---
|
|
tools/firmware/etherboot/patches/build-compare.patch | 19 +++++++++++++++++++
|
|
tools/firmware/etherboot/patches/series | 1 +
|
|
2 files changed, 20 insertions(+)
|
|
|
|
Index: xen-4.5.0-testing/tools/firmware/etherboot/patches/build-compare.patch
|
|
===================================================================
|
|
--- /dev/null
|
|
+++ xen-4.5.0-testing/tools/firmware/etherboot/patches/build-compare.patch
|
|
@@ -0,0 +1,19 @@
|
|
+The result of $(wildcard *) is random.
|
|
+Sort input files to reduce build-compare noise.
|
|
+---
|
|
+ ipxe/src/Makefile.housekeeping | 2 +-
|
|
+ 1 file changed, 1 insertion(+), 1 deletion(-)
|
|
+
|
|
+Index: ipxe/src/Makefile.housekeeping
|
|
+===================================================================
|
|
+--- ipxe/src/Makefile.housekeeping
|
|
++++ ipxe/src/Makefile.housekeeping
|
|
+@@ -773,7 +773,7 @@ BLIB = $(BIN)/blib.a
|
|
+ $(BLIB) : $(BLIB_OBJS) $(BLIB_LIST) $(MAKEDEPS)
|
|
+ $(Q)$(RM) $(BLIB)
|
|
+ $(QM)$(ECHO) " [AR] $@"
|
|
+- $(Q)$(AR) r $@ $(BLIB_OBJS)
|
|
++ $(Q)$(AR) r $@ $(sort $(BLIB_OBJS))
|
|
+ $(Q)$(RANLIB) $@
|
|
+ blib : $(BLIB)
|
|
+
|
|
Index: xen-4.5.0-testing/tools/firmware/etherboot/patches/series
|
|
===================================================================
|
|
--- xen-4.5.0-testing.orig/tools/firmware/etherboot/patches/series
|
|
+++ xen-4.5.0-testing/tools/firmware/etherboot/patches/series
|
|
@@ -2,3 +2,4 @@ boot_prompt_option.patch
|
|
build_fix_1.patch
|
|
build_fix_2.patch
|
|
build_fix_3.patch
|
|
+build-compare.patch
|