diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2024-06-14 15:36:27 -0400 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2024-06-15 08:05:34 -0500 |
| commit | f3ad203a8acc10972f4089dcc724c0adece53415 (patch) | |
| tree | 2886a19ac6c31878488aac8fafad716744d4e809 /meta-ti-extras | |
| parent | 8090ce9a4b1108fe51b40b3d8997314a59bf89f1 (diff) | |
| download | meta-ti-f3ad203a8acc10972f4089dcc724c0adece53415.tar.gz | |
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 <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
| -rw-r--r-- | meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb | 3 | ||||
| -rw-r--r-- | meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | 3 |
2 files changed, 0 insertions, 6 deletions
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 | |||
| 2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" |
| 4 | 4 | ||
| 5 | # This package builds a kernel module, use kernel PR as base and append a local | ||
| 6 | MACHINE_KERNEL_PR:append = "d" | ||
| 7 | PR = "${MACHINE_KERNEL_PR}" | ||
| 8 | PV:append = "+git" | 5 | PV:append = "+git" |
| 9 | 6 | ||
| 10 | S = "${WORKDIR}/git/debugss_module/debugss-mod" | 7 | 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" | |||
| 2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" |
| 4 | 4 | ||
| 5 | # This package builds a kernel module, use kernel PR as base and append a local | ||
| 6 | MACHINE_KERNEL_PR:append = "b" | ||
| 7 | PR = "${MACHINE_KERNEL_PR}" | ||
| 8 | PV:append = "+git" | 5 | PV:append = "+git" |
| 9 | 6 | ||
| 10 | SRC_URI:append = "\ | 7 | SRC_URI:append = "\ |
