From: bruce.ashfield@gmail.com
To: richard.purdie@linuxfoundation.org
Cc: openembedded-core@lists.openembedded.org
Subject: [PATCH 6/9] linux-yocto: Enable mdio for qemu
Date: Mon, 19 Sep 2022 10:28:31 -0400 [thread overview]
Message-ID: <92e8ad2c645b7847d6cee97257ca00bf6a9eb0ca.1663597409.git.bruce.ashfield@gmail.com> (raw)
In-Reply-To: <cover.1663597409.git.bruce.ashfield@gmail.com>
From: Khem Raj <raj.khem@gmail.com>
There are package like mdio-netlink in meta-oe which need this feature
to be available, it has started to fail with 5.19
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
---
meta/recipes-kernel/linux/linux-yocto_5.19.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.19.bb b/meta/recipes-kernel/linux/linux-yocto_5.19.bb
index 528e000012..c28cf309c6 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.19.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.19.bb
@@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "764d3890bc156851da21a5d15a70ec118d1b2fdc"
SRCREV_machine:qemux86-64 ?= "764d3890bc156851da21a5d15a70ec118d1b2fdc"
SRCREV_machine:qemumips64 ?= "afd431bd55805b5a980774ebf30b5d8aa4da492e"
SRCREV_machine ?= "764d3890bc156851da21a5d15a70ec118d1b2fdc"
-SRCREV_meta ?= "ddb7fe05a2e7050ff604639a0dd53a862902b949"
+SRCREV_meta ?= "3f097510e2c93bc7d9ae84231737bd6228386475"
# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
# get the <version>/base branch, which is pure upstream -stable, and the same
@@ -56,7 +56,7 @@ COMPATIBLE_MACHINE = "^(qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qe
# Functionality flags
KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc"
KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}"
-KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc"
+KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc cfg/net/mdio.scc"
KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc"
KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc"
KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}"
--
2.19.1
next prev parent reply other threads:[~2022-09-19 14:28 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-19 14:28 [PATCH 0/9] kernel-yocto: consolidated pull request bruce.ashfield
2022-09-19 14:28 ` [PATCH 1/9] linux-yocto/5.15: update to v5.15.63 bruce.ashfield
2022-09-19 14:28 ` [PATCH 2/9] linux-yocto/5.19: update to v5.19.5 bruce.ashfield
2022-09-19 14:28 ` [PATCH 3/9] linux-yocto/5.19: update to v5.19.7 bruce.ashfield
2022-09-19 14:28 ` [PATCH 4/9] linux-yocto/5.15: update to v5.15.65 bruce.ashfield
2022-09-19 14:28 ` [PATCH 5/9] kern-tools: fix queue processing in relative TOPDIR configurations bruce.ashfield
2022-09-19 14:28 ` bruce.ashfield [this message]
2022-09-19 14:28 ` [PATCH 7/9] kern-tools: allow 'y' or 'm' to avoid config audit warnings bruce.ashfield
2022-09-19 14:28 ` [PATCH 8/9] linux-yocto/5.19: update to v5.19.9 bruce.ashfield
2022-09-19 14:28 ` [PATCH 9/9] linux-yocto/5.15: update to v5.15.68 bruce.ashfield
2022-09-23 21:31 ` [OE-core] " Steve Sakoman
2022-09-24 2:21 ` Bruce Ashfield
2022-09-24 2:32 ` Steve Sakoman
2022-09-19 21:23 ` [OE-core] [PATCH 0/9] kernel-yocto: consolidated pull request Khem Raj
2022-09-20 9:45 ` Richard Purdie
2022-09-20 12:21 ` Richard Purdie
2022-09-20 12:53 ` Bruce Ashfield
2022-09-20 12:55 ` Richard Purdie
2022-09-20 20:29 ` Bruce Ashfield
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=92e8ad2c645b7847d6cee97257ca00bf6a9eb0ca.1663597409.git.bruce.ashfield@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox