mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 03:49:20 +00:00
3d84b2e576
Upstreaming RTOS recipe for Serial Rapid IO (SRIO) low level driver Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
18 lines
342 B
BlitzBasic
18 lines
342 B
BlitzBasic
SUMMARY = "TI RTOS low level driver for Serial Rapid IO (SRIO)"
|
|
|
|
inherit ti-pdk
|
|
|
|
require recipes-bsp/srio-lld/srio-lld.inc
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
DEPENDS_append = " cppi-lld-rtos \
|
|
qmss-lld-rtos \
|
|
"
|
|
COMPATIBLE_MACHINE_append = "|c66x"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
# HTML doc link params
|
|
PDK_COMP_LINK_TEXT = "SRIO LLD"
|