Skip to content

Commit

Permalink
corepkcs11: Remove out-of-tree patch
Browse files Browse the repository at this point in the history
Remove the upstreamed out-of-tree patch
`0001-Do-not-define-__PASTE-macro-for-Arm-compiler.patch` and update to
latest version of corePKCS11 library.

Signed-off-by: Devaraj Ranganna <[email protected]>
  • Loading branch information
urutva committed Nov 25, 2024
1 parent 6b31d51 commit 730888e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 40 deletions.
6 changes: 0 additions & 6 deletions components/aws_iot/corepkcs11/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,5 @@ if(CMAKE_CROSSCOMPILING)
"Path to corePKCS11 source code"
)

include(ApplyPatches)

set(PATCH_FILES_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/integration/patches")
set(PATCH_FILES "${PATCH_FILES_DIRECTORY}/0001-Do-not-define-__PASTE-macro-for-Arm-compiler.patch")
iot_reference_arm_corstone3xx_apply_patches("${corepkcs11_SOURCE_DIR}" "${PATCH_FILES}")

add_subdirectory(integration)
endif()

This file was deleted.

2 changes: 1 addition & 1 deletion components/aws_iot/corepkcs11/library
Submodule library updated 147 files
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies:
license: "MIT"
tpip-category: "category-2"
security-risk: "low"
version: "v3.5.0"
version: "8a4ac0e0e27a83da5c2a5e8c87f34998f6eb7aaf"
repository:
type: "git"
url: "https://github.com/FreeRTOS/corePKCS11.git"
Expand Down

0 comments on commit 730888e

Please sign in to comment.