mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-06 11:32:38 +00:00
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
23 lines
687 B
PHP
23 lines
687 B
PHP
LICENSE = "BSD-3-Clause"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5bdceac872dffdec915b819654ee23ea"
|
|
|
|
AIF2_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/aif2-lld.git"
|
|
AIF2_LLD_GIT_PROTOCOL = "git"
|
|
AIF2_LLD_GIT_BRANCH = "master"
|
|
AIF2_LLD_GIT_DESTSUFFIX = "git/ti/drv/aif2"
|
|
|
|
# The following commit correspond to DEV.AIF2LLD.01.02.00.02
|
|
AIF2_LLD_SRCREV = "e0c978cf1de9007c99a67d4683abaece1fca3617"
|
|
|
|
BRANCH = "${AIF2_LLD_GIT_BRANCH}"
|
|
SRC_URI = "${AIF2_LLD_GIT_URI};destsuffix=${AIF2_LLD_GIT_DESTSUFFIX};protocol=${AIF2_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
|
SRCREV = "${AIF2_LLD_SRCREV}"
|
|
|
|
PV = "1.2.0.2"
|
|
INC_PR = "r0"
|
|
|
|
COMPATIBLE_MACHINE = "k2hk"
|
|
|
|
S = "${WORKDIR}/${AIF2_LLD_GIT_DESTSUFFIX}"
|