From b0bb6e1e9ca3faa691a945b0b7ebc775be96df73 Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Mon, 7 Apr 2025 14:50:03 -0300 Subject: [PATCH] samples: cpp: hello_world: add cpp target tag Add missing 'cpp' tag to ensure consistent sample tagging. Signed-off-by: Sylvio Alves --- samples/cpp/hello_world/sample.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/cpp/hello_world/sample.yaml b/samples/cpp/hello_world/sample.yaml index bae5608d9a1..98ae71ebe83 100644 --- a/samples/cpp/hello_world/sample.yaml +++ b/samples/cpp/hello_world/sample.yaml @@ -2,7 +2,9 @@ sample: description: Hello World C++ sample, the simplest C++ Zephyr application name: hello cpp world common: - tags: introduction + tags: + - introduction + - cpp integration_platforms: - qemu_riscv32 harness: console @@ -22,4 +24,3 @@ tests: - intel_ish_5_4_1 - intel_ish_5_6_0 - intel_ish_5_8_0 - - esp32c6_devkitc/esp32c6/lpcore