From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by arago-project.org (Postfix) with ESMTPS id 6561852A44 for ; Fri, 15 May 2020 20:05:20 +0000 (UTC) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 04FK2sWL019672 for ; Fri, 15 May 2020 15:02:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1589572974; bh=M+Aws/IZ3xhnJ9/8TVGbjgu6efx/3+QMwvdiyrXvPq4=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=NP4dTRWtoIroXL+iadogGhA8ICae7nH7HRn2yxD9aSIQFXI4vru6l2VillDEDd041 tX4+VBdXVIC3BtQFKAVQYF2hzzvkJORqBlzP2DN6XBcXItCcMRgg+NXU2ARsSGiOXx rWkBf70tBxxRdfExhSEtzVZ8x5qUfa7YahZO+yto= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 04FK2sgR047074 for ; Fri, 15 May 2020 15:02:54 -0500 Received: from DFLE101.ent.ti.com (10.64.6.22) by DFLE108.ent.ti.com (10.64.6.29) 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 15:02:54 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) 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 via Frontend Transport; Fri, 15 May 2020 15:02:53 -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 04FK2rjA069961; Fri, 15 May 2020 15:02:53 -0500 Date: Fri, 15 May 2020 16:02:53 -0400 From: Denys Dmytriyenko To: Praveen Rao Message-ID: <20200515200253.GI8594@beryl> References: <20200515184439.3339-1-prao@ti.com> <20200515184605.GG8594@beryl> <115324fd-c679-7c91-b631-5fea3d877521@ti.com> MIME-Version: 1.0 In-Reply-To: <115324fd-c679-7c91-b631-5fea3d877521@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 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 20:05:20 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Thank you for confirming the issue. Please see commit 8caaed4e6dd910a8d69e10bf9f3d879159d887bf for details. On Fri, May 15, 2020 at 03:01:42PM -0500, Praveen Rao wrote: > Pls ignore this patch. Encountered build error with it. > > > On 5/15/20 2:09 PM, 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 > >