virt/qemu/debian/deb_patches/0003-rules-remove-vof.patch
dliu5 f08c85737a Upgrade qemu to 7.2.0.
As we add kata container support for StarlingX
with the latest kata containers stable version 3.1.3.

We need to upgrade qemu to 7.2.0 version to make them
compatible.

Test plan:
PASS - Build qemu package.
PASS - Build /install image on AIO-SX.
PASS - Verify the package is installed in the system.
PASS - Verify the qemu-utils correctly installed by
       running qemi-image -V
PASS - Verify the qemu x86_64 correctly installed by
       running qemu-system-x86_64 --version
PASS - Verify stx-openstack works correctly with sanity
       and regression tests.
PASS - Verify that the kata-runtime check command print
       system is capable of running kata containers.
PASS - Verify that kubectl could create pod with kata
       containers runtime, and pod start successfully.

Story: 2010781
Task: 48183

Change-Id: Ie9fba13999023e3dce37c620864710707bc679ed
Signed-off-by: David Liu <david.liu@windriver.com>
2023-12-22 07:05:27 -05:00

36 lines
1.0 KiB
Diff

From 5b3c6ce515cd027eaf9ccf3a8b4b7b8ce019f1ff Mon Sep 17 00:00:00 2001
From: Jackie Huang <jackie.huang@windriver.com>
Date: Tue, 13 Jun 2023 05:43:47 +0000
Subject: [PATCH 1/2] rules: remove vof
build-vof for powerpc64 is newly added in 7.2, not used.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
debian/rules | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6743f90a..67549c4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -400,15 +400,6 @@ endif
### firmware, qemu-user-data package
-build-vof: b/vof/vof.bin
-b/vof/vof.bin: | b
- mkdir -p b/vof
- printf 'CC=$${CROSS}gcc\nLD=$${CROSS}ld\nOBJCOPY=$${CROSS}objcopy\nEXTRA_CFLAGS=-m32 -mbig-endian' > b/vof/config.mak
- ${MAKE} -C b/vof CROSS=${PPC64_CROSSPFX} SRC_DIR=../../pc-bios/vof -f../../pc-bios/vof/Makefile
-install-vof: b/vof/vof.bin
- install -m 0644 -t ${sysdataidir} $<
-sysdata-components += vof
-
### x86 optionrom
build-x86-optionrom: b/optionrom/built
b/optionrom/built:
--
2.30.2