011131ab05
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
10 lines
223 B
Diff
10 lines
223 B
Diff
@@ -52,6 +52,8 @@
|
|
# include <config.h>
|
|
#endif
|
|
|
|
+static VERSIONINFO gVersionInfo[HPMFWUPG_COMPONENT_ID_MAX];
|
|
+
|
|
/* From src/plugins/ipmi_intf.c: */
|
|
uint16_t
|
|
ipmi_intf_get_max_request_data_size(struct ipmi_intf * intf);
|