From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id E4B1752A87 for ; Fri, 20 Sep 2013 20:18:56 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r8KKIukF030479 for ; Fri, 20 Sep 2013 15:18:56 -0500 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 r8KKIuwa030245 for ; Fri, 20 Sep 2013 15:18:56 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.2.342.3; Fri, 20 Sep 2013 15:18:56 -0500 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 r8KKItLh017492; Fri, 20 Sep 2013 15:18:56 -0500 Date: Fri, 20 Sep 2013 16:18:55 -0400 From: Denys Dmytriyenko To: "Cooper Jr., Franklin" Message-ID: <20130920201855.GD30673@edge> References: <1379445202-31364-1-git-send-email-fcooper@ti.com> <8F29D6B095ED194EA1980491A5E029710C553A50@DFLE08.ent.ti.com> <20130920193051.GB30673@edge> <8F29D6B095ED194EA1980491A5E029710C55817B@DFLE08.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C55817B@DFLE08.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: [PATCH 1/2] tisdk-rootfs-base-image: Rename base file system image 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, 20 Sep 2013 20:18:57 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Fri, Sep 20, 2013 at 03:38:06PM -0400, Cooper Jr., Franklin wrote: > > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Friday, September 20, 2013 2:31 PM > > To: Cooper Jr., Franklin > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [PATCH 1/2] tisdk-rootfs-base-image: Rename base > > file system image > > > > On Tue, Sep 17, 2013 at 04:05:10PM -0400, Cooper Jr., Franklin wrote: > > > > > > > > > > -----Original Message----- > > > > From: Dmytriyenko, Denys > > > > Sent: Tuesday, September 17, 2013 2:52 PM > > > > To: Cooper Jr., Franklin; meta-arago@arago-project.org > > > > Subject: RE: [meta-arago] [PATCH 1/2] tisdk-rootfs-base-image: > > > > Rename base file system image > > > > > > > > What was the initial reason to start naming rootfs images with > > > > tisdk-rootfs- prefix? I remember it was something forced by the SDK setup... > > > [Franklin] > > > This was before my time so I am not sure what the original reasoning was. > > > > > > I do assume there might be instances where some script somewhere will > > > need to be updated if it refers to the full image as "tisdk-rootfs*" > > > > So, I located the change I was talking about: > > http://arago-project.org/git/?p=meta- > > arago.git;a=commitdiff;h=91f2be34e301deebbc75c54bbad6a5a27e25bf2c > > > > The "tisdk-image class had issues" is a rather vague description, so I'm not sure > > or don't remember what was the problem that you had to rename the original > > arago-tisdk-image into tisdk-rootfs-image... > > > [Franklin] Ah I remember. The TARGET_IMAGES variable is used in two ways in > that class. 1 to add a build dependency and 2 to reference the image > tarball. So the assumption was that the recipe/package name was the same as > the IMAGE_BASENAME. So the recipe and IMAGE_BASENAME must match. Otherwise > the image would be built but the class wouldn't know what tarball to look > for. Ah, OK, this is not exactly what I was looking for. Tracing even further back shows that you added the recipe to have IMAGE_BASENAME = "tisdk-rootfs": http://arago-project.org/git/?p=meta-arago.git;a=commitdiff;h=f27b1f34aee2c2cbee25a0fb5b21cdb04f16ec4a Do you remember the reason for that? This image recipe was in Classic arago, but there it had the basename matching the recipe name. Wondering why the change? -- Denys > > > > -----Original Message----- > > > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > > > > bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin > > > > Sent: Tuesday, September 17, 2013 3:13 PM > > > > To: meta-arago@arago-project.org > > > > Cc: Cooper Jr., Franklin > > > > Subject: [meta-arago] [PATCH 1/2] tisdk-rootfs-base-image: Rename base > > file > > > > system image > > > > > > > > * People are frequently confused by the difference in naming between the > > > > minimal > > > > file system and the larger file system. > > > > * Rename the minimal file system to mimic the naming convention of the > > larger > > > > file system. > > > > > > > > Signed-off-by: Franklin S. Cooper Jr > > > > --- > > > > ...e-tisdk-image.bb => tisdk-rootfs-base-image.bb} | 2 +- > > > > 1 files changed, 1 insertions(+), 1 deletions(-) rename meta-arago- > > > > distro/recipes-core/images/{arago-base-tisdk-image.bb => tisdk-rootfs- > > base- > > > > image.bb} (87%) > > > > > > > > diff --git a/meta-arago-distro/recipes-core/images/arago-base-tisdk- > > image.bb > > > > b/meta-arago-distro/recipes-core/images/tisdk-rootfs-base-image.bb > > > > similarity index 87% > > > > rename from meta-arago-distro/recipes-core/images/arago-base-tisdk- > > > > image.bb > > > > rename to meta-arago-distro/recipes-core/images/tisdk-rootfs-base- > > image.bb > > > > index 2c0e217..a3a9123 100644 > > > > --- a/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb > > > > +++ b/meta-arago-distro/recipes-core/images/tisdk-rootfs-base-image.bb > > > > @@ -12,4 +12,4 @@ IMAGE_INSTALL += "\ > > > > packagegroup-arago-base-tisdk \ > > > > " > > > > > > > > -export IMAGE_BASENAME = "arago-base-tisdk-image" > > > > +export IMAGE_BASENAME = "tisdk-rootfs-base-image" > > > > -- > > > > 1.7.0.4 > > > > > > > > _______________________________________________ > > > > meta-arago mailing list > > > > meta-arago@arago-project.org > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago