summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-29 00:50:02 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-14 12:01:43 +0100
commit10bdd800e3e0ed8c353daeba8b7b785a261d06f1 (patch)
tree495c736a55480330f2e6f2ef44d407f6d3d13596 /meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
parente1e7fc521490e841f2892a144047a25dbe3b274e (diff)
downloadpoky-10bdd800e3e0ed8c353daeba8b7b785a261d06f1.tar.gz
linux-yocto/5.10: 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: 08ae981703c8a30cf505e74c22ca2d276dd27141) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 485baca981188896a555d3a48c8b560718bb6e9d) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
index 944d171928..d365d91ce3 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "969fef49cbbc8639e9622e6a0655337fbfcc7627" 14SRCREV_machine ?= "969fef49cbbc8639e9622e6a0655337fbfcc7627"
15SRCREV_meta ?= "26a2a3cf764dde593325b8c08024f5990a5f6f02" 15SRCREV_meta ?= "3f38ad49cf38519dc4492a3f802b743fde7b467e"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_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.10;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"