summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.14.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-30 00:31:17 +0100
commit2fca0f53ab347ca4de9341fc632676f5602332be (patch)
treebb6ca8d62ddd93718ebf044962072b057192053b /meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
parent7a03bc53fd11d2798ed12bcc0c5d5df5442b5581 (diff)
downloadpoky-2fca0f53ab347ca4de9341fc632676f5602332be.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 (From OE-Core rev: 6dd68cddc3536c11b9f868fde34a745256648c25) 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-rt_4.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
index 8a6371625e..dc08327234 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
@@ -11,8 +11,8 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "4832801a14130645d2251a368cba79d937a775ab" 14SRCREV_machine ?= "26443228033c81f99bf75e5b75eec662f39243b1"
15SRCREV_meta ?= "5f6c3e32365bffb1993c0c62abf2c5bb8916a57f" 15SRCREV_meta ?= "95cda8806311f4d922919e2eb6581bcb6d08e7f2"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.14;destsuffix=${KMETA}"