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 | |
parent | ffb4051e2d905f6ac297365b7e25a40b4236f1e0 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.19.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.0.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb index 361ebc5f78..118dbf90ea 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "3059029718900250904b9f587e37ba22fb949ea6" | 14 | SRCREV_machine ?= "3059029718900250904b9f587e37ba22fb949ea6" |
15 | SRCREV_meta ?= "8bbb1a762d4370b0698403f75a5b98ed25a3517f" | 15 | SRCREV_meta ?= "b173a1b0a218f2bebc28251ef08ee592652b6bc0" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA}" |
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 ead031166c..bec4931012 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 () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 14 | SRCREV_machine ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" |
15 | SRCREV_meta ?= "c713269d5c5a3dffb7e4aabeecbcb3d481a59151" | 15 | SRCREV_meta ?= "122f60c86239e6b181f4c59a444140138ec074b6" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.0;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb index 730fc4b395..61751b7bb7 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb | |||
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" | |||
17 | 17 | ||
18 | SRCREV_machine_qemuarm ?= "6cc861e796ab19a6827cf9996e7755f1875d553e" | 18 | SRCREV_machine_qemuarm ?= "6cc861e796ab19a6827cf9996e7755f1875d553e" |
19 | SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" | 19 | SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" |
20 | SRCREV_meta ?= "8bbb1a762d4370b0698403f75a5b98ed25a3517f" | 20 | SRCREV_meta ?= "b173a1b0a218f2bebc28251ef08ee592652b6bc0" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb index 589aee3431..760a1fbc56 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb | |||
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" | |||
17 | 17 | ||
18 | SRCREV_machine_qemuarm ?= "2260c031075188dce4d30223527dda68e3940574" | 18 | SRCREV_machine_qemuarm ?= "2260c031075188dce4d30223527dda68e3940574" |
19 | SRCREV_machine ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 19 | SRCREV_machine ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" |
20 | SRCREV_meta ?= "c713269d5c5a3dffb7e4aabeecbcb3d481a59151" | 20 | SRCREV_meta ?= "122f60c86239e6b181f4c59a444140138ec074b6" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.19.bb b/meta/recipes-kernel/linux/linux-yocto_4.19.bb index fb11e90f29..b4584102f5 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.19.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.19.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" | |||
19 | SRCREV_machine_qemux86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" | 19 | SRCREV_machine_qemux86-64 ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" |
20 | SRCREV_machine_qemumips64 ?= "fc7a2bf24e0e39b6a260f8650a3c8d497b8cdcfd" | 20 | SRCREV_machine_qemumips64 ?= "fc7a2bf24e0e39b6a260f8650a3c8d497b8cdcfd" |
21 | SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" | 21 | SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193" |
22 | SRCREV_meta ?= "8bbb1a762d4370b0698403f75a5b98ed25a3517f" | 22 | SRCREV_meta ?= "b173a1b0a218f2bebc28251ef08ee592652b6bc0" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA} \ | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.19;destsuffix=${KMETA} \ |
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.0.bb b/meta/recipes-kernel/linux/linux-yocto_5.0.bb index 81845c48da..bba6829571 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.0.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | |||
19 | SRCREV_machine_qemux86-64 ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 19 | SRCREV_machine_qemux86-64 ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" |
20 | SRCREV_machine_qemumips64 ?= "8322515ba7a858c47386b95c6e7201c8a3a41175" | 20 | SRCREV_machine_qemumips64 ?= "8322515ba7a858c47386b95c6e7201c8a3a41175" |
21 | SRCREV_machine ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" | 21 | SRCREV_machine ?= "37c8f2a3df1e3154087538a27228fad0c6e172c5" |
22 | SRCREV_meta ?= "c713269d5c5a3dffb7e4aabeecbcb3d481a59151" | 22 | SRCREV_meta ?= "122f60c86239e6b181f4c59a444140138ec074b6" |
23 | 23 | ||
24 | # remap qemuarm to qemuarma15 for the 5.0 kernel | 24 | # remap qemuarm to qemuarma15 for the 5.0 kernel |
25 | # KMACHINE_qemuarm ?= "qemuarma15" | 25 | # KMACHINE_qemuarm ?= "qemuarma15" |