Skip to content

Commit

Permalink
Remove mbedtls_config patch as it's not needed. Defines are set on gn…
Browse files Browse the repository at this point in the history
… gen and this fixes cross compilation
  • Loading branch information
mihai-ignat committed Mar 25, 2022
1 parent ec60b6c commit 6d53eff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
52 changes: 0 additions & 52 deletions third_party/nxp/tinycrypt/fixes/mbedtls_config_h.patch

This file was deleted.

2 changes: 0 additions & 2 deletions third_party/nxp/tinycrypt/patch_tinycrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ SOURCE_DIR=$(cd "$(dirname "$SOURCE")" >/dev/null 2>&1 && pwd)

patch -N --binary -d "$PW_PROJECT_ROOT"/third_party/mbedtls/repo -p1 <"$SOURCE_DIR/fixes/mbedtls_check_config_h.patch"

patch -N --binary -d "$PW_PROJECT_ROOT"/third_party/mbedtls/repo -p1 <"$SOURCE_DIR/fixes/mbedtls_config_h.patch"

patch -N --binary -d "$PW_PROJECT_ROOT"/third_party/mbedtls/repo -p1 <"$SOURCE_DIR/fixes/mbedtls_oid_h.patch"

patch -N --binary -d "$PW_PROJECT_ROOT"/third_party/mbedtls/repo -p1 <"$SOURCE_DIR/fixes/mbedtls_pk_h.patch"
Expand Down

0 comments on commit 6d53eff

Please sign in to comment.