aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-07-12 21:12:44 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-20 10:24:48 +0100
commit58c43f62700610fbaf2989f55d87ba9212f4361f (patch)
tree3cb48468d367532b8b37a44e052ab7d15ac55791 /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parentb5541c3db22fbe8b4e0389b5937cbb5ae0284f00 (diff)
downloadopenembedded-core-contrib-58c43f62700610fbaf2989f55d87ba9212f4361f.tar.gz
linux-yocto/4.1: pinctrl backports
Integrating the following mainline commits: pinctrl: make pinctrl_register() return proper error code pinctrl: Remove .owner field pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127 pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397. pinctrl: add imx7d support pinctrl: sirf: add sirf atlas7 pinctrl and gpio support pinctrl: Add Pistachio SoC pin control driver pinctrl: lpc18xx: add the missing group function map pinctrl: lpc18xx: create pin cap lookup helper pinctrl: add lpc18xx pinctrl driver Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index 8852f08c5e..9a95c15962 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.27"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "15cf090ded5157e67302313bff9da0fa056e8ea9"
+SRCREV_machine ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498"
SRCREV_meta ?= "cab4fec4b7ab0efae0f44c1ec1836c035a9b78fe"
PV = "${LINUX_VERSION}+git${SRCPV}"