diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-02-06 11:21:55 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-15 11:23:10 +0000 |
commit | 7899fd683baa0407192ef6a73da87d4a7fa2fb75 (patch) | |
tree | 89ae68361d74188d41b84d2989aae32f149aa42e | |
parent | 9c3b84d5ee86b4eaeff9821e720069130310b143 (diff) | |
download | poky-7899fd683baa0407192ef6a73da87d4a7fa2fb75.tar.gz |
linux-yocto/4.12: pinctrl backports
Backporting the following pinctrl commits to enable controllers on
Intel Cannon Lake:
4b7a5c1b4ec5 pinctrl: intel: Add Intel Cannon Lake PCH-H pin controller support
044631ce1937 pinctrl: intel: Add Intel Cannon Lake PCH pin controller support
2054b0ea59a7 pinctrl: intel: Make it possible to specify mode per pin in a group
55b9053b5a5a pinctrl: intel: Add support for variable size pad groups
(From OE-Core rev: 4c05eb243c2cf10304383f6265721b695750cb9b)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.12.bb | 18 |
3 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb index 11ff3cfecd..f54bf8f2e9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | |||
@@ -11,8 +11,8 @@ python () { | |||
11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "f095b0588b491bb81854fbc168479cf5ff8a03ff" | 14 | SRCREV_machine ?= "21541338928449e6131e73bfd529f5214027d918" |
15 | SRCREV_meta ?= "44a22d45cbcd7e14ea635d36949e14135f540fe0" | 15 | SRCREV_meta ?= "7986844d9de597218a23f82e68b01e5bf060d576" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb index c516d5de69..5ac407c4dc 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | |||
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.12.19" | |||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "257f843ea367744620f1d92910afd2f454e31483" | 12 | SRCREV_machine ?= "4b7a5c1b4ec5536806942340755bcfbf6f3584d9" |
13 | SRCREV_meta ?= "44a22d45cbcd7e14ea635d36949e14135f540fe0" | 13 | SRCREV_meta ?= "7986844d9de597218a23f82e68b01e5bf060d576" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb index d7b6e2750d..f2db5174ac 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb | |||
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "dafca619b2bd44966042bba76aa00edb0ca002df" | 14 | SRCREV_machine_qemuarm ?= "77d25f21501511f01eb3df3c58dd8cf10a90adce" |
15 | SRCREV_machine_qemuarm64 ?= "257f843ea367744620f1d92910afd2f454e31483" | 15 | SRCREV_machine_qemuarm64 ?= "4b7a5c1b4ec5536806942340755bcfbf6f3584d9" |
16 | SRCREV_machine_qemumips ?= "99c30bfd13f4cc364e55b67138705976bab193c9" | 16 | SRCREV_machine_qemumips ?= "567ea03f6c5844bed62957b20747b4315851e3c3" |
17 | SRCREV_machine_qemuppc ?= "257f843ea367744620f1d92910afd2f454e31483" | 17 | SRCREV_machine_qemuppc ?= "4b7a5c1b4ec5536806942340755bcfbf6f3584d9" |
18 | SRCREV_machine_qemux86 ?= "257f843ea367744620f1d92910afd2f454e31483" | 18 | SRCREV_machine_qemux86 ?= "4b7a5c1b4ec5536806942340755bcfbf6f3584d9" |
19 | SRCREV_machine_qemux86-64 ?= "257f843ea367744620f1d92910afd2f454e31483" | 19 | SRCREV_machine_qemux86-64 ?= "4b7a5c1b4ec5536806942340755bcfbf6f3584d9" |
20 | SRCREV_machine_qemumips64 ?= "135d85c1f8cded6b68d533a0018b2897230b880c" | 20 | SRCREV_machine_qemumips64 ?= "4796b8299a405d1428f000cc4a2e8800a3670541" |
21 | SRCREV_machine ?= "257f843ea367744620f1d92910afd2f454e31483" | 21 | SRCREV_machine ?= "4b7a5c1b4ec5536806942340755bcfbf6f3584d9" |
22 | SRCREV_meta ?= "44a22d45cbcd7e14ea635d36949e14135f540fe0" | 22 | SRCREV_meta ?= "7986844d9de597218a23f82e68b01e5bf060d576" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" |