diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-04-13 12:12:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-14 10:58:28 +0100 |
commit | 2f719dc523439a73dd203e6f922a7b3ccaddbee1 (patch) | |
tree | 99d17c6744e10bc7237bfc8b286c40f6fa556351 /meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | |
parent | d975f36c3564ca1c0cd94d91247e952a6bb62207 (diff) | |
download | openembedded-core-2f719dc523439a73dd203e6f922a7b3ccaddbee1.tar.gz openembedded-core-2f719dc523439a73dd203e6f922a7b3ccaddbee1.tar.bz2 openembedded-core-2f719dc523439a73dd203e6f922a7b3ccaddbee1.zip |
linux-yocto: tiny and pin ctrl config updates
Merging the following two commits:
ab0d998117cc ktypes/tiny/tiny.cfg: support /proc/sys
349e9ce59f7b features: enable pinctrl driver for Broxton
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.bb | 2 |
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 00bdcf74d3..2821f448e7 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb @@ -10,7 +10,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "db28bb1e7a682362f58cc42fbb679022df9657a7" -SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" +SRCREV_meta ?= "ab0d998117cca8c55f7ca49ec98b843782bdd25b" PV = "${LINUX_VERSION}+git${SRCPV}" |