Skip to content

Commit

Permalink
freertos-pkcs11-psa: Update to latest commit
Browse files Browse the repository at this point in the history
This commit contains two main changes:

* Update to latest commit on `freertos-pkcs11-psa`
master branch.

* Remove build-Update-mbedtls-version patch as it is
available upstream as part of the latest commit.

Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
  • Loading branch information
AhmedIsmail02 authored and urutva committed Jul 4, 2024
1 parent eb02b19 commit 29bc544
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 117 deletions.
8 changes: 0 additions & 8 deletions components/security/freertos_pkcs11_psa/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,4 @@ set(freertos_pkcs11_psa_SOURCE_DIR
"Path to FreeRTOS PKCS#11 to PSA shim layer source code"
)

include(ApplyPatches)

set(PATCH_FILES_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/integration/patches")
set(PATCH_FILES
"${PATCH_FILES_DIRECTORY}/0001-build-Update-mbedtls-version.patch"
)
iot_reference_arm_corstone3xx_apply_patches("${freertos_pkcs11_psa_SOURCE_DIR}" "${PATCH_FILES}")

add_subdirectory(integration)

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
path: "components/connectivity/iot_vsocket/library"
- name: "freertos-pkcs11-psa"
license: "MIT"
version: "40b4868b38720757f88615f0e705ad086956967a"
version: "53fa27b097dd09d07781ab1a22e79273557f22b1"
repository:
type: "git"
url: "https://github.com/Linaro/freertos-pkcs11-psa.git"
Expand Down

0 comments on commit 29bc544

Please sign in to comment.