All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Nikhil Devshatwar <nikhil.nd@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [zeus PATCH v1 1/2] recipes-devtools: websocketd: Add new recipe for websocket app
Date: Thu, 30 Apr 2020 18:55:15 -0400	[thread overview]
Message-ID: <20200430225515.GA11212@beryl> (raw)
In-Reply-To: <f57d9d3d-c065-6ed6-c52b-c9f9698a51de@ti.com>

On Wed, Apr 29, 2020 at 12:31:44PM +0530, Nikhil Devshatwar wrote:
> 
> 
> On 28/04/20 4:07 am, Denys Dmytriyenko wrote:
> >On Sun, Apr 26, 2020 at 11:12:22PM +0530, nikhil.nd@ti.com wrote:
> >>From: Nikhil Devshatwar <nikhil.nd@ti.com>
> >>
> >>websocketd is a userspace application which allows to send
> >>data over web sockets. This is used in SDK for visualizing
> >>statistics parameters.
> >>
> >>Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> >>---
> >>  ...packagegroup-arago-tisdk-addons-sdk-target.bb |  4 +++-
> >>  .../recipes-devtools/websocketd/websocketd.bb    | 16 ++++++++++++++++
> >>  2 files changed, 19 insertions(+), 1 deletion(-)
> >>  create mode 100644 meta-arago-extras/recipes-devtools/websocketd/websocketd.bb
> >>
> >>diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> >>index 26925f2f..54a59022 100644
> >>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> >>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
> >>@@ -133,7 +133,9 @@ UTILS_append_dra7xx = " can-utils-dev \
> >>                          elfutils-staticdev \
> >>  "
> >>  UTILS_append_k2g = " can-utils-dev"
> >>-UTILS_append_k3 = " can-utils-dev"
> >>+UTILS_append_k3 = " can-utils-dev \
> >>+                    websocketd \
> >Why are you adding it to the devkit?
> This is an on target utility.
> Please suggest the best place for including this.

Sorry, missed answering your questions earlier - looks like you already 
figured it out in v2...


> Regards,
> Nikhil D
> >
> >>+"
> >>  EXTRA_LIBS = ""
> >>  EXTRA_LIBS_append_ti43x = "\
> >>diff --git a/meta-arago-extras/recipes-devtools/websocketd/websocketd.bb b/meta-arago-extras/recipes-devtools/websocketd/websocketd.bb
> >>new file mode 100644
> >>index 00000000..44f549ee
> >>--- /dev/null
> >>+++ b/meta-arago-extras/recipes-devtools/websocketd/websocketd.bb
> >>@@ -0,0 +1,16 @@
> >>+SUMMARY = "Application for routing native applications via websockets"
> >>+HOMEPAGE = "http://websocketd.com/"
> >>+
> >>+LICENSE = "BSD-2-Clause"
> >>+LIC_FILES_CHKSUM = "file://LICENSE;md5=a14d7befdbee1290ac5c472cd85d66f2"
> >>+
> >>+PV = "0.3.0"
> >>+SRC_URI = "https://github.com/joewalnes/websocketd/releases/download/v${PV}/websocketd-${PV}-linux_arm64.zip"
> >>+SRC_URI[md5sum] = "968c1ce4ed4fe5f86817f2533f5d3004"
> >>+
> >>+S = "${WORKDIR}"
> >>+
> >>+do_install() {
> >>+	install -d ${D}/${bindir}
> >>+	install -m 0755 ${S}/websocketd ${D}${bindir}/
> >>+}
> >>-- 
> >>2.17.1
> >>
> 


      reply	other threads:[~2020-04-30 22:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-26 17:42 [zeus PATCH v1 1/2] recipes-devtools: websocketd: Add new recipe for websocket app nikhil.nd
2020-04-26 17:42 ` [zeus PATCH v1 2/2] recipes-devtools: statcol: New recipe for statistics collector nikhil.nd
2020-04-27 22:37   ` Denys Dmytriyenko
2020-04-29  7:00     ` Nikhil Devshatwar
2020-04-27 22:37 ` [zeus PATCH v1 1/2] recipes-devtools: websocketd: Add new recipe for websocket app Denys Dmytriyenko
2020-04-29  7:01   ` Nikhil Devshatwar
2020-04-30 22:55     ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200430225515.GA11212@beryl \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=nikhil.nd@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.