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:
11
recipes-ti/ipc/ti-rpmsg-char-examples_git.bb
Normal file
11
recipes-ti/ipc/ti-rpmsg-char-examples_git.bb
Normal 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"
|
||||
15
recipes-ti/ipc/ti-rpmsg-char.inc
Normal file
15
recipes-ti/ipc/ti-rpmsg-char.inc
Normal 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"
|
||||
7
recipes-ti/ipc/ti-rpmsg-char_git.bb
Normal file
7
recipes-ti/ipc/ti-rpmsg-char_git.bb
Normal file
@@ -0,0 +1,7 @@
|
||||
SUMMARY = "TI RPMsg Char Utility Library"
|
||||
|
||||
require ti-rpmsg-char.inc
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PR = "r0"
|
||||
Reference in New Issue
Block a user