diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-24 23:11:51 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-25 23:19:53 +0000 |
commit | 3e0eb102ecaafc42594005fce6a43ec2132026d1 (patch) | |
tree | de06eb31b45f0f8a79148b1f00414d2f25352a00 /meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb | |
parent | ffb4051e2d905f6ac297365b7e25a40b4236f1e0 (diff) | |
download | openembedded-core-contrib-3e0eb102ecaafc42594005fce6a43ec2132026d1.tar.gz |
linux-yocto: pinctrl config change for cannonlake
Integrating a configuration change to enable pinctrl for the cannonlake
platform.
(From OE-Core rev: 1819fff97b10e5bfa9257b7471ed79188195c9f2)
Signed-off-by: Pradhan Surya Narayanx <surya.narayanx.pradhan@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb index ead031166c1..bec4931012d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" -SRCREV_meta ?= "c713269d5c5a3dffb7e4aabeecbcb3d481a59151" +SRCREV_meta ?= "122f60c86239e6b181f4c59a444140138ec074b6" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}" |