mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Disambiguate noux-system config
This commit is contained in:
committed by
Christian Helmuth
parent
a85c47134b
commit
d273129d9d
@@ -1,4 +1,4 @@
|
||||
<runtime ram="72M" caps="1000" binary="init" config="init.config">
|
||||
<runtime ram="72M" caps="1000" binary="init" config="noux-system.config">
|
||||
|
||||
<requires>
|
||||
<nitpicker/>
|
||||
@@ -11,7 +11,7 @@
|
||||
</requires>
|
||||
|
||||
<content>
|
||||
<rom label="init.config"/>
|
||||
<rom label="noux-system.config"/>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="libc.lib.so"/>
|
||||
<rom label="libm.lib.so"/>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
content: init.config
|
||||
content: noux-system.config
|
||||
|
||||
init.config:
|
||||
noux-system.config:
|
||||
cp $(REP_DIR)/recipes/raw/noux-system/$@ $@
|
||||
|
||||
Reference in New Issue
Block a user