mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
2c1e927fa9
commit
c4a86a2ad5
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user