Merge "Use tinycore 12 to build tinyipa"

This commit is contained in:
Zuul 2021-03-15 20:25:41 +00:00 committed by Gerrit Code Review
commit ec49373fa9
6 changed files with 34 additions and 14 deletions

View File

@ -9,7 +9,7 @@ TINYIPA_REQUIRE_BIOSDEVNAME=${TINYIPA_REQUIRE_BIOSDEVNAME:-false}
TINYIPA_REQUIRE_IPMITOOL=${TINYIPA_REQUIRE_IPMITOOL:-true} TINYIPA_REQUIRE_IPMITOOL=${TINYIPA_REQUIRE_IPMITOOL:-true}
IRONIC_LIB_SOURCE=${IRONIC_LIB_SOURCE:-} IRONIC_LIB_SOURCE=${IRONIC_LIB_SOURCE:-}
USE_PYTHON3=${USE_PYTHON3:-True} USE_PYTHON3=${USE_PYTHON3:-True}
TC_RELEASE="11.x" TC_RELEASE="12.x"
TGT_RELEASE="v1.0.80" TGT_RELEASE="v1.0.80"
QEMU_RELEASE="v4.2.0" QEMU_RELEASE="v4.2.0"
@ -77,6 +77,8 @@ fi
if $TINYIPA_REQUIRE_IPMITOOL; then if $TINYIPA_REQUIRE_IPMITOOL; then
wget -N -O - https://github.com/ipmitool/ipmitool/archive/IPMITOOL_${IPMITOOL_RELASE}.tar.gz | tar -xz -C "${BUILDDIR}/tmp" -f - wget -N -O - https://github.com/ipmitool/ipmitool/archive/IPMITOOL_${IPMITOOL_RELASE}.tar.gz | tar -xz -C "${BUILDDIR}/tmp" -f -
patch ${BUILDDIR}/tmp/ipmitool-IPMITOOL_${IPMITOOL_RELASE}/src/plugins/lanplus/lanplus_crypt_impl.c < patches/ipmitool-openssl.patch patch ${BUILDDIR}/tmp/ipmitool-IPMITOOL_${IPMITOOL_RELASE}/src/plugins/lanplus/lanplus_crypt_impl.c < patches/ipmitool-openssl.patch
patch ${BUILDDIR}/tmp/ipmitool-IPMITOOL_${IPMITOOL_RELASE}/include/ipmitool/ipmi_hpmfwupg.h < patches/ipmitool-hpmfwupg_h.patch
patch ${BUILDDIR}/tmp/ipmitool-IPMITOOL_${IPMITOOL_RELASE}/lib/ipmi_hpmfwupg.c < patches/ipmitool-hpmfwupg_c.patch
fi fi
# Create directory for python local mirror # Create directory for python local mirror

View File

@ -11,15 +11,15 @@ gdisk.tcz
git.tcz git.tcz
glib2-dev.tcz glib2-dev.tcz
hdparm.tcz hdparm.tcz
ipv6-netfilter-5.4.3-tinycore64.tcz ipv6-netfilter-5.10.3-tinycore64.tcz
libpci-dev.tcz libpci-dev.tcz
libtool-dev.tcz libtool-dev.tcz
libtool.tcz libtool.tcz
parted.tcz parted.tcz
pciutils.tcz pciutils.tcz
pixman-dev.tcz pixman-dev.tcz
raid-dm-5.4.3-tinycore64.tcz raid-dm-5.10.3-tinycore64.tcz
scsi-5.4.3-tinycore64.tcz scsi-5.10.3-tinycore64.tcz
udev-lib.tcz udev-lib.tcz
util-linux.tcz util-linux.tcz
zlib_base-dev.tcz zlib_base-dev.tcz

View File

@ -2,7 +2,7 @@
S="Linux" S="Linux"
N="box" N="box"
R="5.4.3-tinycore64" R="5.10.3-tinycore64"
P="unknown" P="unknown"
V="#2017 SMP" V="#2017 SMP"
M="x86_64" M="x86_64"

View File

@ -1,25 +1,25 @@
bash.tcz bash.tcz
coreutils.tcz coreutils.tcz
dmidecode.tcz dmidecode.tcz
dosfstools.tcz
efibootmgr.tcz efibootmgr.tcz
efivar.tcz efivar.tcz
filesystems-5.10.3-tinycore64.tcz
file.tcz file.tcz
gdisk.tcz gdisk.tcz
glib2.tcz glib2.tcz
haveged.tcz haveged.tcz
hdparm.tcz hdparm.tcz
iproute2.tcz iproute2.tcz
ipv6-netfilter-5.4.3-tinycore64.tcz ipv6-netfilter-5.10.3-tinycore64.tcz
libxml2.tcz libxml2.tcz
mdadm.tcz mdadm.tcz
ntpclient.tcz
parted.tcz parted.tcz
popt.tcz
pciutils.tcz pciutils.tcz
raid-dm-5.4.3-tinycore64.tcz popt.tcz
scsi-5.4.3-tinycore64.tcz raid-dm-5.10.3-tinycore64.tcz
filesystems-5.4.3-tinycore64.tcz scsi-5.10.3-tinycore64.tcz
smartmontools.tcz smartmontools.tcz
udev-lib.tcz udev-lib.tcz
util-linux.tcz util-linux.tcz
ntpclient.tcz
dosfstools.tcz

View File

@ -0,0 +1,9 @@
@@ -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);

View File

@ -0,0 +1,9 @@
@@ -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)