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
taste-setup
Commits
9f4a0fe8
Commit
9f4a0fe8
authored
Sep 21, 2017
by
Maxime Perrotin
Browse files
Add parameter to update the concurrency view properties
V2 uses a different syntax file to alter the Priortiies/Offset of tasks
parent
01364475
Changes
2
Hide whitespace changes
Inline
Side-by-side
misc/helper-scripts/taste-create-project
View file @
9f4a0fe8
...
...
@@ -52,11 +52,13 @@ echo " TASTE $EXTRA_CMD
--load-interface-view InterfaceView.aadl
--load-deployment-view DeploymentView.aadl
--aadl-library
$(
taste-config
--prefix
)
/share/ocarina/AADLv2/ocarina_components.aadl
--update-properties ConcurrencyView_Properties.aadl
"
TASTE
$EXTRA_CMD
\
--data-view
DataView.aadl
\
--load-interface-view
InterfaceView.aadl
\
--load-deployment-view
DeploymentView.aadl
\
--aadl-library
$(
taste-config
--prefix
)
/share/ocarina/AADLv2/ocarina_components.aadl
--aadl-library
$(
taste-config
--prefix
)
/share/ocarina/AADLv2/ocarina_components.aadl
\
--update-properties
ConcurrencyView_Properties.aadl
misc/helper-scripts/taste-edit-project
View file @
9f4a0fe8
...
...
@@ -60,6 +60,9 @@ do
FIRST
=
0
done
EXTRA_CMD+
=
' --update-properties ConcurrencyView_Properties.aadl '
echo
-e
"
${
INFO
}
Running
TASTE
$EXTRA_CMD
"
...
...
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