From a5518929b73bad82f79b2ac6428af0b51ded93f8 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 8 Nov 2023 10:58:30 -0600 Subject: linux-ti-staging: Remove kernel v5.10 packages We support Linux v6.1 as our official version for Kirkstone. The older kernel version was kept around during the transition to the newer version, but we are past that now. Remove this old version. Signed-off-by: Andrew Davis Signed-off-by: Ryan Eatmon --- .../recipes-kernel/linux/linux-ti-staging_5.10.bb | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb (limited to 'meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb') diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb deleted file mode 100644 index c53ae1e1..00000000 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ /dev/null @@ -1,48 +0,0 @@ -SECTION = "kernel" -SUMMARY = "Linux kernel for TI devices" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" - -KERNEL_CLASSES += "${@bb.utils.contains('TFA_PLATFORM', 'k3', 'kernel-fitimage-ti-u-boot', '', d)}" - -inherit kernel - -DEFCONFIG_BUILDER = "${S}/ti_config_fragments/defconfig_builder.sh" -require recipes-kernel/linux/setup-defconfig.inc -require recipes-kernel/linux/ti-kernel.inc -include ${@ 'recipes-kernel/linux/ti-kernel-devicetree-prefix.inc' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''} - -DEPENDS += "gmp-native libmpc-native" - -# Look in the generic major.minor directory for files -FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.10:" - -KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} \ - ${EXTRA_DTC_ARGS}" - -S = "${WORKDIR}/git" - -BRANCH = "ti-linux-5.10.y" - -SRCREV = "991c5ce91e43cb620f534dc9fe7b0ad21f4f4388" -PV = "5.10.168+git${SRCPV}" - -# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR:append = "b" -PR = "${MACHINE_KERNEL_PR}" - -KERNEL_GIT_URI = "git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git" -KERNEL_GIT_PROTOCOL = "https" -SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ - file://init_disassemble_info-signature-changes-causes-compile-failures.patch \ - file://0001-ata-ahci-fix-enum-constants-for-gcc-13.patch \ - file://defconfig" - -FILES:${KERNEL_PACKAGE_NAME}-devicetree += "/${KERNEL_IMAGEDEST}/*.itb" - -# Special configuration for remoteproc/rpmsg IPC modules -module_conf_rpmsg_client_sample = "blacklist rpmsg_client_sample" -module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus" -module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" -KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" -KERNEL_MODULE_AUTOLOAD:append:j721e = " rpmsg_kdrv_switch" -- cgit v1.2.3-54-g00ecf