Date
1 - 2 of 2
[meta-openssl102-fips][PATCH 1/3] fix typo: openssl-fips -> openssl-fips-dev
hongxu
The working fips package is openssl-fips-dev rather than openssl-fips.
Signed-off-by: Hongxu Jia <hongxu.jia@...> --- 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 |
|
Mark Hatle
Sorry for the delay this and the other patches have been merged.
toggle quoted message
Show quoted text
Thanks! --Mark On 10/12/19 3:17 AM, Hongxu Jia wrote:
The working fips package is openssl-fips-dev rather than openssl-fips. |
|