From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by arago-project.org (Postfix) with ESMTPS id 32C6B52A38 for ; Thu, 6 Feb 2014 15:18:57 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id s16FIukc001462 for ; Thu, 6 Feb 2014 09:18:56 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id s16FIuKk009544 for ; Thu, 6 Feb 2014 09:18:56 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.2.342.3; Thu, 6 Feb 2014 09:18:55 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id s16FItnF006520; Thu, 6 Feb 2014 09:18:55 -0600 Date: Thu, 6 Feb 2014 10:18:54 -0500 From: Denys Dmytriyenko To: "Maupin, Chase" Message-ID: <20140206151854.GE18784@edge> References: <1391630646-9727-1-git-send-email-Chase.Maupin@ti.com> <1391630646-9727-4-git-send-email-Chase.Maupin@ti.com> <20140206000015.GC22890@denix.org> <7D46E86EC0A8354091174257B2FED1015994FE9D@DLEE11.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <7D46E86EC0A8354091174257B2FED1015994FE9D@DLEE11.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH 4/6] arago-base-tisdk-image: add keystone support X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 15:18:57 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Feb 06, 2014 at 07:45:59AM -0500, Maupin, Chase wrote: > >-----Original Message----- > >From: Dmytriyenko, Denys > >Sent: Wednesday, February 05, 2014 7:00 PM > >To: Maupin, Chase > >Cc: meta-arago@arago-project.org > >Subject: Re: [meta-arago] [PATCH 4/6] arago-base-tisdk-image: add > >keystone support > > > >On Wed, Feb 05, 2014 at 02:04:04PM -0600, Chase Maupin wrote: > >> * Add support to this image for keystone devices > > > >And the server image doesn't use arago-base-tisdk-image directly. > > But the arago-core-tisdk-image does right? So I still need this support added. But, arago-core-tisdk-image uses server-rootfs image for keystone, so it still skips this... > >So, I'll push the first 3 patches from the series. > > > > > >> Signed-off-by: Chase Maupin > >> --- > >> .../recipes-core/images/arago-base-tisdk-image.bb | 2 +- > >> 1 files changed, 1 insertions(+), 1 deletions(-) > >> > >> diff --git a/meta-arago-distro/recipes-core/images/arago-base- > >tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-base- > >tisdk-image.bb > >> index 2c0e217..ef47dc0 100644 > >> --- a/meta-arago-distro/recipes-core/images/arago-base-tisdk- > >image.bb > >> +++ b/meta-arago-distro/recipes-core/images/arago-base-tisdk- > >image.bb > >> @@ -4,7 +4,7 @@ > >> require arago-image.inc > >> inherit remove-net-rules > >> > >> -COMPATIBLE_MACHINE = "omap3|omapl138|ti33x|ti43x|omap4|omap- > >a15" > >> +COMPATIBLE_MACHINE = "omap3|omapl138|ti33x|ti43x|omap4|omap- > >a15|keystone" > >> > >> IMAGE_INSTALL += "\ > >> packagegroup-arago-base \ > >> -- > >> 1.7.0.4 > >> > >> _______________________________________________ > >> meta-arago mailing list > >> meta-arago@arago-project.org > >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > >>