1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

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>
This commit is contained in:
Suman Anna
2020-10-22 06:56:14 +00:00
committed by Dan Murphy
parent 94670d94fc
commit 614033e283
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
SUMMARY = "TI RPMsg Char Sample Applications and Tests"
require ti-rpmsg-char.inc
DEPENDS = "ti-rpmsg-char"
inherit autotools pkgconfig
EXTRA_OEMAKE = "-C ${B}/examples"
PR = "r0"

View File

@@ -0,0 +1,15 @@
SUMMARY = "TI RPMsg Char Utility Library"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${S}/src/rpmsg_char.c;beginline=1;endline=31;md5=71987db43a2159cff5ea00505c6fce58"
PROTOCOL = "git"
BRANCH = "master"
SRC_URI = "git://git.ti.com/rpmsg/ti-rpmsg-char.git;protocol=${PROTOCOL};branch=${BRANCH};"
# Initial 0.1.0 release
SRCREV = "9be402c2bf4053900b6b9a8092fbb42e7e303108"
PV = "0.1.0+git${SRCPV}"
S = "${WORKDIR}/git"

View File

@@ -0,0 +1,7 @@
SUMMARY = "TI RPMsg Char Utility Library"
require ti-rpmsg-char.inc
inherit autotools pkgconfig
PR = "r0"