mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 22:37:56 +00:00
2801ef9ce5
* Use INC_PR to track recipe revisions * Define variables for GIT SRC_URI parameters Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
22 lines
719 B
PHP
22 lines
719 B
PHP
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/cppi/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
|
|
|
|
CPPI_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git"
|
|
CPPI_LLD_GIT_PROTOCOL = "git"
|
|
CPPI_LLD_GIT_BRANCH = "master"
|
|
CPPI_LLD_GIT_DESTSUFFIX = "git/ti/drv/cppi"
|
|
|
|
# Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.10"
|
|
CPPI_LLD_SRCREV = "97c537fa544a78e83512db3499a49d0bd86fad32"
|
|
|
|
BRANCH = "${CPPI_LLD_GIT_BRANCH}"
|
|
SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${CPPI_LLD_GIT_PROTOCOL};branch=${BRANCH}"
|
|
|
|
SRCREV = "${CPPI_LLD_SRCREV}"
|
|
PV = "02.01.00.10"
|
|
INC_PR = "r1"
|
|
|
|
DEVICELIST = "k2h k2k k2l k2e"
|
|
|
|
S = "${WORKDIR}/${CPPI_LLD_GIT_DESTSUFFIX}"
|