All of lore.kernel.org
 help / color / mirror / Atom feed
* [zeus PATCH v1] recipes-devtools: Add rpmsg-char-helper recipe
@ 2020-04-29  7:41 nikhil.nd
  2020-05-01 18:42 ` Nikhil Devshatwar
  0 siblings, 1 reply; 2+ messages in thread
From: nikhil.nd @ 2020-04-29  7:41 UTC (permalink / raw)
  To: denys; +Cc: meta-arago

From: Nikhil Devshatwar <nikhil.nd@ti.com>

rpmsg-char-helper library simplifies the userspace
communication with the remoteproc devices.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 .../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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [zeus PATCH v1] recipes-devtools: Add rpmsg-char-helper recipe
  2020-04-29  7:41 [zeus PATCH v1] recipes-devtools: Add rpmsg-char-helper recipe nikhil.nd
@ 2020-05-01 18:42 ` Nikhil Devshatwar
  0 siblings, 0 replies; 2+ messages in thread
From: Nikhil Devshatwar @ 2020-05-01 18:42 UTC (permalink / raw)
  To: denys; +Cc: meta-arago

[-- Attachment #1: Type: text/plain, Size: 1455 bytes --]

Denys,

Ignore this, The rpmsg-char-helper package will be deprecated from next 
release

Regards,
Nikhil D

On 29/04/20 1:11 pm, nikhil.nd@ti.com wrote:
> From: Nikhil Devshatwar <nikhil.nd@ti.com>
>
> rpmsg-char-helper library simplifies the userspace
> communication with the remoteproc devices.
>
> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> ---
>   .../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 \
> +"


[-- Attachment #2: Type: text/html, Size: 2110 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-01 18:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  7:41 [zeus PATCH v1] recipes-devtools: Add rpmsg-char-helper recipe nikhil.nd
2020-05-01 18:42 ` Nikhil Devshatwar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.