From: Khem Raj Date: Mon, 19 Sep 2022 14:28:31 +0000 (-0400) Subject: linux-yocto: Enable mdio for qemu X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2898 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=096c2588860d8f2c56a97cff72f70dd59276f9c7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto: Enable mdio for qemu 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 Cc: Bruce Ashfield Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto_5.19.bb b/meta/recipes-kernel/linux/linux-yocto_5.19.bb index 528e000012b..c28cf309c60 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 /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)}"