From e5fa6138903ecf903276aebd00ace27e9b2cfdf1 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 26 Oct 2017 13:42:13 -0700 Subject: ipmitool: move to recipes-kernel Signed-off-by: Armin Kuster --- meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.18.bb | 36 ++++++++++++++++++++++ .../recipes-support/ipmitool/ipmitool_1.8.18.bb | 36 ---------------------- 2 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.18.bb delete mode 100644 meta-oe/recipes-support/ipmitool/ipmitool_1.8.18.bb 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 @@ +SUMMARY = "Utility for IPMI control" +DESCRIPTION = "This package contains a utility for interfacing with devices that support \ +the Intelligent Platform Management Interface specification. IPMI is \ +an open standard for machine health, inventory, and remote power control. \ +\ +This utility can communicate with IPMI-enabled devices through either a \ +kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in \ +the IPMI specification. IPMIv2 adds support for encrypted LAN \ +communications and remote Serial-over-LAN functionality. \ +\ +It provides commands for reading the Sensor Data Repository (SDR) and \ +displaying sensor values, displaying the contents of the System Event \ +Log (SEL), printing Field Replaceable Unit (FRU) information, reading and \ +setting LAN configuration, and chassis power control. \ +" + +HOMEPAGE = "http://ipmitool.sourceforge.net/" +SECTION = "kernel/userland" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=9aa91e13d644326bf281924212862184" + +DEPENDS = "openssl readline ncurses" + +SRC_URI = "${SOURCEFORGE_MIRROR}/ipmitool/ipmitool-${PV}.tar.bz2" +SRC_URI[md5sum] = "bab7ea104c7b85529c3ef65c54427aa3" +SRC_URI[sha256sum] = "0c1ba3b1555edefb7c32ae8cd6a3e04322056bc087918f07189eeedfc8b81e01" + +inherit autotools + +# --disable-dependency-tracking speeds up the build +# --enable-file-security adds some security checks +# --disable-intf-free disables FreeIPMI support - we don't want to depend on +# FreeIPMI libraries, FreeIPMI has its own ipmitoool-like utility. +# +EXTRA_OECONF = "--disable-dependency-tracking --enable-file-security --disable-intf-free" diff --git a/meta-oe/recipes-support/ipmitool/ipmitool_1.8.18.bb b/meta-oe/recipes-support/ipmitool/ipmitool_1.8.18.bb deleted file mode 100644 index 9f73d2799b..0000000000 --- a/meta-oe/recipes-support/ipmitool/ipmitool_1.8.18.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "Utility for IPMI control" -DESCRIPTION = "This package contains a utility for interfacing with devices that support \ -the Intelligent Platform Management Interface specification. IPMI is \ -an open standard for machine health, inventory, and remote power control. \ -\ -This utility can communicate with IPMI-enabled devices through either a \ -kernel driver such as OpenIPMI or over the RMCP LAN protocol defined in \ -the IPMI specification. IPMIv2 adds support for encrypted LAN \ -communications and remote Serial-over-LAN functionality. \ -\ -It provides commands for reading the Sensor Data Repository (SDR) and \ -displaying sensor values, displaying the contents of the System Event \ -Log (SEL), printing Field Replaceable Unit (FRU) information, reading and \ -setting LAN configuration, and chassis power control. \ -" - -HOMEPAGE = "http://ipmitool.sourceforge.net/" -SECTION = "kernel/userland" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=9aa91e13d644326bf281924212862184" - -DEPENDS = "openssl readline ncurses" - -SRC_URI = "${SOURCEFORGE_MIRROR}/ipmitool/ipmitool-${PV}.tar.bz2" -SRC_URI[md5sum] = "bab7ea104c7b85529c3ef65c54427aa3" -SRC_URI[sha256sum] = "0c1ba3b1555edefb7c32ae8cd6a3e04322056bc087918f07189eeedfc8b81e01" - -inherit autotools - -# --disable-dependency-tracking speeds up the build -# --enable-file-security adds some security checks -# --disable-intf-free disables FreeIPMI support - we don't want to depend on -# FreeIPMI libraries, FreeIPMI has its own ipmitoool-like utility. -# -EXTRA_OECONF = "--disable-dependency-tracking --enable-file-security --disable-intf-free" -- cgit 1.2.3-korg