All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikhil Devshatwar <nikhil.nd@ti.com>
To: Dan Murphy <dmurphy@ti.com>
Cc: meta-arago@arago-project.org, aparnab@ti.com
Subject: Re: [dunfell PATCH 1/2] websocketd: Add new recipe
Date: Wed, 28 Oct 2020 00:56:20 +0530	[thread overview]
Message-ID: <20201027192620.uv3p3eswf7ndqz2g@NiksLab> (raw)
In-Reply-To: <de249181-8540-c056-6834-2a66a47944d4@ti.com>

On 14:11-20201027, Dan Murphy wrote:
> Denys/Nikhil
> 
> On 10/27/20 2:06 PM, Denys Dmytriyenko wrote:
> > On Tue, Oct 27, 2020 at 01:57:06PM -0500, Dan Murphy wrote:
> > > Denys
> > > 
> > > On 10/27/20 1:52 PM, Denys Dmytriyenko wrote:
> > > > On Tue, Oct 27, 2020 at 01:42:32PM -0500, Dan Murphy wrote:
> > > > > Nikhil
> > > > > 
> > > > > On 10/27/20 5:11 AM, Nikhil Devshatwar wrote:
> > > > > > On 11:09-20201026, Dan Murphy wrote:
> > > > > > > Nikhil
> > > > > > > 
> > > > > > > On 10/26/20 10:51 AM, Nikhil Devshatwar wrote:
> > > > > > > > websocketd is an application which allows to redirect output of
> > > > > > > > command line applications via a websocket so that web pages can
> > > > > > > > interact with them.
> > > > > > > > 
> > > > > > > > This is very useful for visualizing statistics information on
> > > > > > > > host machine browser.
> > > > > > > > 
> > > > > > > > Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> > > > > > > > ---
> > > > > > > >    .../recipes-devtools/websocketd/websocketd.bb    | 16 ++++++++++++++++
> > > > > > > >    1 file changed, 16 insertions(+)
> > > > > > > >    create mode 100644 meta-arago-extras/recipes-devtools/websocketd/websocketd.bb
> > > > > > > > 
> > > > > > > > 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"
> > > > > > > 0.3.1 is available
> > > > > > > > +SRC_URI = "https://github.com/joewalnes/websocketd/releases/download/v${PV}/websocketd-${PV}-linux_arm64.zip"
> > > > > > > Is this valid for ARM32? Does this build for am3 or am4?
> > > > > > > 
> > > > > > > I see websocketd-0.3.1-linux_arm.zip available for 32 bit
> > > > > > This is planned to be supported only for K3 platforms.
> > > > > > I haven't run it on any arm32 platforms.
> > > > > > Should I add a compatible machine here and in the statcol recipe as well?
> > > > > If you only intend to use the 64 bit package then yes you probably should
> > > > > restrict it to 64 bit platforms so it does not get pulled into the 32 bit
> > > > > platform.
> > > > Why cannot it be build from sources instead of pulling prebuilt binaries?
> > > > 
> > > It is coded in Go can the Yocto build Go yet?
> > Absolutely! Usually all you need is to "inherit go" bbclass. There are some
> > existing examples out there:
> > 
> > https://git.openembedded.org/openembedded-core/tree/meta/recipes-extended/go-examples/go-helloworld_0.1.bb
> > https://git.openembedded.org/openembedded-core/tree/meta/recipes-devtools/glide/glide_0.13.3.bb
> > 
> Nice! Lets build it from source then instead of pulling a pre-compiled
> release
> 
> This way we can just build for the arch as well. If that is not needed then
> we should make it Arch dependent but lets try to build for both 32 and 64
> bit
> 

Okay, Let me give it a try and repost
Nikhil D

> Dan
> 


  reply	other threads:[~2020-10-27 19:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26 15:51 [dunfell PATCH 1/2] websocketd: Add new recipe Nikhil Devshatwar
2020-10-26 15:51 ` [dunfell PATCH 2/2] statcol: New recipe for statistics collector application Nikhil Devshatwar
2020-10-26 16:09 ` [dunfell PATCH 1/2] websocketd: Add new recipe Dan Murphy
2020-10-27 10:11   ` Nikhil Devshatwar
2020-10-27 18:42     ` Dan Murphy
2020-10-27 18:52       ` Denys Dmytriyenko
2020-10-27 18:57         ` Dan Murphy
2020-10-27 19:06           ` Denys Dmytriyenko
2020-10-27 19:11             ` Dan Murphy
2020-10-27 19:26               ` Nikhil Devshatwar [this message]
2020-10-27 21:05                 ` Nikhil Devshatwar
2020-10-28  7:27                   ` Nikhil Devshatwar
2020-10-28 17:07                     ` Nikhil Devshatwar
2020-10-28 21:43                       ` Denys Dmytriyenko
2020-10-28 23:28                         ` Denys Dmytriyenko

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=20201027192620.uv3p3eswf7ndqz2g@NiksLab \
    --to=nikhil.nd@ti.com \
    --cc=aparnab@ti.com \
    --cc=dmurphy@ti.com \
    --cc=meta-arago@arago-project.org \
    /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.