mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Upstreaming RTOS low level driver for Antenna Interface Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
17 lines
301 B
BlitzBasic
17 lines
301 B
BlitzBasic
SUMMARY = "TI RTOS low level driver for Antenna Interface"
|
|
|
|
inherit ti-pdk
|
|
|
|
require recipes-bsp/aif2-lld/aif2-lld.inc
|
|
|
|
PR = "${INC_PR}.0"
|
|
|
|
DEPENDS_append = " qmss-lld-rtos \
|
|
cppi-lld-rtos \
|
|
"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
# HTML doc link params
|
|
PDK_COMP_LINK_TEXT = "AIF2 LLD"
|