[yocto] [meta-openssl102-fips][PATCH] README.build: add steps to include openssl102

Hongxu Jia hongxu.jia at windriver.com
Mon Sep 16 23:37:10 PDT 2019


The openssl fips only works with old openssl(<=1.0.2),
update steps to clarify it for Yocto and Wind River Linux

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
 README.build | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.build b/README.build
index bc8fcf3..3da03da 100644
--- a/README.build
+++ b/README.build
@@ -40,13 +40,15 @@ The easiest way to do this with Yocto is include this layer [1]
 and meta-openssl102 [2], and install packagegroup-core-buildessential
 to image [3]
 
-[1] git://git.yoctoproject.org/meta-openssl102
-[2] git://git.yoctoproject.org/meta-openssl102-fips
+[1] git://git.yoctoproject.org/meta-openssl102-fips
+[2] git://git.yoctoproject.org/meta-openssl102
+    Manually set 1.0.2% to openssl preferred version
+    echo "PREFERRED_VERSION_openssl = '1.0.2%'" >> conf/local.conf
 [3] echo "IMAGE_INSTALL += 'packagegroup-core-buildessential'" >> conf/local.conf
 
 The easiest way to do this with Wind River Linux is include:
 
-    --templates features/target-toolchain --layers meta-openssl102-fips
+    --templates features/target-toolchain --templates feature/openssl102 --layers meta-openssl102-fips
 
     Note: do not include template feature/openssl-fips
 
-- 
2.7.4



More information about the yocto mailing list