Skip to content

Commit

Permalink
samples: wifi: promiscuous: Add sysbuild configuration
Browse files Browse the repository at this point in the history
Add sysbuild configuration to the sample,
replacing the child/parent image builds.

Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
  • Loading branch information
D-Triveni authored and rlubos committed May 27, 2024
1 parent dec0e93 commit 0ae155d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 6 additions & 3 deletions samples/wifi/promiscuous/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@ sample:
name: Wi-Fi Promiscuous sample
tests:
sample.nrf7002.promiscuous:
sysbuild: true
build_only: true
integration_platforms:
- nrf7002dk/nrf5340/cpuapp
platform_allow: nrf7002dk/nrf5340/cpuapp
tags: ci_build
tags: ci_build sysbuild
sample.nrf7002_eks.promiscuous:
sysbuild: true
build_only: true
extra_args: SHIELD=nrf7002ek
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
platform_allow: nrf5340dk/nrf5340/cpuapp
tags: ci_build
tags: ci_build sysbuild
sample.nrf7001.promiscuous:
sysbuild: true
build_only: true
integration_platforms:
- nrf7002dk/nrf5340/cpuapp/nrf7001
platform_allow: nrf7002dk/nrf5340/cpuapp/nrf7001
tags: ci_build
tags: ci_build sysbuild
skip: true
8 changes: 8 additions & 0 deletions samples/wifi/promiscuous/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Copyright (c) 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

SB_CONFIG_WIFI_NRF700X=y
SB_CONFIG_WIFI_NRF700X_SYSTEM_WITH_RAW_MODES=y

0 comments on commit 0ae155d

Please sign in to comment.