drbd_9.0.19-1.bb 964 B

12345678910111213141516171819202122232425
  1. SUMMARY = "Distributed block device driver for Linux"
  2. DESCRIPTION = "DRBD is a block device which is designed to build high \
  3. availability clusters. This is done by mirroring a whole \
  4. block device via (a dedicated) network. You could see \
  5. it as a network raid-1."
  6. HOMEPAGE = "http://oss.linbit.com/drbd/"
  7. LICENSE = "GPLv2"
  8. LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
  9. DEPENDS = "virtual/kernel"
  10. SRC_URI = "http://www.linbit.com/downloads/drbd/9.0/drbd-${PV}.tar.gz \
  11. file://check_existence_of_modules_before_installing.patch \
  12. "
  13. SRC_URI[md5sum] = "bd1202eaaf81641752d0c9b003b10f6c"
  14. SRC_URI[sha256sum] = "5b3d2bcb99542940e40af903dea783cf04524e9f41cc530e210d2c15ef84fa58"
  15. inherit module
  16. EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}'"
  17. do_install () {
  18. oe_runmake install DESTDIR="${D}"
  19. }
  20. PNBLACKLIST[drbd] ?= "Kernel module Needs forward porting to kernel 5.2+"