summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-extras/recipes-bsp')
-rw-r--r--meta-ti-extras/recipes-bsp/bt-fw/bt-fw_git.bb2
-rw-r--r--meta-ti-extras/recipes-bsp/dsptop/debugss-module-drv_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-extras/recipes-bsp/bt-fw/bt-fw_git.bb b/meta-ti-extras/recipes-bsp/bt-fw/bt-fw_git.bb
index 8fef493b..9a5a6ffa 100644
--- a/meta-ti-extras/recipes-bsp/bt-fw/bt-fw_git.bb
+++ b/meta-ti-extras/recipes-bsp/bt-fw/bt-fw_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Firmware files for Bluetooth"
2LICENSE = "TI-TSPA" 2LICENSE = "TI-TSPA"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=f39eac9f4573be5b012e8313831e72a9" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=f39eac9f4573be5b012e8313831e72a9"
4 4
5PV = "8.7.1+git${SRCPV}" 5PV = "8.7.1+git"
6 6
7CLEANBROKEN = "1" 7CLEANBROKEN = "1"
8 8
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 51e82983..9d85829b 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
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3"
5# This package builds a kernel module, use kernel PR as base and append a local 5# This package builds a kernel module, use kernel PR as base and append a local
6MACHINE_KERNEL_PR:append = "d" 6MACHINE_KERNEL_PR:append = "d"
7PR = "${MACHINE_KERNEL_PR}" 7PR = "${MACHINE_KERNEL_PR}"
8PV:append = "+git${SRCPV}" 8PV:append = "+git"
9 9
10S = "${WORKDIR}/git/debugss_module/debugss-mod" 10S = "${WORKDIR}/git/debugss_module/debugss-mod"
11 11