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,4 @@
content: python3.config
python3.config:
cp $(REP_DIR)/recipes/raw/python3/$@ $@

1
recipes/raw/python3/hash Normal file
View File

@@ -0,0 +1 @@
2018-07-03 37f7f0945ff5a585afff1c4f4c43cab0a104e2bb

View File

@@ -0,0 +1,18 @@
<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>