mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-09 05:29:22 +00:00
linux-raspberrypi: Disable DRBD lkm
This comes from drbd-utils in meta-oe Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -109,6 +109,8 @@ do_configure_prepend() {
|
||||
fi
|
||||
# Activate CONFIG_LEGACY_PTYS
|
||||
kernel_configure_variable LEGACY_PTYS y
|
||||
# this module is built externally via drbd-utils
|
||||
kernel_configure_variable BLK_DEV_DRBD n
|
||||
|
||||
# Activate the configuration options for VC4
|
||||
VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}"
|
||||
|
||||
Reference in New Issue
Block a user