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:
Johannes Schlatow
2018-06-27 17:25:02 +02:00
committed by Norman Feske
parent a5d06a5ce8
commit a67a5de5ef
11 changed files with 162 additions and 46 deletions

View 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>