Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
58d5ca9d
Commit
58d5ca9d
authored
Jun 08, 2018
by
Thanassis Tsiodras
Browse files
Only update RCC path for RTEMS deployment nodes.
parent
ba2a2943
Changes
1
Show whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
58d5ca9d
...
...
@@ -395,6 +395,7 @@ def SetEnvForRTEMS(platformType):
elif
platformType
.
startswith
(
"PLATFORM_GUMSTIX_RTEMS"
):
src
=
"RTEMS_MAKEFILE_PATH_GUMSTIX"
os
.
putenv
(
"RTEMS_MAKEFILE_PATH"
,
os
.
environ
[
src
])
if
'RTEMS'
in
platformType
:
RMP
=
os
.
getenv
(
"RTEMS_MAKEFILE_PATH"
)
RCCPATH
=
os
.
sep
.
join
(
RMP
.
split
(
os
.
sep
)[:
-
2
]
+
[
"bin"
])
if
RCCPATH
not
in
os
.
getenv
(
"PATH"
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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