From: Nikhil Devshatwar <[email protected]> rpmsg-char-helper library simplifies the userspace communication with the remoteproc devices.
Signed-off-by: Nikhil Devshatwar <[email protected]> --- .../rpmsg-char-helper/rpmsg-char-helper.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-arago-extras/recipes-devtools/rpmsg-char-helper/rpmsg-char-helper.bb diff --git a/meta-arago-extras/recipes-devtools/rpmsg-char-helper/rpmsg-char-helper.bb b/meta-arago-extras/recipes-devtools/rpmsg-char-helper/rpmsg-char-helper.bb new file mode 100644 index 00000000..ca008d7a --- /dev/null +++ b/meta-arago-extras/recipes-devtools/rpmsg-char-helper/rpmsg-char-helper.bb @@ -0,0 +1,18 @@ +SUMMARY = "Rpmsg char Helper library recipe" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" +PACKAGE_ARCH = "${MACHINE_ARCH}" + +PROTOCOL = "git" +BRANCH = "master" +SRCREV = "fba8b83ea02d978eefbbd65a885daafa9c93b479" +SRC_URI = "git://git.ti.com/glsdk/rpmsg-char-helper.git;protocol=${PROTOCOL};branch=${BRANCH}" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +EXTRA_OECONF_j7-evm += " \ + --with-soc=j7 \ +" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
