[yocto] [PATCH 4/7] Cedartrail: Add bbappend files to install Audio and Video files.

Tom Zanussi tom.zanussi at intel.com
Mon Apr 9 11:00:54 PDT 2012


On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bodke at intel.com wrote:
> From: Kishore Bodke <kishore.k.bodke at 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 at 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?

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

Tom




More information about the yocto mailing list