summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #94 from uwiger/uw-add-bt-in-bt_sampleHEADv0.5.0masterRudolf J Streif2016-02-262-3/+4
|\ | | | | Uw add bt in bt sample
| * add bt apps in bt_sample.configUlf Wiger2016-02-262-3/+4
| |
* | Merge pull request #93 from uwiger/uw-port-in-test-suiteRudolf J Streif2016-02-261-2/+3
|\ \ | |/ | | Change test suite since backend port no changed
| * Change test suite since backend port no changedUlf Wiger2016-02-261-2/+3
|/
* Merge pull request #92 from magnusfeuer/developMagnus Feuer2016-02-251-1/+1
|\ | | | | Fixed port number on backend config file
| * Fixed port number on backend config fileMagnus Feuer2016-02-251-1/+1
|/
* Merge pull request #91 from uwiger/uw-fix-test-configsRudolf J Streif2016-02-252-15/+15
|\ | | | | use the generated creds in test suite
| * use the generated creds in test suiteUlf Wiger2016-02-252-15/+15
| |
* | Merge pull request #90 from uwiger/uw-right_to_receiveRudolf J Streif2016-02-252-12/+13
|\ \ | | | | | | | | | | | | Uw right to receive Agreed on change from right_to_register to right_to_receive for clarity.
| * | right_to_register -> right_to_receiveUlf Wiger2016-02-252-12/+13
| | |
| * | Merge branch 'develop' of github.com:magnusfeuer/rvi_core into ↵Ulf Wiger2016-02-254-19/+19
| |\ \ | | |/ | |/| | | | uw-right_to_receive
* | | Merge pull request #89 from magnusfeuer/developRudolf J Streif2016-02-256-22/+21
|\ \ \ | |/ / |/| | | | | | | | Renamed right_to_register to right_to_receive Agreed on change. Merged.
| * | Updated usageMagnus Feuer2016-02-251-2/+1
| | |
| * | Updated debian config file to read /etc/rvi/device_idMagnus Feuer2016-02-251-1/+1
| |/
| * Renamed right_to_register to right_to_receiveMagnus Feuer2016-02-254-19/+19
| |
* | Merge pull request #88 from magnusfeuer/developRudolf J Streif2016-02-256-7/+6
|\ \ | |/ | | Config file fixes. Script update remains.
| * Updated scripts to create device_id files containing the entire node prefix ↵Magnus Feuer2016-02-252-2/+2
| | | | | | | | instead of just an UUID. Paired with updated config files
| * Merged from PDXostc/rvi_core developMagnus Feuer2016-02-2566-698/+1938
| |\ | |/ |/|
* | Merge pull request #87 from uwiger/uw-0_5_0Ulf Wiger2016-02-2455-637/+1909
|\ \ | | | | | | Uw 0 5 0
| * \ Merge remote-tracking branch 'rstreif/develop' into uw-0_5_0Ulf Wiger2016-02-2420-47/+653
| |\ \
| | * | Removed Erlang packages as runtime dependency from Raspbian buildRudolf J Streif2016-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since there currently is no official Erlang 18.2 package for Raspbian that could be installed from the Debian/Raspbian repos using apt-get having this dependency in the RVI package causes issues with dpkg on the target. Since we manually install the Erlang packages on the RPi using dpkg directly the package dependency on erlang cannot be fulfilled as this package is a meta package that only lists the other Erlang packages as dependencies. However, meta packages only work with apt-get which provides dependency resolution which dpkg does not. Even if you install RVI with dpkg -i --ignore-depends=erlang rvi_0.5.0-1_armhf.deb dpkg and apt-get will continue to complain that erlang is not installed and refuse to install any package despite the fact that the dependencies are fulfilled. We can reinstantiate this in the future when Raspbian provides Erlang 18.2. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| | * | Changed service prefixes in device configurations to genivi.orgRudolf J Streif2016-02-233-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since RVI is an open source project under the umbrella of GENIVI the device prefixes should be genivi.org rather than jlr.com. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| | * | Unified configuration filesRudolf J Streif2016-02-234-19/+355
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configuration file rvi_yocto.config still represented a previous state. Made it the same as rvi_ubuntu.config which represents the newest configuration settings. Since there also was no rvi_debian.config (the rvi_ubuntu.config file was used when building for Debian), I created that for consistency reasons. Future will tell if we actually need separate configuration files for the different build and deployment environments. If not then we can consolidate easily later. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| | * | Merge branch 'develop' of github.com:rstreif/rvi_core into developRudolf J Streif2016-02-2216-0/+270
| | |\ \ | |/ / / |/| | |
| | * | Added template for Raspbian build and packagingRudolf J Streif2016-02-1916-0/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added raspbian_template directory which contains the Debian build and packaging for Raspbian. Added raspbian_package target to makefile. Signed-off-by: Rudolf J Streif <rstreif@jaguarlandrover.com>
| * | | Merge remote-tracking branch 'afan/upstream-devel' into uw-0_5_0Ulf Wiger2016-02-241-0/+141
| |\ \ \
| | * | | Added in a python class rvi_ws_client that will spawn a blocking app which ↵Anson Fan2016-02-181-0/+141
| |/ / / |/| | | | | | | | | | | will register services with websockets and return messages to corresponding callback functions. Details on how to use this are included in the top comment block of the file
| * | | Merge branch 'uw-tjamison-53177' into uw-0_5_0Ulf Wiger2016-02-2424-468/+916
| |\ \ \
| | * | | merge tjamison:53177 & new PDFsUlf Wiger2016-02-242-2/+3
| | | | |
| | * | | Merge branch '53177' of git://github.com/tjamison/rvi_core into ↵Ulf Wiger2016-02-246-49/+402
| | |\ \ \ | | | | | | | | | | | | | | | | | | uw-tjamison-53177
| | | * | | [53177] Add URLs to Github release pageTatiana Jamison2016-02-243-14/+3
| | | | | | | | | | | | | | | | | | | | | | | | Add URLs to Github release page for Debian, Raspbian, and Ubuntu installation instructions.
| | | * | | [53177] Update Ubuntu install documentationTatiana Jamison2016-02-241-2/+43
| | | | | | | | | | | | | | | | | | | | | | | | Add steps for verifying successful Ubuntu installation
| | | * | | [53177] Fix typosTatiana Jamison2016-02-241-24/+25
| | | | | | | | | | | | | | | | | | | | | | | | Fix typos in README.md
| | | * | | [53177] Update installation docsTatiana Jamison2016-02-237-47/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add install instructions for Ubuntu 14.04 Add install instructions for Raspbian Add install instructions for Debian Update build, readme files to point to install instructions
| | | * | | Merge remote-tracking branch 'upstream/develop' into 53177Tatiana Jamison2016-02-2285-1805/+2670
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | * | | [53177] Add missing installation steps & fix typosTatiana Jamison2016-02-011-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add steps to install g++ and libbluetooth-dev (for BlueZ headers) Add step to resolve authentication error for Erlang install Correct typos
| | | * | | typo in rvi_fragmentation.mdUlf Wiger2016-01-301-2/+10
| | | | | |
| | | * | | moved files to subdirs, w.i.p. on fragmentationUlf Wiger2016-01-2915-11/+133
| | | | | |
| | | * | | ongoing update of docs to 0.5.0Ulf Wiger2016-01-273-76/+203
| | | | | |
| | * | | | Removed line about branching strategyUlf Wiger2016-02-241-6/+3
| | | | | |
| | * | | | remove path footersUlf Wiger2016-02-241-0/+0
| | | | | |
| | * | | | generate PDF filesUlf Wiger2016-02-2410-24/+24
| | | | | |
| | * | | | doc and code bug fixesUlf Wiger2016-02-2413-392/+489
| | | | | |
| | * | | | Yocto Project SysVInit and systemd setupRudolf J Streif2016-02-232-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusted and tested SysVInit script and systemd service file. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| | * | | | Debian rvi.service reverted backRudolf J Streif2016-02-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Debian rvi.service file reverted back to having /bin/sh as part of ExecStart and ExecStop which should not be used when launching shell scripts with systemd. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| | * | | | Cleaned up SysVInit init and systemd service filesRudolf J Streif2016-02-238-30/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the SysVInit init and system service files from the scripts subdirectory and added them to the packaging templates. Debian (and therefore also Ubuntu packaging) expect the init and service files in the packaging subdirectory from there debuild will pick them up automatically. Also adjusted the rules files in debian_template and ubuntu_template to remove the explicit copy of the init file. Added yocto_template to hold the init/service files for Yocto Project builds. Now all SysVInit init scripts and systemd service files are maintained with their respective OS template which makes things more transparent and compliant with the respective OS packaging rules. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| | * | | | Comment in rvi.service to reflect DebianRudolf J Streif2016-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The comment said that the script is for Tizen when it actually is for Debian. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| | * | | | Various Fixes for Debian PackagingRudolf J Streif2016-02-233-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Minor typo fixes in Makefile 2. rvi.postrm should not remove /etc/rvi 3. systemd rvi.service a) incorrect path for HOME b) when starting daemon from shell script RemainAfterExit=yes needs to be added to prevent systemd from calling ExecStop right after ExecStart. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| | * | | | ADded ubuntu build instruction draftMagnus Feuer2016-02-231-0/+20
| | | | | |
| | * | | | Resolved Debian Packaging IssuesRudolf J Streif2016-02-235-21/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed rvi.postinst and rvi.postrm files to address lintian complains. - Fixed changelog for correct Debian versioning. - Fixed rules and control for various issues. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>