mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
f4e857a965
commit
182b15dd73
|
@ -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"
|
|
@ -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"
|
Loading…
Reference in New Issue
Block a user