From 2c7eab2d0dedc592864261cd3f7f96581630376e Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 16 Apr 2018 16:24:57 +0000 Subject: linux-raspberrypi: Drop inappropriate forced settings CONFIG_BLK_DEV_DRBD: Deciding whether to use the in-kernel DRBD module or the external drbd recipe in meta-networking is a policy decision and doesn't belong in our BSP layer. CONFIG_LEGACY_PTYS: These are legacy for a reason. They're not enabled in the defconfig so they shouldn't be required for rpi devices. Let's drop this here, it can be added back in a distro layer where (if) needed. Signed-off-by: Paul Barker --- recipes-kernel/linux/linux-raspberrypi.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 5872b64..73d4d62 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc @@ -111,10 +111,6 @@ do_configure_prepend() { kernel_configure_variable SQUASHFS y kernel_configure_variable UBIFS_FS y 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)}" -- cgit v1.2.3-54-g00ecf