All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH] arago-tisdk-image: Create image that builds	Sitara SDK filesystem
Date: Thu, 18 Oct 2012 11:18:54 -0400	[thread overview]
Message-ID: <20121018151853.GA4805@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C306C42@DFLE09.ent.ti.com>

On Thu, Oct 18, 2012 at 03:16:39AM +0000, Cooper Jr., Franklin wrote:
> 
> 
> -----Original Message-----
> From: Maupin, Chase 
> Sent: Friday, October 12, 2012 9:58 PM
> To: Franklin S. Cooper Jr; meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: RE: [meta-arago] [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
> > bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> > Sent: Friday, October 12, 2012 1:07 AM
> > To: meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: [meta-arago] [PATCH] arago-tisdk-image: Create image that 
> > builds Sitara SDK filesystem
> > 
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> >  .../recipes-core/images/arago-tisdk-image.bb       |   21
> > ++++++++++++++++++++
> >  1 files changed, 21 insertions(+), 0 deletions(-)  create mode 100644 
> > meta-arago-distro/recipes-core/images/arago-
> > tisdk-image.bb
> > 
> > diff --git a/meta-arago-distro/recipes-core/images/arago-tisdk-
> > image.bb b/meta-arago-distro/recipes-core/images/arago-tisdk-
> > image.bb
> > new file mode 100644
> > index 0000000..e9e6781
> > --- /dev/null
> > +++ b/meta-arago-distro/recipes-core/images/arago-tisdk-image.bb
> > @@ -0,0 +1,21 @@
> > +# Arago TI SDK base image
> > +# gives you an image with Qt/E and other common packages shared
> > by all TI SDKs.
> > +
> > +require arago-image.inc
> > +PR_append = "-arago0"
> 
> Why are you appending the PR?
> 
> Franklin: Its something that I added a few months when I had a concern about 
> the arago-image.inc file but I never properly addressed.
> I am going to send an updated patch . Essentially I am going to add INC_PR = 
> "r0" to arago-image.inc and in this recipe replace PR_append with PR = 
> "${INC_PR}.1".
> http://www.openembedded.org/wiki/Styleguide talks a little bit about this.

That's something I wanted to comment on as well... There are no PV or PR for 
image recipes, as that doesn't make much sense. Images have special handling, 
they are deployed and not packaged, with a specially defined names. Moreover, 
do_rootfs will always run when you bitbake the image recipe. So, drop any PR, 
INC_PR etc. from image recipes.

-- 
Denys


  reply	other threads:[~2012-10-18 15:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-12  6:06 [PATCH] arago-tisdk-image: Create image that builds Sitara SDK filesystem Franklin S. Cooper Jr
2012-10-12 13:58 ` Maupin, Chase
2012-10-18  3:16   ` Cooper Jr., Franklin
2012-10-18 15:18     ` Denys Dmytriyenko [this message]
2012-10-18 15:51       ` Cooper Jr., Franklin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121018151853.GA4805@edge \
    --to=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.