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 EEDEA52986 for ; Tue, 27 Oct 2020 19:15:08 +0000 (UTC) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 09RJC2tr065984 for ; Tue, 27 Oct 2020 14:12:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1603825922; bh=/mK5nmElH2XCt51RTzG30WAwJtwNY9HcJAJnYcpI+ZU=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=RQFazGALKEh+oI4aTwJRcxbMQFQMpg8DhDpSEnrjJJQK3TZ0hVECqW86nPKIKouZv tHGEkFAW6ljEB6YeqoUzaBDaNEMBUw3mpMjkSUwfjYMWZqPzivgXPmPd6ESY3OExu5 LAaT9BYzDVZJUiL/i7zrMgL+JMjBOKmUpBm11M2I= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 09RJC2HM016833 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 27 Oct 2020 14:12:02 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE113.ent.ti.com (10.64.6.34) 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:12:02 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE104.ent.ti.com (10.64.6.25) 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:12:02 -0500 Received: from [10.250.36.55] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 09RJC1Pb045185; Tue, 27 Oct 2020 14:12:01 -0500 To: Denys Dmytriyenko 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> <20201027190644.GX19741@beryl> From: Dan Murphy Message-ID: Date: Tue, 27 Oct 2020 14:11:56 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201027190644.GX19741@beryl> 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:15:09 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US 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 >>>>>>> --- >>>>>>> .../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 Dan