aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-03-27 11:03:14 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-28 14:21:18 +0100
commit6dd68cddc3536c11b9f868fde34a745256648c25 (patch)
tree67173bb666c5e99dabf8e6c0201f166ddcb7b26b /meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
parent80f6840baecb8b161f6443f3dd1af4e70b5e5221 (diff)
downloadopenembedded-core-contrib-6dd68cddc3536c11b9f868fde34a745256648c25.tar.gz
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 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
index 6ec6371b74..76f6cab95e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
@@ -18,8 +18,8 @@ SRCREV_machine_qemuppc ?= "9c2e6c0fc71526c45fc7ddf3ec91e2e2f27e3da0"
SRCREV_machine_qemux86 ?= "9c2e6c0fc71526c45fc7ddf3ec91e2e2f27e3da0"
SRCREV_machine_qemux86-64 ?= "9c2e6c0fc71526c45fc7ddf3ec91e2e2f27e3da0"
SRCREV_machine_qemumips64 ?= "f9a3a72209bde080e4ecb4fbe7a0f99954643131"
-SRCREV_machine ?= "3247d5a26cab529bd4acc137c119bcdf71c3d5ae"
-SRCREV_meta ?= "65e0a9654f69241d0e6b18162289dabec877039e"
+SRCREV_machine ?= "12f3957167b0001adc7c2c8b3d45127aafc37e6b"
+SRCREV_meta ?= "e09bcd01af6a000647f7d6ec9b864c6ff5ffac89"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}"