summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/README
diff options
context:
space:
mode:
Diffstat (limited to 'meta-crystalforest/README')
-rw-r--r--meta-crystalforest/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-crystalforest/README b/meta-crystalforest/README
index a9381936..8731c2ad 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
91The above image will not give you the quickassist technology features
92such as openssl-qat-module, zlib-qat-module and corpus data files.
93
94If you want those feature built into the image by default, You should
95build the custom image by doing the following:
96
97 $ source oe-init-build-env
98 $ bitbake core-image-qat
99
91At the end of a successful build, you should have a live image that 100At the end of a successful build, you should have a live image that
92you can boot from a USB flash drive (see instructions on how to do 101you can boot from a USB flash drive (see instructions on how to do
93that below, in the section 'Booting the images from /binary'). 102that below, in the section 'Booting the images from /binary').