From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllnx210.ext.ti.com (fllnx210.ext.ti.com [198.47.19.17]) by arago-project.org (Postfix) with ESMTPS id C097852094 for ; Mon, 8 May 2017 16:21:47 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v48GLkAB014199 for ; Mon, 8 May 2017 11:21:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1494260506; bh=31piSN2o85dXZpEZCLdPU1EyQxl2m1eDpNwESCed+aE=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=ZoJQT6sQjgv3qLNPY5lSLXCNI1nKnjqTOiWY2vSOJAhfOqHnAquXTEb7Jn6XFxNUu l5wpK1MjFsRyaX8o/dBOMwvmd7GAUfqdq1O55By2nkoP5CFNUuEgLFksZ8PTgm6EYa dSAs4oRdNmVrWmU9l22cNuAFfF6xuBnV9WhdRU+I= Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v48GLkJe009644 for ; Mon, 8 May 2017 11:21:46 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Mon, 8 May 2017 11:21:45 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v48GLjrW021861; Mon, 8 May 2017 11:21:45 -0500 Date: Mon, 8 May 2017 12:21:45 -0400 From: Denys Dmytriyenko To: "Nelson, Sam" Message-ID: <20170508162145.GP20769@edge> References: <1493953346-873-1-git-send-email-sam.nelson@ti.com> <20170506010806.GN20769@edge> <4F9216F96E5DF9428610502835A9F490585D7CD1@DLEE11.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <4F9216F96E5DF9428610502835A9F490585D7CD1@DLEE11.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 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: Mon, 08 May 2017 16:21:48 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Yes, that should be fine. Thanks. On Mon, May 08, 2017 at 10:08:41AM -0400, Nelson, Sam wrote: > Thanks for looking into this and providing a fix. > One solution, moving forward, I am thinking is to rename the > packagegroup-arago-base-tisdk-server-extra--> > packagegroup-arago-base-tisdk-server. > Let me know if this makes sense. > With regards, > Sam > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Friday, May 05, 2017 9:08 PM > > To: Nelson, Sam > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [morty/master][PATCH v2 1/2] arago-base-tisdk- > > server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 > > > > Sam, > > > > Sorry for misleading you - I was under the impression that server-extra > > packagegroup is the one responsible for server-extra image... Apparently it is > > not and server-extra packagegroup goes directly into the main server image. > > > > Once it failed again for the same reason, I finally looked into it closer and the > > way to feed into server-extra image is through EXTRA_PACKAGES variable > > inside the tisdk-addons packagegroup. I sent a reworked patch after testing it > > locally. Sorry again for the confusion. > > > > BTW, we need to fix this going forward, as it's not very intuitive... > > > > -- > > Denys > > > > > > On Thu, May 04, 2017 at 11:02:25PM -0400, Sam Nelson wrote: > > > ti-ipc-examples-linux adds binaries for Host Linux to Slave RTOS IPC > > > examples > > > > > > Signed-off-by: Sam Nelson > > > > > > --- > > > Updated PR > > > --- > > > --- > > > .../packagegroups/packagegroup-arago-base-tisdk-server-extra.bb | 4 > > +++- > > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup- > > arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes- > > core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb > > > index 784c5b4..d9b3391 100644 > > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > > base-tisdk-server-extra.bb > > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > > base-tisdk-server-extra.bb > > > @@ -1,7 +1,7 @@ > > > DESCRIPTION = "Additional packages beyond console packages shared by TI > > SDKs" > > > LICENSE = "MIT" > > > LIC_FILES_CHKSUM = > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de > > 20420" > > > -PR = "r16" > > > +PR = "r17" > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > > > @@ -106,6 +106,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\ > > > ipsecmgr-mod \ > > > k2-initramfs \ > > > parse-ip \ > > > + ti-ipc-examples-linux \ > > > " > > > > > > # The following packages are not yet ready for k2g-evm > > > @@ -116,6 +117,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\ > > > > > > ARAGO_TI_PKGS = "" > > > ARAGO_TI_PKGS_append_keystone = " ${ARAGO_TI_KEYSTONE_PKGS}" > > > +ARAGO_TI_PKGS_append_omapl138 = " ti-ipc-examples-linux" > > > > > > # Disable netapi due to libnl and xfrm conflict > > > # netapi > > > -- > > > 1.9.1 > > > > > > _______________________________________________ > > > meta-arago mailing list > > > meta-arago@arago-project.org > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago