diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-09-06 23:17:26 -0700 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2017-09-08 18:43:53 +0100 |
| commit | b934304e4399748df0d722a3fd3473d64c92b02d (patch) | |
| tree | 995aaf55f64ee0c13b5ba757a20fa4254d9ae4a2 | |
| parent | e59132bdcc092597ed5f08a77e7160b0f3bb3547 (diff) | |
| download | meta-raspberrypi-b934304e4399748df0d722a3fd3473d64c92b02d.tar.gz | |
linux-raspberrypi: Disable DRBD lkm
This comes from drbd-utils in meta-oe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | recipes-kernel/linux/linux-rpi.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-rpi.inc b/recipes-kernel/linux/linux-rpi.inc index ba47e31..00c97f6 100644 --- a/recipes-kernel/linux/linux-rpi.inc +++ b/recipes-kernel/linux/linux-rpi.inc | |||
| @@ -109,6 +109,8 @@ do_configure_prepend() { | |||
| 109 | fi | 109 | fi |
| 110 | # Activate CONFIG_LEGACY_PTYS | 110 | # Activate CONFIG_LEGACY_PTYS |
| 111 | kernel_configure_variable LEGACY_PTYS y | 111 | kernel_configure_variable LEGACY_PTYS y |
| 112 | # this module is built externally via drbd-utils | ||
| 113 | kernel_configure_variable BLK_DEV_DRBD n | ||
| 112 | 114 | ||
| 113 | # Activate the configuration options for VC4 | 115 | # Activate the configuration options for VC4 |
| 114 | VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" | 116 | VC4GRAPHICS="${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" |
