mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-30 16:39:06 +00:00
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
23 lines
671 B
PHP
23 lines
671 B
PHP
LICENSE = "BSD-3-Clause"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1f4217b705bf98762a302fd720649dcc"
|
|
|
|
DFE_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/dfe-lld.git"
|
|
DFE_LLD_GIT_PROTOCOL = "git"
|
|
DFE_LLD_GIT_BRANCH = "master"
|
|
DFE_LLD_GIT_DESTSUFFIX = "git/ti/drv/dfe"
|
|
|
|
# Below commit ID corresponds to "DEV.DFE_LLD.01.00.00.09"
|
|
DFE_LLD_SRCREV = "da6a84069837b5c9b7a4bdb8824d8a4295866b14"
|
|
|
|
BRANCH = "${DFE_LLD_GIT_BRANCH}"
|
|
SRC_URI = "${DFE_LLD_GIT_URI};destsuffix=${DFE_LLD_GIT_DESTSUFFIX};protocol=${DFE_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
|
SRCREV = "${DFE_LLD_SRCREV}"
|
|
|
|
PV = "1.0.0.9"
|
|
INC_PR = "r0"
|
|
|
|
COMPATIBLE_MACHINE = "k2l"
|
|
|
|
S = "${WORKDIR}/${DFE_LLD_GIT_DESTSUFFIX}"
|