mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
linux-yocto/5.15: Enable MDIO bus config
Integrating the following commit(s) to linux-yocto/.:
52919926480 bsp/mti-malta32: enable MDIO for mti-malta32
963ab127810 bsp/qemuarm64: enable MDIO for qemuarm64
77d5d5e86c0 cfg/net: introduce mdio fragment
(From OE-Core rev: 161888872b8c02c77733c7b74d11db3ec59c93e5)
Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8ebd373209
commit
d62403a6ff
@@ -11,8 +11,8 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "7541f629ed38a02cdcd17251ce03f742b3b37ffd"
|
||||
SRCREV_meta ?= "d3948d57e924d1a28e3d9b7f0854dd8cdb525c9f"
|
||||
SRCREV_machine ?= "0349dadc971ea2a9ad780b9be95df3c7b9f08eac"
|
||||
SRCREV_meta ?= "529199264800b52ae173fc91241c8e64615850e3"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"
|
||||
|
||||
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "bb5851d13d957e796c8a27ff3047d28495b3389f"
|
||||
SRCREV_meta ?= "d3948d57e924d1a28e3d9b7f0854dd8cdb525c9f"
|
||||
SRCREV_machine ?= "bec753cf26f9924ed9e4e583032687e4a2a947f4"
|
||||
SRCREV_meta ?= "529199264800b52ae173fc91241c8e64615850e3"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
@@ -13,17 +13,17 @@ KBRANCH:qemux86 ?= "v5.15/standard/base"
|
||||
KBRANCH:qemux86-64 ?= "v5.15/standard/base"
|
||||
KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64"
|
||||
|
||||
SRCREV_machine:qemuarm ?= "a94c65101ab835b5f307cb4451b8da8f61b33fd6"
|
||||
SRCREV_machine:qemuarm64 ?= "2210f319d3e8efaa7c9bcaa4fe20ed2c3b22b7cb"
|
||||
SRCREV_machine:qemumips ?= "8d742e6f21ec98a53be9d41d449f1eef3262f522"
|
||||
SRCREV_machine:qemuppc ?= "eb8a6e8105ae65410761c3e77513222f8a4890f7"
|
||||
SRCREV_machine:qemuriscv64 ?= "74fd35c0e02bc154153378f96e777f29cdda3189"
|
||||
SRCREV_machine:qemuriscv32 ?= "74fd35c0e02bc154153378f96e777f29cdda3189"
|
||||
SRCREV_machine:qemux86 ?= "74fd35c0e02bc154153378f96e777f29cdda3189"
|
||||
SRCREV_machine:qemux86-64 ?= "74fd35c0e02bc154153378f96e777f29cdda3189"
|
||||
SRCREV_machine:qemumips64 ?= "481cf33f381449847e08ed322abb79c500f46efa"
|
||||
SRCREV_machine ?= "74fd35c0e02bc154153378f96e777f29cdda3189"
|
||||
SRCREV_meta ?= "d3948d57e924d1a28e3d9b7f0854dd8cdb525c9f"
|
||||
SRCREV_machine:qemuarm ?= "53027a25781dce4876ed47dde4e7bb1f49216bf2"
|
||||
SRCREV_machine:qemuarm64 ?= "0a49d733a9ec378aa945dbd20f4d1e3b2d4a9052"
|
||||
SRCREV_machine:qemumips ?= "f8f756c4bfc3489427d714492b29ca316436276d"
|
||||
SRCREV_machine:qemuppc ?= "1ae9b6880799961c8bc3c33d8b596dbea4002401"
|
||||
SRCREV_machine:qemuriscv64 ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d"
|
||||
SRCREV_machine:qemuriscv32 ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d"
|
||||
SRCREV_machine:qemux86 ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d"
|
||||
SRCREV_machine:qemux86-64 ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d"
|
||||
SRCREV_machine:qemumips64 ?= "cc95aac05d6fb9f0fbe1c336127568df916e2fed"
|
||||
SRCREV_machine ?= "41470215f97ee60487e6c36b562c5b7ecb8a8c7d"
|
||||
SRCREV_meta ?= "529199264800b52ae173fc91241c8e64615850e3"
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user