Skip to content

Commit

Permalink
Use static link for crypto and ssl libraries for rpmb_dev
Browse files Browse the repository at this point in the history
rpmb_dev is host tool when emulating RPMB feature, it depends on
crypto and ssl libraries on host side. Due to libraries version
mismatch on development machine and device under test, rpmb_dev
application might failed to launch.

Use static link to fix this issue.

Tracked-On: OAM-105243
Signed-off-by: Zhong,Fangjian <[email protected]>
  • Loading branch information
Zhong,Fangjian authored and sysopenci committed Feb 1, 2023
1 parent 57f3922 commit d27b351
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@
## Update to Trusty API version 5
## 1. FF-A share memory feature unsupported
## 2. Fix for RPMB vulnerability CVE-2020-0436

# 2022 Aug 24th
## Update to support Android T dessert

# 2022 Aug 29th
## Update VIRTIO_ID_TIPC ID from 13 to 14, sync with Celadon 5.15 kernel.

# 2023 Feb 1st
## Update to static link crypto and ssl libraries for rpmb_dev, set
## "RPMB_DEV_STATIC ?= true" in project level makefile to enable this feature.
Binary file modified rpmb_dev
Binary file not shown.

0 comments on commit d27b351

Please sign in to comment.