All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@intel.com>
To: "Bodke, Kishore K" <kishore.k.bodke@intel.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files.
Date: Mon, 09 Apr 2012 13:41:35 -0500	[thread overview]
Message-ID: <1333996895.2335.99.camel@elmorro> (raw)
In-Reply-To: <D956029D25CF204F948EA0FB515E1EE203609231@ORSMSX105.amr.corp.intel.com>

On Mon, 2012-04-09 at 11:29 -0700, Bodke, Kishore K wrote:
> 
> >-----Original Message-----
> >From: Zanussi, Tom
> >Sent: Monday, April 09, 2012 11:01 AM
> >To: Bodke, Kishore K
> >Cc: yocto@yoctoproject.org
> >Subject: Re: [PATCH 4/7] Cedartrail: Add bbappend files to install Audio
> >and Video files.
> >
> >On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bodke@intel.com wrote:
> >> From: Kishore Bodke <kishore.k.bodke@intel.com>
> >>
> >> These bbappend files pulls in the Audio, Video and Web Kit
> >> into the Image with IMAGE_INSTALL.
> >>
> >> Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
> >> ---
> >>  .../images/core-image-sato-dev.bbappend            |    2 ++
> >>  .../images/core-image-sato-sdk.bbappend            |    2 ++
> >>  .../recipes-sato/images/core-image-sato.bbappend   |    1 +
> >>  3 files changed, 5 insertions(+), 0 deletions(-)
> >>  create mode 100644 meta-cedartrail/recipes-sato/images/core-image-
> >sato-dev.bbappend
> >>  create mode 100644 meta-cedartrail/recipes-sato/images/core-image-
> >sato-sdk.bbappend
> >>  create mode 100644 meta-cedartrail/recipes-sato/images/core-image-
> >sato.bbappend
> >>
> >> diff --git a/meta-cedartrail/recipes-sato/images/core-image-sato-
> >dev.bbappend b/meta-cedartrail/recipes-sato/images/core-image-sato-
> >dev.bbappend
> >> new file mode 100644
> >> index 0000000..33283f4
> >> --- /dev/null
> >> +++ b/meta-cedartrail/recipes-sato/images/core-image-sato-dev.bbappend
> >> @@ -0,0 +1,2 @@
> >> +IMAGE_INSTALL += "web-webkit bigbuckbunny-ogg ogg-CC-BY-3.0-music-
> >samples"
> >> +
> >> diff --git a/meta-cedartrail/recipes-sato/images/core-image-sato-
> >sdk.bbappend b/meta-cedartrail/recipes-sato/images/core-image-sato-
> >sdk.bbappend
> >> new file mode 100644
> >> index 0000000..33283f4
> >> --- /dev/null
> >> +++ b/meta-cedartrail/recipes-sato/images/core-image-sato-sdk.bbappend
> >> @@ -0,0 +1,2 @@
> >> +IMAGE_INSTALL += "web-webkit bigbuckbunny-ogg ogg-CC-BY-3.0-music-
> >samples"
> >> +
> >> diff --git a/meta-cedartrail/recipes-sato/images/core-image-
> >sato.bbappend b/meta-cedartrail/recipes-sato/images/core-image-
> >sato.bbappend
> >> new file mode 100644
> >> index 0000000..4c1ccac
> >> --- /dev/null
> >> +++ b/meta-cedartrail/recipes-sato/images/core-image-sato.bbappend
> >> @@ -0,0 +1 @@
> >> +IMAGE_INSTALL += "web-webkit bigbuckbunny-ogg  ogg-CC-BY-3.0-music-
> >samples"
> >
> >These will always add the media files etc whenever anyone builds any of
> >these.  Is that really what you want?
> 
> Yes. By default we wanted to have all these included when customer builds
> a regular sato image.
> So, I think it would be good if it remains unchanged.
> 

But what if I wanted to build a sato image that didn't include those
media files?  I can no longer type 'bitbake core-image-sato' and get
that.

Tom

> Thanks
> Kishore.
> 
> >
> >Maybe creating separate test image recipes that do this would be more
> >along the lines of what you wanted...
> >
> >Tom
> 




  reply	other threads:[~2012-04-09 18:42 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-03 23:43 [PATCH 0/7] [meta-intel] Cedartrail BSP updates with pvr Graphics driver kishore.k.bodke
2012-04-03 23:43 ` [PATCH 1/7] Cedartrail: Add PVR graphics support kishore.k.bodke
2012-04-09 17:56   ` Tom Zanussi
2012-04-09 18:22     ` Bodke, Kishore K
2012-04-03 23:43 ` [PATCH 2/7] Cedartrail: Update SRCREVS and add EFI Support kishore.k.bodke
2012-04-03 23:43 ` [PATCH 3/7] Cedartrail: Add new recipes for audio and video samples kishore.k.bodke
2012-04-09 17:57   ` Tom Zanussi
2012-04-09 18:25     ` Bodke, Kishore K
2012-04-03 23:43 ` [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files kishore.k.bodke
2012-04-09 18:00   ` Tom Zanussi
2012-04-09 18:29     ` Bodke, Kishore K
2012-04-09 18:41       ` Tom Zanussi [this message]
2012-04-09 18:57         ` Bodke, Kishore K
2012-04-03 23:43 ` [PATCH 5/7] Cedartrail: Separte out machine.conf files kishore.k.bodke
2012-04-03 23:43 ` [PATCH 6/7] Cedartrail: Add a new recipe for Audio kishore.k.bodke
2012-04-09 18:04   ` Tom Zanussi
2012-04-09 18:31     ` Bodke, Kishore K
2012-04-03 23:43 ` [PATCH 7/7] Cedartrail: Update the README kishore.k.bodke
2012-04-09 18:06   ` Tom Zanussi
2012-04-09 18:35     ` Bodke, Kishore K
2012-04-09 17:46 ` [PATCH 0/7] [meta-intel] Cedartrail BSP updates with pvr Graphics driver Tom Zanussi
2012-04-09 18:17   ` Bodke, Kishore K

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=1333996895.2335.99.camel@elmorro \
    --to=tom.zanussi@intel.com \
    --cc=kishore.k.bodke@intel.com \
    --cc=yocto@yoctoproject.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.