Skip to content

Commit 014c1c8

Browse files
committed
changed kernel linux-yocto for linux-stm32mp
1 parent fd1b235 commit 014c1c8

File tree

5 files changed

+13
-6545
lines changed

5 files changed

+13
-6545
lines changed

recipes-core/images/bytesatwork-minimal-image.bbappend

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ IMAGE_INSTALL:append = " \
66
crda \
77
networkmanager \
88
iproute2 \
9-
tcpdump \
109
net-tools \
1110
"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#
2+
# Test for david config config
3+
# Linux/arm 5.10.61 for stm32mp1 Kernel Configuration
4+
#
5+
CONFIG_RTL8192CU=m
6+
CONFIG_RTL8XXXU=m
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2+
3+
SRC_URI += "file://davidstmwifi.config"
4+
5+
do_configure_append() {
6+
cat ${WORKDIR}/davidstmwifi.config >> ${B}/.config || true
7+
}

0 commit comments

Comments
 (0)