summaryrefslogtreecommitdiff
path: root/meta-mellanox/meta-msn/recipes-connectivity/mlx-ipmid/mlx-ipmid.inc
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2021-03-01 08:58:51 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-03-03 20:49:58 +0300
commit710dd2d406bae814547294bfa3de817063033fc1 (patch)
tree4f8c49cc0d628a3f3f1d18a3ef68e2e6c7f4de2a /meta-mellanox/meta-msn/recipes-connectivity/mlx-ipmid/mlx-ipmid.inc
parent4716254dbaae9ec5d88386a9ada9bb0271a31ca3 (diff)
downloadopenbmc-710dd2d406bae814547294bfa3de817063033fc1.tar.xz
Retire meta-mellenaox and the MSN machine
This was a machine contributed by Mykola Kostenok <c_mykolak@mellanox.com> back in 2017, during the infancy of OpenBMC. It was the first non-IBM machine contributed to the repository. There's been no updates to this machine since September 2017, and the device tree was dropped in the move from dev-4.10 to dev-4.13. Some parts of the system live on at https://github.com/mellanoxbmc. So long and thanks for all the fish, meta-msn! Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: If610d48fd01785bf727b36dec055fe167f964a5c Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-mellanox/meta-msn/recipes-connectivity/mlx-ipmid/mlx-ipmid.inc')
-rw-r--r--meta-mellanox/meta-msn/recipes-connectivity/mlx-ipmid/mlx-ipmid.inc60
1 files changed, 0 insertions, 60 deletions
diff --git a/meta-mellanox/meta-msn/recipes-connectivity/mlx-ipmid/mlx-ipmid.inc b/meta-mellanox/meta-msn/recipes-connectivity/mlx-ipmid/mlx-ipmid.inc
deleted file mode 100644
index 73e7614f6..000000000
--- a/meta-mellanox/meta-msn/recipes-connectivity/mlx-ipmid/mlx-ipmid.inc
+++ /dev/null
@@ -1,60 +0,0 @@
-DESCRIPTION = "This is the OpenIPMI library, a library that makes simplifies building complex IPMI management software."
-SECTION = "console/network"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = " \
- openssl \
- popt \
- zlib \
- ncurses \
- glib-2.0 \
- gdbm \
- dbus \
- dbus-glib \
-"
-RDEPENDS_${PN} += " bash dbus"
-
-INC_PR = "r2"
-
-inherit autotools gettext update-alternatives systemd pkgconfig
-
-PACKAGECONFIG ??= "net-snmp"
-
-PACKAGECONFIG[net-snmp] = ",--with-ucdsnmp=no,net-snmp"
-PACKAGECONFIG[python] = "--with-python,--without-python,python,"
-PACKAGECONFIG[perl] = "--with-perl=${STAGING_BINDIR_NATIVE},--with-perl=no,perl,"
-PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl,"
-
-EXTRA_OECONF = "\
- --prefix=${prefix} \
- --with-mellanox \
- --with-dbus \
- "
-
-S = "${WORKDIR}/git"
-
-PARALLEL_MAKEINST = ""
-
-SYSTEMD_PACKAGES = "${PN}"
-
-SYSTEMD_SERVICE_${PN} = " mlx_ipmid.service"
-
-
-do_install_append() {
- install -d ${D}/etc/init.d
- install -d ${D}/${systemd_unitdir}/system
- install -m 644 ${WORKDIR}/mlx_ipmid.service ${D}/${systemd_unitdir}/system/mlx_ipmid.service
- install -d ${D}${libdir}/mlx_ipmid
- install -m 0644 ${B}/lanserv/mellanox/.libs/mellanox.so ${D}${libdir}/mlx_ipmid/
- install -Dpm 644 ${D}/var/mlx_ipmid/mellanox/50-mlx-events-4.10.rules ${D}/lib/udev/rules.d/50-mlx-events.rules
- install -Dpm 644 ${D}/var/mlx_ipmid/mellanox/50-mlx-hwmon-4-10-events.rules ${D}/lib/udev/rules.d/50-mlx-hwmon-events.rules
-}
-
-FILES_${PN} += "/usr/lib/perl5 \
- /usr/lib/mlx_ipmid \
- ${systemd_unitdir} \
- "
-
-FILES_${PN}-dev += "/usr/lib/OpenIPMI"
-
-FILES_${PN}-dbg += "/usr/lib/perl5/auto/OpenIPMI/.debug"