net: Add more specific dependencies for specialized samples
Certain samples are supposed to demonstrate technology-specific features, therefore their dependencies in sample.yml could be narrowed to run verify build only on boards which support that specific technology (like Ethernet or OpenThread). Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
17b1393f2e
commit
562ac9d9e6
|
@ -10,4 +10,4 @@ tests:
|
|||
sample.net.dsa:
|
||||
build_only: true
|
||||
platform_allow: ip_k66f
|
||||
depends_on: netif
|
||||
depends_on: eth
|
||||
|
|
|
@ -18,7 +18,7 @@ tests:
|
|||
- nucleo_f767zi
|
||||
- nucleo_h743zi
|
||||
- nucleo_h745zi_q/stm32h745xx/m7
|
||||
depends_on: netif
|
||||
depends_on: eth
|
||||
integration_platforms:
|
||||
- frdm_k64f
|
||||
sample.net.gpt.nxp_enet_experimental:
|
||||
|
|
|
@ -15,4 +15,4 @@ tests:
|
|||
- native_sim_64
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
depends_on: netif
|
||||
depends_on: eth
|
||||
|
|
|
@ -3,7 +3,7 @@ common:
|
|||
tags:
|
||||
- net
|
||||
- openthread
|
||||
depends_on: netif
|
||||
depends_on: openthread
|
||||
min_flash: 140
|
||||
sample:
|
||||
description: Runs the OpenThread stack as NCP BR
|
||||
|
|
|
@ -8,4 +8,4 @@ sample:
|
|||
name: VLAN sample app
|
||||
tests:
|
||||
sample.net.vlan:
|
||||
depends_on: netif
|
||||
depends_on: eth
|
||||
|
|
Loading…
Reference in a new issue