mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02: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:
parent
e59132bdcc
commit
b934304e43
|
@ -109,6 +109,8 @@ do_configure_prepend() {
|
||||||
fi
|
fi
|
||||||
# Activate CONFIG_LEGACY_PTYS
|
# Activate CONFIG_LEGACY_PTYS
|
||||||
kernel_configure_variable LEGACY_PTYS y
|
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
|
# Activate the configuration options for VC4
|
||||||
VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}"
|
VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user