From c53bd48b6c05121f7349689b1e1a587888f7a1a2 Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Wed, 19 Jul 2017 05:03:32 +0000 Subject: [PATCH] aif2-lld-rtos: Added RTOS recipe for aif2-lld Upstreaming RTOS low level driver for Antenna Interface Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/aif2-lld/aif2-lld-rtos_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-bsp/aif2-lld/aif2-lld-rtos_git.bb diff --git a/recipes-bsp/aif2-lld/aif2-lld-rtos_git.bb b/recipes-bsp/aif2-lld/aif2-lld-rtos_git.bb new file mode 100644 index 00000000..962965b0 --- /dev/null +++ b/recipes-bsp/aif2-lld/aif2-lld-rtos_git.bb @@ -0,0 +1,16 @@ +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"