diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-29 00:50:03 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:11 +0100 |
commit | 0a325880ea7b8c4b1f9106cb6459b9c8a4e28a7e (patch) | |
tree | df194c5e14d2ce42a733a0bbd6735e573dbf5e48 /meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb | |
parent | b91606ee11e757bdd1f1c28b6afd9ea580b0ab30 (diff) | |
download | poky-0a325880ea7b8c4b1f9106cb6459b9c8a4e28a7e.tar.gz |
linux-yocto/5.13: enable TYPEC_TCPCI in usbc fragment
To make the usbc fragment more generally usable, we enable
the Type-C Port Controller driver for TCPCI-compliant controller.
(From OE-Core rev: 52d98bdaa2a243ce0b3c6dfaff76ecfaf89a0b30)
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.13.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb index 2782fa0351..daf3d41a69 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "f7609685b99c816483dd1eb4d3d7cfd236abcd8a" | 14 | SRCREV_machine ?= "f7609685b99c816483dd1eb4d3d7cfd236abcd8a" |
15 | SRCREV_meta ?= "676addb3befc0f44818ed231d90c58d8e4fc005f" | 15 | SRCREV_meta ?= "45ba17c2208f4b39c36fdb748df5929b8f6b6f83" |
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.13;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.13;destsuffix=${KMETA}" |