From: Trevor Woerner <twoerner@gmail.com>
To: yocto-patches@lists.yoctoproject.org
Subject: [meta-rockchip][PATCH 2/2] nanopi-r4s: enable r8169 built-in
Date: Thu, 4 Sep 2025 15:45:29 -0400 [thread overview]
Message-ID: <20250904194529.22656-2-twoerner@gmail.com> (raw)
In-Reply-To: <20250904194529.22656-1-twoerner@gmail.com>
Since the Realtek RTL8169 is part of this board, enable it unconditionally in
the kernel.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
recipes-kernel/linux/linux-yocto/realtek-r8169.cfg | 1 +
recipes-kernel/linux/linux-yocto_%.bbappend | 1 +
2 files changed, 2 insertions(+)
create mode 100644 recipes-kernel/linux/linux-yocto/realtek-r8169.cfg
diff --git a/recipes-kernel/linux/linux-yocto/realtek-r8169.cfg b/recipes-kernel/linux/linux-yocto/realtek-r8169.cfg
new file mode 100644
index 000000000000..811d42a79bf3
--- /dev/null
+++ b/recipes-kernel/linux/linux-yocto/realtek-r8169.cfg
@@ -0,0 +1 @@
+CONFIG_R8169=y
diff --git a/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend
index 5d68c7d56e2b..da1b172294e7 100644
--- a/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -31,3 +31,4 @@ COMPATIBLE_MACHINE:rock64 = "rock64"
COMPATIBLE_MACHINE:soquartz = "soquartz"
SRC_URI:append:rockchip = " file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta"
+SRC_URI:append:nanopi-r4s = " file://realtek-r8169.cfg"
--
2.44.0.501.g19981daefd7c
next prev parent reply other threads:[~2025-09-04 19:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-04 19:45 [meta-rockchip][PATCH 1/2] nanopi-r4s: remove 2nd eth work-around Trevor Woerner
2025-09-04 19:45 ` Trevor Woerner [this message]
2025-09-05 9:10 ` [yocto-patches] [meta-rockchip][PATCH 2/2] nanopi-r4s: enable r8169 built-in Quentin Schulz
2025-09-05 12:52 ` Trevor Woerner
2025-09-05 12:52 ` Trevor Woerner
2025-09-05 9:11 ` [yocto-patches] [meta-rockchip][PATCH 1/2] nanopi-r4s: remove 2nd eth work-around Quentin Schulz
2025-09-05 12:36 ` Trevor Woerner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250904194529.22656-2-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=yocto-patches@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.