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 CD89152979 for ; Fri, 15 May 2020 19:34:07 +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 04FJVf9D048890 for ; Fri, 15 May 2020 14:31:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1589571101; bh=TRhfAym/Tpvc/twu1SmF/2Qj9ENBMQ84rGlJ+bekDjE=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=b4DNxlc6NzePn92lD3m7Dj0z2KIv7ZAQzzRt/4xQeCZn6XiBIRHXyZwmoVYJvTE3P xJXnBRVUvNVeQaFC0GN0QfwWRiJD/nS2SzcogpOOFDXUX9kAlcwpQ8BNGDOcRLqNeT 2nV9FacF735vCVeM5Y89SECdTRwCa0rxSt44TD5A= Received: from DFLE101.ent.ti.com (dfle101.ent.ti.com [10.64.6.22]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 04FJVf8g006935 for ; Fri, 15 May 2020 14:31:41 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Fri, 15 May 2020 14:31:41 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE105.ent.ti.com (10.64.6.26) 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; Fri, 15 May 2020 14:31:41 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 04FJVf2x128677; Fri, 15 May 2020 14:31:41 -0500 Date: Fri, 15 May 2020 15:31:41 -0400 From: Denys Dmytriyenko To: Nikhil Devshatwar Message-ID: <20200515193141.GH8594@beryl> References: <20200515184439.3339-1-prao@ti.com> <20200515184605.GG8594@beryl> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org, prao@ti.com Subject: Re: [dunfell/master PATCH] packagegroup: Add ti-sci-fw-src to tisdk-addons-sdk-host 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: Fri, 15 May 2020 19:34:08 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Nikhil, Even w/o going into all the details and reasoning, my question is very simple: has this patch been tested locally by the submitter? -- Denys On Sat, May 16, 2020 at 12:39:23AM +0530, Nikhil Devshatwar wrote: > Hi Denys, > > On 16/05/20 12:16 am, Denys Dmytriyenko wrote: > >Have you even tried it yourself? > > > Praveen has been debugging some issue where the source package for ti-sci-fw > is not included in the installer. > I asked him to check in the packagegroup-arago-tisdk-addons-sdk-host.bb and > he found it was missing > > Is this dropped for some reason? > Also, now shall we rename SRCIPK_INSTALL_DIR_pn-ti-sci-fw_k3 to > board-support/k3-image-gen-${PV} ? > > Regards, > Nikhil D > >On Sat, May 16, 2020 at 12:14:39AM +0530, prao@ti.com wrote: > >>From: Praveen Rao > >> > >>Add source package for k3 image gen in the tisdk-addons-sdk-host > >> > >>Signed-off-by: Praveen Rao > >>--- > >> .../packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb | 1 + > >> 1 file changed, 1 insertion(+) > >> > >>diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb > >>index 6dcb253c..32d6c98b 100644 > >>--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb > >>+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb > >>@@ -38,6 +38,7 @@ UTILS_append_k2g = " \ > >> UTILS_append_k3 = " \ > >> jailhouse-src \ > >>+ ti-sci-fw-src \ > >> arm-trusted-firmware-src \ > >> " > >>-- > >>2.17.1 > >> > >_______________________________________________ > >meta-arago mailing list > >meta-arago@arago-project.org > >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago >