diff options
| author | Kishore Bodke <kishore.k.bodke@intel.com> | 2012-10-02 10:19:50 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-03 23:56:13 -0500 |
| commit | c4a86a2ad5df3a94b47e394090f67f7e324b1483 (patch) | |
| tree | e6dacb8975849600ecd1760db86693e693cb274f /meta-crystalforest | |
| parent | 2c1e927fa99abe47865a03cf661d4757ff3147c6 (diff) | |
| download | meta-intel-c4a86a2ad5df3a94b47e394090f67f7e324b1483.tar.gz | |
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>
Diffstat (limited to 'meta-crystalforest')
| -rw-r--r-- | meta-crystalforest/recipes-qat-image/images/core-image-qat-sdk.bb | 16 | ||||
| -rw-r--r-- | meta-crystalforest/recipes-qat-image/images/core-image-qat.bb | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/meta-crystalforest/recipes-qat-image/images/core-image-qat-sdk.bb b/meta-crystalforest/recipes-qat-image/images/core-image-qat-sdk.bb new file mode 100644 index 00000000..27feb0d3 --- /dev/null +++ b/meta-crystalforest/recipes-qat-image/images/core-image-qat-sdk.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Copyright (C) 2012 Intel Corporation. | ||
| 2 | # Author: Kishore Bodke | ||
| 3 | # kishore.k.bodke@intel.com | ||
| 4 | # | ||
| 5 | |||
| 6 | require recipes-sato/images/core-image-sato-sdk.bb | ||
| 7 | |||
| 8 | IMAGE_INSTALL += " \ | ||
| 9 | calgary-corpus \ | ||
| 10 | canterbury-corpus \ | ||
| 11 | silesia-corpus \ | ||
| 12 | " | ||
| 13 | |||
| 14 | LICENSE = "MIT" | ||
| 15 | |||
| 16 | PR = "r0" | ||
diff --git a/meta-crystalforest/recipes-qat-image/images/core-image-qat.bb b/meta-crystalforest/recipes-qat-image/images/core-image-qat.bb new file mode 100644 index 00000000..7c61ec64 --- /dev/null +++ b/meta-crystalforest/recipes-qat-image/images/core-image-qat.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Copyright (C) 2012 Intel Corporation. | ||
| 2 | # Author: Kishore Bodke | ||
| 3 | # kishore.k.bodke@intel.com | ||
| 4 | # | ||
| 5 | |||
| 6 | require recipes-sato/images/core-image-sato.bb | ||
| 7 | |||
| 8 | IMAGE_INSTALL += " \ | ||
| 9 | calgary-corpus \ | ||
| 10 | canterbury-corpus \ | ||
| 11 | silesia-corpus \ | ||
| 12 | " | ||
| 13 | |||
| 14 | LICENSE = "MIT" | ||
| 15 | |||
| 16 | PR = "r0" | ||
