mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
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 <pbarker@toganlabs.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
d2ead7c039
commit
2c7eab2d0d
@@ -111,10 +111,6 @@ do_configure_prepend() {
|
|||||||
kernel_configure_variable SQUASHFS y
|
kernel_configure_variable SQUASHFS y
|
||||||
kernel_configure_variable UBIFS_FS y
|
kernel_configure_variable UBIFS_FS y
|
||||||
fi
|
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
|
# 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)}"
|
||||||
|
|||||||
Reference in New Issue
Block a user