diff options
author | Kishore Bodke <kishore.k.bodke@intel.com> | 2012-10-29 23:36:20 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-30 13:47:40 (GMT) |
commit | 76d2942087d7563ae42f0bea6d97460ee2561f3e (patch) | |
tree | 195936841beda0d337293f460a9f837512332154 /meta-crystalforest | |
parent | 2216c56240c2679c015f9d382fe8e7c75ae4c371 (diff) | |
download | meta-intel-76d2942087d7563ae42f0bea6d97460ee2561f3e.tar.gz |
crystalforest: Update the README Instructions.
Add Instructions to build the custom Image to
enable qat modules.
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/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-crystalforest/README b/meta-crystalforest/README index a938193..8731c2a 100644 --- a/meta-crystalforest/README +++ b/meta-crystalforest/README | |||
@@ -88,6 +88,15 @@ You should then be able to build a crystalforest image as such: | |||
88 | $ source oe-init-build-env | 88 | $ source oe-init-build-env |
89 | $ bitbake core-image-sato | 89 | $ bitbake core-image-sato |
90 | 90 | ||
91 | The above image will not give you the quickassist technology features | ||
92 | such as openssl-qat-module, zlib-qat-module and corpus data files. | ||
93 | |||
94 | If you want those feature built into the image by default, You should | ||
95 | build the custom image by doing the following: | ||
96 | |||
97 | $ source oe-init-build-env | ||
98 | $ bitbake core-image-qat | ||
99 | |||
91 | At the end of a successful build, you should have a live image that | 100 | At the end of a successful build, you should have a live image that |
92 | you can boot from a USB flash drive (see instructions on how to do | 101 | you can boot from a USB flash drive (see instructions on how to do |
93 | that below, in the section 'Booting the images from /binary'). | 102 | that below, in the section 'Booting the images from /binary'). |