ironic-python-agent-builder/tinyipa/patches/ipmitool-hpmfwupg_h.patch
Riccardo Pittau 011131ab05 Use tinycore 12 to build tinyipa
Tinycore 12.x is out, let's use it to build tinyipa.

- Adapt packages installation lists.
- Use 5.10.3 instead of 5.4.3 in fakeuname to sync with the new kernel.
- Patch ipmitool to fix issue when compiling with gcc version 10.x or
higher.

Depends-On: https://review.opendev.org/c/openstack/ironic/+/777342
Depends-On: https://review.opendev.org/c/openstack/ironic-python-agent/+/778658

Change-Id: I5a213d8409b1288af282dc3110e6e77c89317f31
2021-03-04 13:52:27 +01:00

10 lines
242 B
Diff

@@ -800,8 +800,6 @@
char descString[HPMFWUPG_DESC_STRING_LENGTH + 1];
}VERSIONINFO, *PVERSIONINFO;
-VERSIONINFO gVersionInfo[HPMFWUPG_COMPONENT_ID_MAX];
-
#define TARGET_VER (0x01)
#define ROLLBACK_VER (0x02)
#define IMAGE_VER (0x04)