-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ tests: | |
sample.net.dsa: | ||
build_only: true | ||
platform_allow: ip_k66f | ||
depends_on: netif | ||
depends_on: eth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ tests: | |
- native_sim_64 | ||
integration_platforms: | ||
- native_sim | ||
depends_on: netif | ||
depends_on: eth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ sample: | |
name: VLAN sample app | ||
tests: | ||
sample.net.vlan: | ||
depends_on: netif | ||
depends_on: eth |