ping: src and pkg recipes

Ref #4966
This commit is contained in:
Martin Stein 2023-07-14 21:44:47 +02:00 committed by Christian Helmuth
parent c23491ef3c
commit 68fd016746
7 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Runtime for using the native Ping application

View File

@ -0,0 +1 @@
_/src/ping

View File

@ -0,0 +1 @@
2023-07-14-a c0eb6468253b744948d7509cec0fd353a1dc4111

View File

@ -0,0 +1,12 @@
<runtime ram="8M" caps="100" binary="ping">
<requires> <nic/> </requires>
<config dst_ip="1.1.1.1" period_sec="1"/>
<content>
<rom label="ld.lib.so"/>
<rom label="ping"/>
</content>
</runtime>

View File

@ -0,0 +1,2 @@
SRC_DIR = src/app/ping
include $(GENODE_DIR)/repos/base/recipes/src/content.inc

View File

@ -0,0 +1 @@
2023-07-14-b e03632fe5ba1e5ba2374904230ae9b7e703d6b68

View File

@ -0,0 +1,4 @@
base
os
net
nic_session