Provides recipes for deploying python3 on sculpt. Also adds the feature of triggering the execution of python scripts on ROM updates (see python3.run).
19 lines
375 B
Plaintext
19 lines
375 B
Plaintext
<config>
|
|
<pythonpath name="/python/Lib/:" />
|
|
<file name="hello.py" />
|
|
<vfs>
|
|
<dir name="dev">
|
|
<log/>
|
|
<jitterentropy name="urandom" />
|
|
<jitterentropy name="random" />
|
|
<rtc/>
|
|
<zero/>
|
|
</dir>
|
|
<dir name="python">
|
|
<tar name="python3.tar" />
|
|
</dir>
|
|
<fs />
|
|
</vfs>
|
|
<libc stdin="/dev/zero" stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
|
|
</config>
|