mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-22 03:55:26 +00:00
libports: add test/oss recipes
Add recipes that allow for using the OSS-based test component on Sculpt. Issue genodelabs/genode#5167.
This commit is contained in:
parent
c9d70552a4
commit
e61b804252
1
repos/libports/recipes/pkg/test-libc_vfs_oss/README
Normal file
1
repos/libports/recipes/pkg/test-libc_vfs_oss/README
Normal file
@ -0,0 +1 @@
|
||||
Test for using the record and play session via the VFS OSS plugin.
|
6
repos/libports/recipes/pkg/test-libc_vfs_oss/archives
Normal file
6
repos/libports/recipes/pkg/test-libc_vfs_oss/archives
Normal file
@ -0,0 +1,6 @@
|
||||
_/src/init
|
||||
_/src/libc
|
||||
_/src/posix
|
||||
_/src/test-libc_vfs_oss
|
||||
_/src/vfs
|
||||
_/src/vfs_oss
|
1
repos/libports/recipes/pkg/test-libc_vfs_oss/hash
Normal file
1
repos/libports/recipes/pkg/test-libc_vfs_oss/hash
Normal file
@ -0,0 +1 @@
|
||||
2024-03-11-e 8ac806f56fb4a57a9d461dd995c2cfc4d67342e4
|
24
repos/libports/recipes/pkg/test-libc_vfs_oss/runtime
Normal file
24
repos/libports/recipes/pkg/test-libc_vfs_oss/runtime
Normal file
@ -0,0 +1,24 @@
|
||||
<runtime ram="3M" caps="100" binary="test-oss">
|
||||
|
||||
<requires> <play/> <record/> </requires>
|
||||
|
||||
<content>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="libc.lib.so"/>
|
||||
<rom label="libm.lib.so"/>
|
||||
<rom label="posix.lib.so"/>
|
||||
<rom label="test-oss"/>
|
||||
<rom label="vfs.lib.so"/>
|
||||
<rom label="vfs_oss.lib.so"/>
|
||||
</content>
|
||||
|
||||
<config>
|
||||
<libc stdout="/dev/log" stderr="/dev/log"/>
|
||||
<vfs>
|
||||
<dir name="dev">
|
||||
<log/> <oss name="dsp"/>
|
||||
</dir>
|
||||
</vfs>
|
||||
</config>
|
||||
|
||||
</runtime>
|
3
repos/libports/recipes/src/test-libc_vfs_oss/content.mk
Normal file
3
repos/libports/recipes/src/test-libc_vfs_oss/content.mk
Normal file
@ -0,0 +1,3 @@
|
||||
SRC_DIR = src/test/oss
|
||||
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
1
repos/libports/recipes/src/test-libc_vfs_oss/hash
Normal file
1
repos/libports/recipes/src/test-libc_vfs_oss/hash
Normal file
@ -0,0 +1 @@
|
||||
2024-03-11 bd8addd8cd6f1eace32418893d75e2aec26626d1
|
2
repos/libports/recipes/src/test-libc_vfs_oss/used_apis
Normal file
2
repos/libports/recipes/src/test-libc_vfs_oss/used_apis
Normal file
@ -0,0 +1,2 @@
|
||||
posix
|
||||
libc
|
Loading…
x
Reference in New Issue
Block a user