Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
8de24fa1
Commit
8de24fa1
authored
Jun 30, 2017
by
Maxime Perrotin
Browse files
taste-edit-project loads component library
parent
03b4c198
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/helper-scripts/taste-edit-project
View file @
8de24fa1
...
...
@@ -27,9 +27,25 @@ if [ ! -f DeploymentView.aadl ]
then
EXTRA_CMD+
=
--load-interface-view
EXTRA_CMD+
=
' InterfaceView.aadl'
EXTRA_CMD+
=
' --aadl-library $(taste-config --prefix)/share/ocarina/AADLv2/ocarina_components.aadl'
EXTRA_CMD+
=
' --aadl-library $(taste-config --prefix)/share/ocarina/AADLv2/ocarina_components.aadl
'
else
EXTRA_CMD
=
fi
# Add the components from the components library
FIRST
=
1
LIBDIR
=
$(
taste-config
--prefix
)
/share/components_library
for
each
in
$LIBDIR
/
*
do
if
[
$FIRST
-eq
1
]
then
EXTRA_CMD+
=
'--edit-aadl '
else
EXTRA_CMD+
=
,
fi
EXTRA_CMD+
=
$each
/interfaceview.aadl
FIRST
=
0
done
echo
TASTE
$EXTRA_CMD
--data-view
DataView.aadl
--load-deployment-view
DeploymentView.aadl
TASTE
$EXTRA_CMD
--data-view
DataView.aadl
--load-deployment-view
DeploymentView.aadl
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