From 4928a2b6e95ac07ee82aa0acc0cf9c186ef03fd5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 Aug 2020 13:08:15 -0700 Subject: drbd: Upgrade to 9.0.24-1 Signed-off-by: Khem Raj --- .../recipes-support/drbd/drbd_9.0.19-1.bb | 25 ---------------------- .../recipes-support/drbd/drbd_9.0.24-1.bb | 24 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 25 deletions(-) delete mode 100644 meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb create mode 100644 meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb (limited to 'meta-networking/recipes-support') diff --git a/meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb b/meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb deleted file mode 100644 index c296c3bc1c..0000000000 --- a/meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Distributed block device driver for Linux" -DESCRIPTION = "DRBD is a block device which is designed to build high \ - availability clusters. This is done by mirroring a whole \ - block device via (a dedicated) network. You could see \ - it as a network raid-1." -HOMEPAGE = "http://oss.linbit.com/drbd/" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" -DEPENDS = "virtual/kernel" - -SRC_URI = "http://www.linbit.com/downloads/drbd/9.0/drbd-${PV}.tar.gz \ - file://check_existence_of_modules_before_installing.patch \ - " -SRC_URI[md5sum] = "bd1202eaaf81641752d0c9b003b10f6c" -SRC_URI[sha256sum] = "5b3d2bcb99542940e40af903dea783cf04524e9f41cc530e210d2c15ef84fa58" - -inherit module - -EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}'" - -do_install () { - oe_runmake install DESTDIR="${D}" -} - -PNBLACKLIST[drbd] ?= "Kernel module Needs forward porting to kernel 5.2+" diff --git a/meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb b/meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb new file mode 100644 index 0000000000..3ce63c457b --- /dev/null +++ b/meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb @@ -0,0 +1,24 @@ +SUMMARY = "Distributed block device driver for Linux" +DESCRIPTION = "DRBD is a block device which is designed to build high \ + availability clusters. This is done by mirroring a whole \ + block device via (a dedicated) network. You could see \ + it as a network raid-1." +HOMEPAGE = "http://oss.linbit.com/drbd/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" +DEPENDS = "virtual/kernel" + +SRC_URI = "http://www.linbit.com/downloads/drbd/9.0/drbd-${PV}.tar.gz \ + file://check_existence_of_modules_before_installing.patch \ + " +SRC_URI[sha256sum] = "14970459f55bc465503b88b24d1a266b2ace0d69fe3cb387005b8477cd6475ed" + +inherit module + +EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}' SPAAS=true" + +do_install () { + oe_runmake install DESTDIR="${D}" +} + +PNBLACKLIST[drbd] ?= "Needs coccinelle to build with SPAAS" -- cgit v1.2.3-54-g00ecf