From: Tom Zanussi <tom.zanussi@intel.com>
To: kishore.k.bodke@intel.com
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 3/7] Cedartrail: Add new recipes for audio and video samples.
Date: Mon, 09 Apr 2012 12:57:28 -0500 [thread overview]
Message-ID: <1333994248.2335.66.camel@elmorro> (raw)
In-Reply-To: <349bec4216096df2d42f0e9b2174e2937d80afd6.1333496206.git.kishore.k.bodke@intel.com>
On Tue, 2012-04-03 at 16:43 -0700, kishore.k.bodke@intel.com wrote:
> From: Kishore Bodke <kishore.k.bodke@intel.com>
>
> This recipe adds sample Audio files and Video files
> for testing with pvr Acceleration driver.
>
> Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
> ---
> .../ogg-CC-BY-3.0-music-samples_0.1.bb | 23 +++++++++++++++++++
> .../video-samples/bigbuckbunny-ogg.bb | 24 ++++++++++++++++++++
> 2 files changed, 47 insertions(+), 0 deletions(-)
> create mode 100644 meta-cedartrail/recipes-mediasamples/music-samples/ogg-CC-BY-3.0-music-samples_0.1.bb
> create mode 100644 meta-cedartrail/recipes-mediasamples/video-samples/bigbuckbunny-ogg.bb
>
> diff --git a/meta-cedartrail/recipes-mediasamples/music-samples/ogg-CC-BY-3.0-music-samples_0.1.bb b/meta-cedartrail/recipes-mediasamples/music-samples/ogg-CC-BY-3.0-music-samples_0.1.bb
> new file mode 100644
> index 0000000..fd65cc7
> --- /dev/null
> +++ b/meta-cedartrail/recipes-mediasamples/music-samples/ogg-CC-BY-3.0-music-samples_0.1.bb
> @@ -0,0 +1,23 @@
> +SUMMARY = "ogg file format music samples"
> +DESCRIPTION = "Installs ogg file format music samples in /home/Music dir"
> +
> +LICENSE = "CC-BY-3.0"
> +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/CC-BY-3.0;md5=dfa02b5755629022e267f10b9c0a2ab7"
> +
> +DEPENDS += " "
> +
Does this empty DEPENDS do anything? Same thing in a couple other
places...
Tom
> +PR = "r0"
> +
> +SRC_URI = "http://downloads.yoctoproject.org/releases/media/music/ogg-CC-BY-3.0-music-samples-${PV}.tar.bz2 \
> + "
> +
> +SRC_URI[md5sum] = "dc3dd4adca69996edaffe8828e1ee165"
> +SRC_URI[sha256sum] = "86381f8474d5ac2c80f54c951a8c22f67d352daa977341d3dfb4161e39ca3975"
> +
> +do_install() {
> +
> +install -d ${D}${base_prefix}/home/music
> +install -m 0644 ${WORKDIR}/ogg-CC-BY-3.0-music-samples-${PV}/*/*.ogg ${D}${base_prefix}/home/music
> +}
> +
> +FILES_${PN} += "${base_prefix}/home/music/*.ogg"
> diff --git a/meta-cedartrail/recipes-mediasamples/video-samples/bigbuckbunny-ogg.bb b/meta-cedartrail/recipes-mediasamples/video-samples/bigbuckbunny-ogg.bb
> new file mode 100644
> index 0000000..036721c
> --- /dev/null
> +++ b/meta-cedartrail/recipes-mediasamples/video-samples/bigbuckbunny-ogg.bb
> @@ -0,0 +1,24 @@
> +SUMMARY = "Big Buck Bunny video OGG sample "
> +DESCRIPTION = "Installs Big Buck Bunny Video OGG file samples in /home/video dir "
> +
> +LICENSE = "CC-BY-3.0"
> +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/CC-BY-3.0;md5=dfa02b5755629022e267f10b9c0a2ab7"
> +
> +DEPENDS += " "
> +
> +PR = "r0"
> +
> +SRC_URI = "http://blender-mirror.kino3d.org/peach/bigbuckbunny_movies/big_buck_bunny_720p_stereo.ogg \
> + "
> +
> +
> +SRC_URI[md5sum] = "576424c653da53e31b86c027e55758ae"
> +SRC_URI[sha256sum] = "785b09a585be55f81326a3fcef2cdeeb7ebbc33932b6305fd84209928df67f28"
> +
> +do_install() {
> +
> +install -d ${D}${base_prefix}/home/Videos
> +install -m 0644 ${WORKDIR}/*.ogg ${D}${base_prefix}/home/Videos
> +}
> +
> +FILES_${PN} += "${base_prefix}/home/Videos/*.ogg"
next prev parent reply other threads:[~2012-04-09 17:58 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 [this message]
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
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=1333994248.2335.66.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.