Wifi auto connect
This commit is contained in:
@@ -12,6 +12,7 @@ BBLAYERS ?= " \
|
||||
/workspace/yocto/meta-openembedded/meta-oe \
|
||||
/workspace/yocto/meta-openembedded/meta-python \
|
||||
/workspace/yocto/meta-openembedded/meta-multimedia \
|
||||
/workspace/yocto/meta-openembedded/meta-networking \
|
||||
/workspace/yocto/meta-rust-bin \
|
||||
/workspace/meta-layers/meta-fcb-looper \
|
||||
"
|
||||
|
||||
@@ -35,4 +35,12 @@ VIRTUAL-RUNTIME_initscripts = ""
|
||||
CORE_IMAGE_EXTRA_INSTALL += "gui-app weston liberation-fonts"
|
||||
|
||||
# Needed to enable terminal on tty2
|
||||
EXTRA_IMAGE_FEATURES += "debug-tweaks"
|
||||
EXTRA_IMAGE_FEATURES += "debug-tweaks"
|
||||
|
||||
# WiFi support - Intel Centrino Advanced-N 6235 specific
|
||||
DISTRO_FEATURES += "wifi opengl"
|
||||
IMAGE_INSTALL:append = " wpa-supplicant iw linux-firmware packagegroup-base-wifi pciutils usbutils"
|
||||
IMAGE_INSTALL:append = " linux-firmware-iwlwifi-6000g2b-6"
|
||||
|
||||
# Enable iwlwifi driver in kernel
|
||||
KERNEL_FEATURES:append = " features/iwlwifi/iwlwifi.scc"
|
||||
Reference in New Issue
Block a user