Skip to content

Commit

Permalink
samples: tfm_integration: psa_crypto: Disable sample
Browse files Browse the repository at this point in the history
Disables running this sample as doing so requires qcbor, which
is not apache licensed

(cherry picked from commit db5a5fa)

Original-Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
GitOrigin-RevId: db5a5fa
Change-Id: Iae4ca2527c4cbc6c8c8c310bb3c3e108563cffc1
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5745060
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
  • Loading branch information
nordicjm authored and Chromeos LUCI committed Jul 27, 2024
1 parent 34716f4 commit 7c7bd0b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions samples/tfm_integration/psa_crypto/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ sample:
name: PSA crypto example
tests:
sample.psa_crypto:
# Sample disabled due to TF-M downloading qcbor which is not apache licensed
skip: true
tags:
- introduction
- trusted-firmware-m
- crypto
- csr
- mcuboot
platform_allow: mps2/an521/cpu0/ns v2m_musca_s1/musca_s1/ns
nrf5340dk/nrf5340/cpuapp/ns nrf9160dk/nrf9160/ns
stm32l562e_dk/stm32l562xx/ns bl5340_dvk/nrf5340/cpuapp/ns
platform_allow:
- mps2/an521/cpu0/ns
- v2m_musca_s1/musca_s1/ns
- nrf5340dk/nrf5340/cpuapp/ns
- nrf9160dk/nrf9160/ns
- stm32l562e_dk/stm32l562xx/ns
- bl5340_dvk/nrf5340/cpuapp/ns
harness: console
harness_config:
type: multi_line
Expand Down

0 comments on commit 7c7bd0b

Please sign in to comment.