summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ti-rpmsg-char_git.bb
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2020-10-22 06:56:14 +0000
committerDan Murphy <dmurphy@ti.com>2020-10-22 11:27:19 -0500
commite4403ea5377d1030594cf946a5b92fe4ee06f859 (patch)
tree48bec63cf42a29fc39e01d7b5b47c6b552c12506 /recipes-ti/ipc/ti-rpmsg-char_git.bb
parent2efa25e5ef35dd1c9b12d1394d1866b26cc483ca (diff)
downloadmeta-ti-e4403ea5377d1030594cf946a5b92fe4ee06f859.tar.gz
ipc: ti-rpmsg-char: Add initial recipes
Add the initial recipes for building the ti-rpmsg-char package. The library and examples are built using two separate recipes in ti-rpmsg-char_git.bb and ti-rpmsg-char-examples_git.bb. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'recipes-ti/ipc/ti-rpmsg-char_git.bb')
-rw-r--r--recipes-ti/ipc/ti-rpmsg-char_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ti-rpmsg-char_git.bb b/recipes-ti/ipc/ti-rpmsg-char_git.bb
new file mode 100644
index 00000000..63711a3b
--- /dev/null
+++ b/recipes-ti/ipc/ti-rpmsg-char_git.bb
@@ -0,0 +1,7 @@
1SUMMARY = "TI RPMsg Char Utility Library"
2
3require ti-rpmsg-char.inc
4
5inherit autotools pkgconfig
6
7PR = "r0"