Skip to content
Snippets Groups Projects
Verified Commit 8592bced authored by Qiyang Sun's avatar Qiyang Sun :speech_balloon:
Browse files

Bugfix kernel config not applied

parent 48ac0cd7
No related branches found
No related tags found
No related merge requests found
# Disable IPv6
CONFIG_IPV6=n
# Enable USB gadget
CONFIG_USB_SERIAL_CONSOLE=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_G_SERIAL=y
CONFIG_USB_SERIAL=y
# Enable GPIO sys fs
CONFIG_EXPERT=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_AGGREGATOR=y
CONFIG_GPIO_VIRTIO=y
# Disable bluetooth, copied from diff of menuconfig
......
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-yocto-custom:"
FILESEXTRAPATHS:prepend := "${THISDIR}/linux-raspberrypi-custom:"
SRC_URI:append = " file://myconfig.cfg"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment