mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
+3
-4
@@ -11,15 +11,14 @@ 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"
|
||||
SRC_URI[sha256sum] = "14970459f55bc465503b88b24d1a266b2ace0d69fe3cb387005b8477cd6475ed"
|
||||
|
||||
inherit module
|
||||
|
||||
EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}'"
|
||||
EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}' SPAAS=true"
|
||||
|
||||
do_install () {
|
||||
oe_runmake install DESTDIR="${D}"
|
||||
}
|
||||
|
||||
PNBLACKLIST[drbd] ?= "Kernel module Needs forward porting to kernel 5.2+"
|
||||
PNBLACKLIST[drbd] ?= "Needs coccinelle to build with SPAAS"
|
||||
Reference in New Issue
Block a user