[yocto] [PATCH] fix typo: openssl-fips -> openssl-fips-dev

Hongxu Jia hongxu.jia at windriver.com
Thu Oct 10 23:13:23 PDT 2019


The working fips package is openssl-fips-dev rather than openssl-fips.

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
 README.build                             | 2 +-
 templates/feature/openssl-fips/image.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.build b/README.build
index 50bd9a5..b4e8f2e 100644
--- a/README.build
+++ b/README.build
@@ -132,7 +132,7 @@ Building Steps (based on section 4 of the UsersGuide-2.0.pdf):
     prebuilt tar archive.
 
     For Yocto, in your build directory, edit conf/local.conf, add:
-      IMAGE_INSTALL_append = " openssl-fips"
+      IMAGE_INSTALL_append = " openssl-fips-dev"
       OPENSSL_FIPS_ENABLED = "1"
       OPENSSL_FIPS_PREBUILT = "<path>"
 
diff --git a/templates/feature/openssl-fips/image.inc b/templates/feature/openssl-fips/image.inc
index 0d62e44..3616432 100644
--- a/templates/feature/openssl-fips/image.inc
+++ b/templates/feature/openssl-fips/image.inc
@@ -1 +1 @@
-IMAGE_INSTALL += "openssl-fips"
+IMAGE_INSTALL += "openssl-fips-dev"
-- 
2.7.4



More information about the yocto mailing list