From 1b7f2975e445c4dd662486c88abb6fd74835a2bf Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 18 May 2022 09:36:22 -0400 Subject: [PATCH] arm/linux-yocto: remove tcpci for generic-arm64 Per the comment, it's not necessary post 5.12. Signed-off-by: Jon Mason --- meta-arm/recipes-kernel/linux/linux-yocto/tcpci.cfg | 2 -- meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend | 4 ---- 2 files changed, 6 deletions(-) delete mode 100644 meta-arm/recipes-kernel/linux/linux-yocto/tcpci.cfg diff --git a/meta-arm/recipes-kernel/linux/linux-yocto/tcpci.cfg b/meta-arm/recipes-kernel/linux/linux-yocto/tcpci.cfg deleted file mode 100644 index 33205a9a..00000000 --- a/meta-arm/recipes-kernel/linux/linux-yocto/tcpci.cfg +++ /dev/null @@ -1,2 +0,0 @@ -# The upstream defconfig has this in 5.12 onwards, but until then set it manually. -CONFIG_TYPEC_TCPCI=m diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend index 6658b91a..14cc6df1 100644 --- a/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-arm/recipes-kernel/linux/linux-yocto_%.bbappend @@ -1,10 +1,6 @@ ARMFILESPATHS := "${THISDIR}/${PN}:" COMPATIBLE_MACHINE:generic-arm64 = "generic-arm64" -FILESEXTRAPATHS:prepend:generic-arm64 = "${ARMFILESPATHS}" -SRC_URI:append:generic-arm64 = " \ - file://tcpci.cfg \ - " FILESEXTRAPATHS:prepend:qemuarm64-secureboot = "${ARMFILESPATHS}" SRC_URI:append:qemuarm64-secureboot = " \