mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
- Provides low level driver and test code for Communications port programming interface module - Supports k2h, k2k, k2l k2e devices Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
16 lines
492 B
PHP
16 lines
492 B
PHP
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/cppi/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d"
|
|
|
|
BRANCH = "master"
|
|
SRC_URI = "git://git.ti.com/keystone-rtos/cppi-lld.git;destsuffix=git/ti/drv/cppi;protocol=git;branch=${BRANCH}"
|
|
|
|
# Below Commit ID corresponds to "DEV.CPPI_LLD.02.01.00.06"
|
|
SRCREV = "4c6c0a857786c49d8003453d3bc7c3c97ff4f5a4"
|
|
PV = "02.01.00.06"
|
|
PR = "r0"
|
|
|
|
DEVICELIST = "k2h k2k k2l k2e"
|
|
|
|
BASEDIR = "${WORKDIR}/git"
|
|
S = "${BASEDIR}/ti/drv/cppi"
|