diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-03-30 08:25:01 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-30 21:23:55 +0100 |
commit | 4dd3bd968042d943f279d91d220abc61ebd574a5 (patch) | |
tree | 454d16579fe0dbb328184d6f34f11c67ced5fd27 /meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |
parent | 26488894a2fdea0e0b003ff060b5a88ec6625a5f (diff) | |
download | openembedded-core-4dd3bd968042d943f279d91d220abc61ebd574a5.tar.gz openembedded-core-4dd3bd968042d943f279d91d220abc61ebd574a5.tar.bz2 openembedded-core-4dd3bd968042d943f279d91d220abc61ebd574a5.zip |
linux-yocto/4.1: device property backports
Integrating the following 4.4 backports:
630b726098c9 mfd: make mfd_remove_devices() iterate in reverse order
aab24907568b driver core: Do not overwrite secondary fwnode with NULL if it is set
89775462ef50 device property: return -EINVAL when property isn't found in ACPI
a9eebae4a2c0 device property: check fwnode type in to_of_node()
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.1.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 0e25536538..15a63fc445 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb @@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine ?= "d84b3cdc2d04fe42efb94b6f1e67c2d84af20bde" +SRCREV_machine ?= "b0b9b44cd66a067ac026b2a3db764d1e9b4dbb30" SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |