mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
c23491ef3c
commit
68fd016746
2
repos/os/recipes/pkg/ping/README
Normal file
2
repos/os/recipes/pkg/ping/README
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
Runtime for using the native Ping application
|
1
repos/os/recipes/pkg/ping/archives
Executable file
1
repos/os/recipes/pkg/ping/archives
Executable file
@ -0,0 +1 @@
|
|||||||
|
_/src/ping
|
1
repos/os/recipes/pkg/ping/hash
Normal file
1
repos/os/recipes/pkg/ping/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2023-07-14-a c0eb6468253b744948d7509cec0fd353a1dc4111
|
12
repos/os/recipes/pkg/ping/runtime
Executable file
12
repos/os/recipes/pkg/ping/runtime
Executable 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>
|
2
repos/os/recipes/src/ping/content.mk
Normal file
2
repos/os/recipes/src/ping/content.mk
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SRC_DIR = src/app/ping
|
||||||
|
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
1
repos/os/recipes/src/ping/hash
Normal file
1
repos/os/recipes/src/ping/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2023-07-14-b e03632fe5ba1e5ba2374904230ae9b7e703d6b68
|
4
repos/os/recipes/src/ping/used_apis
Normal file
4
repos/os/recipes/src/ping/used_apis
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
base
|
||||||
|
os
|
||||||
|
net
|
||||||
|
nic_session
|
Loading…
x
Reference in New Issue
Block a user