diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-07-11 12:28:08 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:24:48 +0100 |
commit | b5541c3db22fbe8b4e0389b5937cbb5ae0284f00 (patch) | |
tree | 529c14dc33bb0de7ef43ebd2345c5cb1b5a558a0 /meta/recipes-kernel/linux/linux-yocto_4.1.bb | |
parent | a525872906afbd76d8b3e1c53a5b8da3ffda81ee (diff) | |
download | openembedded-core-b5541c3db22fbe8b4e0389b5937cbb5ae0284f00.tar.gz openembedded-core-b5541c3db22fbe8b4e0389b5937cbb5ae0284f00.tar.bz2 openembedded-core-b5541c3db22fbe8b4e0389b5937cbb5ae0284f00.zip |
linux-yocto: powerclamp and gpio configuration changes
Integrating the following commits to tweak the default configuration
for powerclamp and gpio:
features/thermal: make INTEL_POWERCLAMP driver built as module
gpio: disable Intel PMIC gpio
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.1.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 5004fb5d89..50e10489e9 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" SRCREV_machine_qemux86-64 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" SRCREV_machine_qemumips64 ?= "7d7a10a3c4465eca0e0879b3596da9b013ed3bb8" SRCREV_machine ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" -SRCREV_meta ?= "672a86bd4bac288b4cc222112d3826837181583b" +SRCREV_meta ?= "cab4fec4b7ab0efae0f44c1ec1836c035a9b78fe" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |