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 24B7C52999 for ; Tue, 27 Oct 2020 04:11:46 +0000 (UTC) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 09R48dFV128224 for ; Mon, 26 Oct 2020 23:08:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1603771719; bh=fdrtwxFtOuCGmkpEKP3C+fhpCwxn+LTc3GDm9TZVrnk=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=wZsZuZU88OBu+p1X0GINPX0f8YqaN0F9m7KOCm9Bn4G/y8/BLA1+us2CbVz9Xxi6b /im5HUxOIQtZGWL5n5I+UfvElYabT9PVDH9ZSM0TJ0SW/o/lzjILMxl15jhFQUjisc IZhkeXE0vRuhVJLdhiT4JCJJdSh/mlLaWAaiyPD4= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 09R48d2A036857 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 26 Oct 2020 23:08:39 -0500 Received: from DFLE110.ent.ti.com (10.64.6.31) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 26 Oct 2020 23:08:39 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE110.ent.ti.com (10.64.6.31) 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; Mon, 26 Oct 2020 23:08:39 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 09R48dE4037898; Mon, 26 Oct 2020 23:08:39 -0500 Date: Tue, 27 Oct 2020 00:08:39 -0400 From: Denys Dmytriyenko To: Suman Anna Message-ID: <20201027040839.GS19741@beryl> References: <20201027024112.5330-1-s-anna@ti.com> <20201027024533.GR19741@beryl> <21098998-f191-b9f0-79af-26b1045c6a54@ti.com> MIME-Version: 1.0 In-Reply-To: <21098998-f191-b9f0-79af-26b1045c6a54@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: [master/dunfell PATCH] packagegroup-arago-tisdk-addons-sdk-target: Add ti-rpmsg-char dev packages 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 04:11:46 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Mon, Oct 26, 2020 at 09:48:26PM -0500, Suman Anna wrote: > On 10/26/20 9:45 PM, Denys Dmytriyenko wrote: > > On Mon, Oct 26, 2020 at 09:41:12PM -0500, Suman Anna wrote: > >> Add the ti-rpmsg-char dev packages to make the public headers available in > >> the target fileystem so that applications can be compiled natively on the > >> target. > > > > -sdk-target is not for the target filesystem! > > It is for the target sysroot in the devkit. > > Hmm, is this supposed to go into a different file or my patch description needs > correcting? It depends on what you actually need. > >> Signed-off-by: Suman Anna > >> --- > >> .../packagegroup-arago-tisdk-addons-sdk-target.bb | 8 ++++++-- > >> 1 file changed, 6 insertions(+), 2 deletions(-) > >> > >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb > >> index e372dd67744e..b55c79a4d4df 100644 > >> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb > >> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb > >> @@ -1,6 +1,6 @@ > >> DESCRIPTION = "Task to install headers and libraries related to addons into the SDK" > >> LICENSE = "MIT" > >> -PR = "r43" > >> +PR = "r44" > >> > >> PACKAGE_ARCH = "${MACHINE_ARCH}" > >> > >> @@ -143,7 +143,11 @@ UTILS_append_dra7xx = " can-utils-dev \ > >> elfutils-staticdev \ > >> " > >> UTILS_append_k2g = " can-utils-dev" > >> -UTILS_append_k3 = " can-utils-dev" > >> +UTILS_append_k3 = "\ > >> + can-utils-dev \ > >> + ti-rpmsg-char-dev \ > >> + ti-rpmsg-char-staticdev \ > >> +" > >> > >> EXTRA_LIBS = "" > >> EXTRA_LIBS_append_ti43x = "\ > >> -- > >> 2.28.0 > >> >