From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by arago-project.org (Postfix) with ESMTPS id 4244152986 for ; Tue, 27 Oct 2020 19:09:52 +0000 (UTC) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 09RJ6jQU066033 for ; Tue, 27 Oct 2020 14:06:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1603825605; bh=qNTyKgDuOef90IrTC8duPK3T+HCPckYJhOKnRO3WDNs=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=f2SL0oc12ghAPnwIHecYqtOqTTQiAQ74fBzNZ+MTZLoLQ+khfVUGZt+SZN1HOZNqo 8gBP2TY9hbxd+3sjyYkN683dxdrvtOiVnVhJc6L0VjY1SX0Y3untzRCsIprruE2ebc LewKqTv2TJAcLJki5WgYSg9e3h7XBGOr0d7dz4sk= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 09RJ6jr8013725 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 27 Oct 2020 14:06:45 -0500 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Tue, 27 Oct 2020 14:06:45 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Tue, 27 Oct 2020 14:06:45 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 09RJ6jf0036163; Tue, 27 Oct 2020 14:06:45 -0500 Date: Tue, 27 Oct 2020 15:06:45 -0400 From: Denys Dmytriyenko To: Dan Murphy Message-ID: <20201027190644.GX19741@beryl> References: <20201026155125.31513-1-nikhil.nd@ti.com> <1cfdbbf2-80e3-29b6-02f0-c6ef9b332168@ti.com> <20201027101128.p2ub37j5ycztmzm6@NiksLab> <5c43aa61-ee89-ac25-d7f5-42ad3f3a8668@ti.com> <20201027185207.GV19741@beryl> <1536bc19-4519-eb0a-0db1-0d9f3db9074b@ti.com> MIME-Version: 1.0 In-Reply-To: <1536bc19-4519-eb0a-0db1-0d9f3db9074b@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org, aparnab@ti.com Subject: Re: [dunfell PATCH 1/2] websocketd: Add new recipe X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2020 19:09:52 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline 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 > >>>>>--- > >>>>> .../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 -- Denys