aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-support/freeipmi/freeipmi_1.6.10.bb
blob: a9d604652fb5f203544f186f9999da80a3ddbb7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
SUMMARY = "Tools and libraries for IPMI"
DESCRIPTION = " \
  FreeIPMI provides in-band and out-of-band IPMI software based on the IPMI \
  v1.5/2.0 specification. The IPMI specification defines a set of interfaces \
  for platform management and is implemented by a number vendors for system \
  management. The features of IPMI that most users will be interested in are \
  sensor monitoring, system event monitoring, power control, and \
  serial-over-LAN (SOL). The FreeIPMI tools and libraries listed below should \
  provide users with the ability to access and utilize these and many other \
  features. A number of useful features for large HPC or cluster environments \
  have also been implemented into FreeIPMI. \
"
HOMEPAGE = "https://www.gnu.org/software/freeipmi/"

LICENSE = "GPL-3.0-only & BSD-3-Clause"
LIC_FILES_CHKSUM = " \
	file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.ZRESEARCH;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.bmc-watchdog;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.ipmi-dcmi;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.ipmi-fru;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.ipmiconsole;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.ipmidetect;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.ipmimonitoring;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.ipmipower;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.ipmiseld;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.pstdout;md5=d32239bcb673463ab874e80d47fae504 \
	file://COPYING.sunbmc;md5=c03f21cd76ff5caba6b890d1213cbfbb \
	"

BRANCH ?= "freeipmi-1-6-0-stable"
SRC_URI = " \
	git://git.savannah.gnu.org/freeipmi.git;iprotocol=https;branch=${BRANCH} \
	file://0001-Add-initial-support-for-Xilinx-OEM-FRU-records.patch \
	file://0002-ipmi-fru-fix-compilation-for-non-C99-compilation.patch \
	"
SRCREV ?= "1f7eea294c2967802019100b07cf1e44b3160a2b"

S = "${WORKDIR}/git"

inherit autotools-brokensep pkgconfig systemd

PACKAGECONFIG ??= ""
PACKAGECONFIG[libgcrypt] = "--with-encryption,--without-encryption,libgcrypt,"

EXTRA_OECONF = " \
	--without-random-device \
	--with-systemdsystemunitdir=${systemd_system_unitdir} \
	"

SYSTEMD_SERVICE:${PN} = " \
	bmc-watchdog.service \
	ipmidetectd.service \
	ipmiseld.service \
	"
SYSTEMD_AUTO_ENABLE = "disable"