From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by arago-project.org (Postfix) with ESMTPS id 0F9D052986 for ; Tue, 27 Oct 2020 18:55:14 +0000 (UTC) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 09RIq86G058203 for ; Tue, 27 Oct 2020 13:52:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1603824728; bh=ILsCdLpN/a2/0ArNjn6ymCnD6QF+nmXNhWyQvw+vL6Q=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=M/nzMnJ2s+V97vMgWZn2dR/BuOq1dvtdH+nsqnY4eq7PazAgugua4Zj4mMcvDol9h 49LTalUm7XqQz5jZeT2Ze3yTFxheSInsPaVNCfVOJkQUjh2U/Oqcx2bhYbP97NlFaI eKRjvpPIMCkC3CRMxLM14b49nIHoUaQL32GNyFdM= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 09RIq8ZY122015 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 27 Oct 2020 13:52:08 -0500 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE108.ent.ti.com (157.170.170.38) 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 13:52:08 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) 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 via Frontend Transport; Tue, 27 Oct 2020 13:52:08 -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 09RIq7IL009579; Tue, 27 Oct 2020 13:52:08 -0500 Date: Tue, 27 Oct 2020 14:52:07 -0400 From: Denys Dmytriyenko To: Dan Murphy Message-ID: <20201027185207.GV19741@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> MIME-Version: 1.0 In-Reply-To: <5c43aa61-ee89-ac25-d7f5-42ad3f3a8668@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 18:55:15 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline 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? -- Denys