diff options
author | Suman Anna <s-anna@ti.com> | 2020-10-22 06:56:14 +0000 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2020-10-22 11:27:19 -0500 |
commit | e4403ea5377d1030594cf946a5b92fe4ee06f859 (patch) | |
tree | 48bec63cf42a29fc39e01d7b5b47c6b552c12506 /recipes-ti/ipc/ti-rpmsg-char_git.bb | |
parent | 2efa25e5ef35dd1c9b12d1394d1866b26cc483ca (diff) | |
download | meta-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.bb | 7 |
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 @@ | |||
1 | SUMMARY = "TI RPMsg Char Utility Library" | ||
2 | |||
3 | require ti-rpmsg-char.inc | ||
4 | |||
5 | inherit autotools pkgconfig | ||
6 | |||
7 | PR = "r0" | ||