meta-crystalforest: Create a custom build Image recipe.

To build with the corpus files recipes, create a customized
recipe to install them into the Image.

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-10-02 10:19:50 -07:00 committed by Tom Zanussi
parent 2c1e927fa9
commit c4a86a2ad5
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Copyright (C) 2012 Intel Corporation.
# Author: Kishore Bodke
# kishore.k.bodke@intel.com
#
require recipes-sato/images/core-image-sato-sdk.bb
IMAGE_INSTALL += " \
calgary-corpus \
canterbury-corpus \
silesia-corpus \
"
LICENSE = "MIT"
PR = "r0"

View File

@ -0,0 +1,16 @@
# Copyright (C) 2012 Intel Corporation.
# Author: Kishore Bodke
# kishore.k.bodke@intel.com
#
require recipes-sato/images/core-image-sato.bb
IMAGE_INSTALL += " \
calgary-corpus \
canterbury-corpus \
silesia-corpus \
"
LICENSE = "MIT"
PR = "r0"