Cedartrail: Add new recipe for test image.

This recipes builds the custom images with builtin
features like web-kit and adds the Audio and Video
media samples.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Kishore Bodke 2012-04-10 11:36:19 -07:00 committed by Tom Zanussi
parent f4e857a965
commit 182b15dd73
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#
# Copyright (C) 2011 Intel Corporation.
# Author: Kishore Bodke
# kishore.k.bodke@intel.com
require recipes-sato/images/core-image-sato-sdk.bb
IMAGE_INSTALL += "web-webkit bigbuckbunny-ogg ogg-CC-BY-3.0-music-samples"
LICENSE = "MIT"
PR = "r0"

View File

@ -0,0 +1,13 @@
#
# Copyright (C) 2011 Intel Corporation.
# Author: Kishore Bodke
# kishore.k.bodke@intel.com
#
require recipes-sato/images/core-image-sato.bb
IMAGE_INSTALL += "web-webkit bigbuckbunny-ogg ogg-CC-BY-3.0-music-samples"
LICENSE = "MIT"
PR = "r0"