python3 package for sculpt
Provides recipes for deploying python3 on sculpt. Also adds the feature of triggering the execution of python scripts on ROM updates (see python3.run).
This commit is contained in:
committed by
Norman Feske
parent
a5d06a5ce8
commit
a67a5de5ef
17
recipes/pkg/python3/runtime
Normal file
17
recipes/pkg/python3/runtime
Normal file
@@ -0,0 +1,17 @@
|
||||
<runtime ram="32M" caps="200" binary="python3" config="python3.config">
|
||||
|
||||
<requires> <file_system/> <rtc /> </requires>
|
||||
|
||||
<content>
|
||||
<rom label="python3"/>
|
||||
<rom label="python3.lib.so"/>
|
||||
<rom label="python3.config"/>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="vfs.lib.so"/>
|
||||
<rom label="vfs_jitterentropy.lib.so"/>
|
||||
<rom label="libc.lib.so"/>
|
||||
<rom label="libm.lib.so"/>
|
||||
<rom label="python3.tar"/>
|
||||
</content>
|
||||
|
||||
</runtime>
|
||||
Reference in New Issue
Block a user