diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-10-26 13:42:13 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-01 16:10:36 -0800 |
| commit | c9ac78c9d1ac2ad17ab145d074cb45605879f201 (patch) | |
| tree | 45fd9fa391cbb54e771186cfc1079ebcc996e398 /meta-oe/recipes-kernel/ipmitool | |
| parent | d53c8097f1dd19b63da6f1e696d79d96f73f81c5 (diff) | |
| download | meta-openembedded-c9ac78c9d1ac2ad17ab145d074cb45605879f201.tar.gz | |
ipmitool: move to recipes-kernel
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/ipmitool')
| -rw-r--r-- | meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.18.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.18.bb b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.18.bb new file mode 100644 index 0000000000..9f73d2799b --- /dev/null +++ b/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.18.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | SUMMARY = "Utility for IPMI control" | ||
| 2 | DESCRIPTION = "This package contains a utility for interfacing with devices that support \ | ||
| 3 | the Intelligent Platform Management Interface specification. IPMI is \ | ||
| 4 | an open standard for machine health, inventory, and remote power control. \ | ||
| 5 | \ | ||
| 6 | This utility can communicate with IPMI-enabled devices through either a \ | ||
| 7 | kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in \ | ||
| 8 | the IPMI specification. IPMIv2 adds support for encrypted LAN \ | ||
| 9 | communications and remote Serial-over-LAN functionality. \ | ||
| 10 | \ | ||
| 11 | It provides commands for reading the Sensor Data Repository (SDR) and \ | ||
| 12 | displaying sensor values, displaying the contents of the System Event \ | ||
| 13 | Log (SEL), printing Field Replaceable Unit (FRU) information, reading and \ | ||
| 14 | setting LAN configuration, and chassis power control. \ | ||
| 15 | " | ||
| 16 | |||
| 17 | HOMEPAGE = "http://ipmitool.sourceforge.net/" | ||
| 18 | SECTION = "kernel/userland" | ||
| 19 | |||
| 20 | LICENSE = "BSD-3-Clause" | ||
| 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=9aa91e13d644326bf281924212862184" | ||
| 22 | |||
| 23 | DEPENDS = "openssl readline ncurses" | ||
| 24 | |||
| 25 | SRC_URI = "${SOURCEFORGE_MIRROR}/ipmitool/ipmitool-${PV}.tar.bz2" | ||
| 26 | SRC_URI[md5sum] = "bab7ea104c7b85529c3ef65c54427aa3" | ||
| 27 | SRC_URI[sha256sum] = "0c1ba3b1555edefb7c32ae8cd6a3e04322056bc087918f07189eeedfc8b81e01" | ||
| 28 | |||
| 29 | inherit autotools | ||
| 30 | |||
| 31 | # --disable-dependency-tracking speeds up the build | ||
| 32 | # --enable-file-security adds some security checks | ||
| 33 | # --disable-intf-free disables FreeIPMI support - we don't want to depend on | ||
| 34 | # FreeIPMI libraries, FreeIPMI has its own ipmitoool-like utility. | ||
| 35 | # | ||
| 36 | EXTRA_OECONF = "--disable-dependency-tracking --enable-file-security --disable-intf-free" | ||
