aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb')
-rw-r--r--meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
new file mode 100644
index 00000000..c8da6674
--- /dev/null
+++ b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Diagnostic tool for TI K3 processors"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a56bddef00b39fb0f45488fdc4ce108f"
+
+inherit cmake
+
+PV = "0.3+git"
+
+COMPATIBLE_MACHINE = "k3"
+
+BRANCH ?= "master"
+SRCREV = "85a7433202aafafbccea8a7b2491f4df8b1ecd80"
+
+SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"