aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-06-06 04:15:29 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-07 15:22:37 +0100
commitaafcdd051b30a6b5359ee7f27aa9d9f940962ad7 (patch)
treeb8951e49f34781e6c8a92820d226c58289448c20 /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
parent7bb3651f9414e1712c42276cce3ec77c657b5167 (diff)
downloadopenembedded-core-contrib-aafcdd051b30a6b5359ee7f27aa9d9f940962ad7.tar.gz
linux-yocto/4.4: mmc backports
Backporting the following mcc commits to the 4.4 repo. These fix issues being seen on broxton based boads: 1f3e98df094c mmc: core: Add a facility to "pause" re-tuning b27fcd162327 mmc: block: Pause re-tuning while switched to the RPMB partition 9aa07b4e274e mmc: block: Always switch back to main area after RPMB access (From OE-Core rev: 9161b0856ef48275df9fedd3174629e5b29812c5) Signed-off-by: California Sullivan <california.l.sullivan@intel.com> 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.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
index 95df101844..0186856b85 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.12"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "8149f5840e938ff5a0e595bac2f7502a2a9bcb40"
+SRCREV_machine ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711"
SRCREV_meta ?= "8900370d334ab4f7224fa71d7d46d62f0b11199d"
PV = "${LINUX_VERSION}+git${SRCPV}"