Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
43e8a688
Commit
43e8a688
authored
Sep 06, 2017
by
Damien George
Browse files
For MicroPython, update paths to upython-taste and the templates.
parent
fe9293cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
43e8a688
...
...
@@ -601,8 +601,8 @@ def BuildMicroPythonSystems(micropythonSubsystems, CDirectories, cflagsSoFar):
g_stageLog
.
info
(
"Building MicroPython subSystems"
)
for
baseDir
in
micropythonSubsystems
.
keys
():
mpy
TemplDir
=
"/home/taste/tool-src/upython-t
empl
ate
s
"
mpySource
=
"/
home/taste/tool-src/upython-mirror
"
mpy
Source
=
"/home/taste/tool-src/upython-ta
s
te"
mpyTemplDir
=
mpySource
+
"/
ports/esa-taste
"
os
.
chdir
(
baseDir
+
os
.
sep
+
baseDir
)
if
(
baseDir
in
g_distributionNodesPlatform
.
keys
()):
...
...
@@ -630,9 +630,9 @@ def BuildMicroPythonSystems(micropythonSubsystems, CDirectories, cflagsSoFar):
mysystem
(
"for i in ../%s_mpy_bindings.[ch] ; do if [ -f $i ] ; then cp $i ./ ; fi ; done"
%
(
baseDir
,))
# copy/generate mpconfigport.h, mphalport.h, and utility code
mysystem
(
"cp %s/mpconfigport_as
ser
t_x86.h ./mpconfigport.h"
%
(
mpyTemplDir
,))
mysystem
(
"cp %s/mphalport_as
ser
t_x86.h ./mphalport.h"
%
(
mpyTemplDir
,))
mysystem
(
"cp %s/mphalport_as
ser
t_x86.c ./mphalport.c"
%
(
mpyTemplDir
,))
mysystem
(
"cp %s/mpconfigport_
t
ast
e
_x86.h ./mpconfigport.h"
%
(
mpyTemplDir
,))
mysystem
(
"cp %s/mphalport_
t
ast
e
_x86.h ./mphalport.h"
%
(
mpyTemplDir
,))
mysystem
(
"cp %s/mphalport_
t
ast
e
_x86.c ./mphalport.c"
%
(
mpyTemplDir
,))
mysystem
(
"cp %s/mputil.[ch] ./"
%
(
mpyTemplDir
,))
# generate the interned qstrs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment