summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Residori <marco.residori@xse.de>2014-04-24 15:23:05 +0200
committerMarco Residori <marco.residori@xse.de>2014-04-24 15:23:05 +0200
commite6a36f6bbd76d3198caba39016adc83d2d0786b6 (patch)
tree5098eddbb7cb3343510fa1326ea166c467dba7a9
parentbb93015f1eb220946f05336a6c16d97e8a87a2ba (diff)
downloadpositioning-e6a36f6bbd76d3198caba39016adc83d2d0786b6.tar.gz
Add note about an icon used in the architecture diagram and clean up the build-all script
-rw-r--r--NOTE10
-rwxr-xr-xbuild-all.sh4
2 files changed, 5 insertions, 9 deletions
diff --git a/NOTE b/NOTE
index de85b2a..16f7bf7 100644
--- a/NOTE
+++ b/NOTE
@@ -1,11 +1,11 @@
The source code of the enhanced-position-service was developed by BMW Car IT GmbH.
The source code of gnss-service and sensors-service was rewritten by XS Embedded.
-Some code fragments of the gnss-service and sensors-service
-were taken over from a previous version of the positioning proof of concept
-developed by BMW Car IT GmbH.
+Some code fragments of the gnss-service and sensors-service were taken over from a
+previous version of the positioning proof of concept developed by BMW Car IT GmbH.
-The original implementation by BMW Car IT GmbH is available for GENIVI members only.
-It is contained in the internal positioning git repository and labelled with the tag 2.0.0
+The icon used in the file architecture.png to represent the iPhone application "SensorLogger"
+was downloaded from the following web page:
+https://itunes.apple.com/de/app/sensorlogger/id383595336?mt=8
diff --git a/build-all.sh b/build-all.sh
index 951e7e9..b007fa1 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -46,7 +46,6 @@ usage() {
echo
echo "command:"
echo " make Build"
- echo " install Install"
echo " clean Clean"
echo " help Print Help"
echo
@@ -132,15 +131,12 @@ if [ $# -ge 1 ]; then
else
rm -rf $TOP_BIN_DIR
fi
- elif [ $1 = install ]; then
- echo "todo: installation"
else
usage
fi
elif [ $# -eq 0 ]; then
#cleanAll
buildAll
- #todo: installAll
else
usage
fi