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
8eb74c4e
Commit
8eb74c4e
authored
Jun 06, 2018
by
Thanassis Tsiodras
Browse files
As of now (2018/06), POHIAda doesn't work properly with RTEMS5.1 or RCC (e.g. on the GR740).
parent
11f1ad22
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
8eb74c4e
...
...
@@ -2031,6 +2031,11 @@ def ParsePartitionInformation():
g_distributionNodesPlatform
[
partitionName
]
=
[
data
[
2
],
prefix
]
return
prefix
if
'RTEMS'
in
data
[
2
]:
# As of now (2018/06), POHIAda doesn't work properly with RTEMS5.1 or RCC.
if
not
g_bPolyORB_HI_C
:
panic
(
"Currently, POHIAda doesn't work well with RTEMS5.1 or RCC.
\n
Please pass the '-p' option to the orchestrator, to use POHIC instead,
\n
"
)
if
'RTEMS'
not
in
data
[
2
]:
# Learn the compiler and linker flags, by calling out into
# a temporary Makefile that includes the Ocarina-generated one
...
...
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