diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-19 05:03:32 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-09-01 12:50:23 -0400 |
commit | c53bd48b6c05121f7349689b1e1a587888f7a1a2 (patch) | |
tree | c78fada37246b19d53729d39bc383240fc629a5b /recipes-bsp | |
parent | ab74490bfdf7af221dacd97c3f3d26b14607b6ae (diff) | |
download | meta-ti-c53bd48b6c05121f7349689b1e1a587888f7a1a2.tar.gz |
aif2-lld-rtos: Added RTOS recipe for aif2-lld
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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/aif2-lld/aif2-lld-rtos_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "TI RTOS low level driver for Antenna Interface" | ||
2 | |||
3 | inherit ti-pdk | ||
4 | |||
5 | require recipes-bsp/aif2-lld/aif2-lld.inc | ||
6 | |||
7 | PR = "${INC_PR}.0" | ||
8 | |||
9 | DEPENDS_append = " qmss-lld-rtos \ | ||
10 | cppi-lld-rtos \ | ||
11 | " | ||
12 | |||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
14 | |||
15 | # HTML doc link params | ||
16 | PDK_COMP_LINK_TEXT = "AIF2 LLD" | ||