mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Removing all the S = ${WORKDIR}/git assignments works because BB_GIT_DEFAULT_DESTSUFFIX
is set to match S from bitbake.conf (which itself is set to match typical tarball
releases).
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
16 lines
362 B
BlitzBasic
16 lines
362 B
BlitzBasic
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 = "ea9938bf9cafd9c0cb05ef060a713ab4ac72270f"
|
|
|
|
SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"
|