From be422dac3ba328f91cde08b21f4adab0a27c93f9 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 14 Jun 2024 15:36:27 -0400 Subject: meta-ti: remove MACHINE_KERNEL_PR globally MACHINE_KERNEL_PR is a remnant of the early OE days and hasn't been needed for quite some time. Let's finally remove it completely. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb | 3 --- .../recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | 3 --- 2 files changed, 6 deletions(-) (limited to 'meta-ti-extras') diff --git a/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb b/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb index 9d85829b..62b4645c 100644 --- a/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb +++ b/meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb @@ -2,9 +2,6 @@ DESCRIPTION = "Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" -# This package builds a kernel module, use kernel PR as base and append a local -MACHINE_KERNEL_PR:append = "d" -PR = "${MACHINE_KERNEL_PR}" PV:append = "+git" S = "${WORKDIR}/git/debugss_module/debugss-mod" diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb index 8bea12f7..d2b5f004 100644 --- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb +++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb @@ -2,9 +2,6 @@ DESCRIPTION = "Interface for GDB to commincate witha TI C66X DSP" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" -# This package builds a kernel module, use kernel PR as base and append a local -MACHINE_KERNEL_PR:append = "b" -PR = "${MACHINE_KERNEL_PR}" PV:append = "+git" SRC_URI:append = "\ -- cgit v1.2.3-54-g00ecf