Booting yocto system (and many other useful scripts)

This commit is contained in:
2025-07-31 17:44:58 +02:00
parent 3fd35d723a
commit 40ae7a8412
14 changed files with 141 additions and 77 deletions

View File

@@ -0,0 +1,6 @@
# WiFi kernel configuration - built into kernel
CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_IWLWIFI=y
CONFIG_IWLDVM=y
CONFIG_IWLMVM=y

View File

@@ -0,0 +1,5 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += "file://wifi.cfg"
COMPATIBLE_MACHINE = "genericx86-64"