summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
blob: 3be1f46b6d4ac2bf90df48d0ea2022e9467800fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = "e6abc1b87f1d5bc4c2ab5f1ebfbf5a70e437dcb4"

SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"