net_test-pc.sculpt: minimal setup for net tests

A small sculpt setup with routed and raw access to the PC NIC-driver as well
as a launcher for the ping app.

Ref #4966
This commit is contained in:
Martin Stein 2023-07-14 22:05:08 +02:00 committed by Christian Helmuth
parent 8bad3d08d7
commit 53018515a9
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<launcher pkg="pc_nic">
<route>
<service name="Platform"> <parent label="nic"/> </service>
</route>
</launcher>

View File

@ -0,0 +1,5 @@
<launcher pkg="ping">
<route>
<service name="Nic"> <child name="pc_nic"/> </service>
</route>
</launcher>

View File

@ -0,0 +1,9 @@
# configuration decisions
drivers: pc
ram_fs: depot
# selection of launcher-menu entries
launcher: ping pc_nic
# supplemental depot content added to the system image
import: pkg/drivers_managed-pc src/pc_nic_drv pkg/pc_nic pkg/ping