mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
mpc8315e-rdb: fix broken ethernet
Integrating the following commits to fix the ethernet on the mpc8315e-rdb: 12f3957167b0 net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211b c986bc511c18 net: phy: Add general dummy stubs for MMD register access (From OE-Core rev: 6dd68cddc3536c11b9f868fde34a745256648c25) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7a03bc53fd
commit
2fca0f53ab
@@ -11,8 +11,8 @@ python () {
|
||||
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
|
||||
}
|
||||
|
||||
SRCREV_machine ?= "3247d5a26cab529bd4acc137c119bcdf71c3d5ae"
|
||||
SRCREV_meta ?= "65e0a9654f69241d0e6b18162289dabec877039e"
|
||||
SRCREV_machine ?= "12f3957167b0001adc7c2c8b3d45127aafc37e6b"
|
||||
SRCREV_meta ?= "e09bcd01af6a000647f7d6ec9b864c6ff5ffac89"
|
||||
|
||||
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-4.15;destsuffix=${KMETA}"
|
||||
|
||||
Reference in New Issue
Block a user