summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | 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>
| * | | | | Merge remote-tracking branch 'origin/uw-no_bt_in_default' into uw-0_5_0Ulf Wiger2016-02-2411-122/+199
| |\ \ \ \ \ |/ / / / / / | | _ / / / | | / / /
| * | | | fix fqn() to also work for prefixUlf Wiger2016-02-131-3/+35
| | | | |
| * | | | incomplete doc of sort_appUlf Wiger2016-02-121-1/+4
| | | | |
| * | | | Adapt test suite to new scripts, scripts more flexible, bt not defaultUlf Wiger2016-02-1211-121/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rvi_install & rvi_ctl adapted so they can be run from different directories - ensure that RVI_LOGDIR is respected consistently - RVI_RUNDIR allows for specifying where the boot scripts are stored - bt apps excluded by default, can be put back in through config if needed
* | | | | Merge pull request #81 from rstreif/developMagnus Feuer2016-02-1613-61/+31
|\ \ \ \ \ | | |_|/ / | |/| | | RVI Packaging
| * | | | Yocto Project SysVInit and systemd setupRudolf J Streif2016-02-152-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-151-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-158-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-151-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>
| * | | | Merge branch 'develop' of https://github.com/PDXostc/rvi_core into developRudolf J Streif2016-02-151-0/+20
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #79 from magnusfeuer/developMagnus Feuer2016-02-121-0/+20
|\ \ \ \ \ | |_|/ / / |/| | | | Develop
| | * | | Various Fixes for Debian PackagingRudolf J Streif2016-02-123-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>
| | * | | Resolved Debian Packaging IssuesRudolf J Streif2016-02-115-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>
| | | | * Fixed config file issue. Scripts that generate device_id still need to be ↵Magnus Feuer2016-02-254-4/+5
| | |_|/ | |/| | | | | | | | | | updated to provide entire prefix (genivi.org/node/[uuid]) in file instead of only [uuid].
| * | | Merge branch 'develop' of github.com:PDXostc/rvi_core into developMagnus Feuer2016-02-1232-920/+1370
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #78 from rstreif/developUlf Wiger2016-02-101-13/+13
|\ \ \ \ | | |/ / | |/| | Converted spaces to tabs
| * | | Converted spaces to tabsRudolf J Streif2016-02-091-13/+13
|/ / / | | | | | | | | | | | | | | | | | | | | | For some reason the tab in Makefile got replaced with spaces. Converted them back so that make does not complain about incorrect indentation. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
* | | Merge pull request #77 from uwiger/uw-tls_verify_falseMagnus Feuer2016-02-095-3/+72
|\ \ \ | | | | | | | | minor bug fixes & tests for tls/noverify
| * | | minor bug fixes & tests for tls/noverifyUlf Wiger2016-02-095-3/+72
| | | |
* | | | Merge pull request #70 from uwiger/uw-docs_0_5_0Magnus Feuer2016-02-0925-907/+1259
|\ \ \ \ | | | | | | | | | | ongoing update of docs to 0.5.0
| * | | | create PDF filesUlf Wiger2016-02-0912-842/+926
| | | | |
| * | | | try controlling page breaks in markdownUlf Wiger2016-02-091-0/+4
| | | | |
| * | | | Remove 'provisioning_key from docsUlf Wiger2016-02-092-2/+0
| | | | |
| * | | | [53177] Add missing installation steps & fix typosTatiana Jamison2016-02-091-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-02-091-2/+10
| | | | |
| * | | | moved files to subdirs, w.i.p. on fragmentationUlf Wiger2016-02-0915-11/+133
| | | | |
| * | | | ongoing update of docs to 0.5.0Ulf Wiger2016-02-093-76/+203
| |/ / /
* | | | Merge pull request #76 from rstreif/developMagnus Feuer2016-02-091-5/+16
|\ \ \ \ | |/ / / |/| | | Added STRIPPATH to install target
| * | | Added STRIPPATH to install target so that in a cross environmentRudolf J Streif2016-02-091-5/+16
|/ / / | | | | | | | | | | | | | | | the target sysroot can be stripped off the installation path. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
* | | Merge pull request #74 from magnusfeuer/developUlf Wiger2016-02-0964-919/+1610
|\ \ \ | | | | | | | | Develop
* \ \ \ Merge pull request #73 from rstreif/developUlf Wiger2016-02-081-8/+26
|\ \ \ \ | |_|_|/ |/| | | Added capability to cross compile
| * | | Added capability to cross compileRudolf J Streif2016-02-081-8/+26
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original rebar.config.script uses erland:system_info(system_architecture) to obtain the machine triplet e.g x86_64-redhat-linux-gnu. This does not work in a cross environment where rebar runs inside a native Erlang runtime. The rebar script now tries to detect if it runs in a cross environment by checking the envrionment variable CXX. If it's set that typically indicates that a cross compiler is used (but even if not it won't hurt). It then determines the machine triplet from the cross compiler as well as the sysroot. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>
| | * ADded ubuntu build instruction draftMagnus Feuer2016-02-121-0/+20
| |/
| * First stab at systemd integration into debian buildMagnus Feuer2016-02-054-20/+21
| |
| * Debian build updatesMagnus Feuer2016-02-043-3/+4
| |
| * TypoMagnus Feuer2016-02-041-1/+1
| |
| * Build instructions for debianMagnus Feuer2016-02-041-0/+11
| |
| * Merge branch 'mfeuer-0.5.0_ubuntu_build' of github.com:magnusfeuer/rvi_core ↵Magnus Feuer2016-02-0433-20/+283
| |\ | | | | | | | | | into mfeuer-0.5.0_ubuntu_build
| | * First stab at debian buildMagnus Feuer2016-02-0128-4/+267
| | |
| | * Moved scripts to new default port 9001Magnus Feuer2016-02-015-16/+16
| | |
| * | Now installs debian initMagnus Feuer2016-02-041-1/+1
| |/
| * Updated devrun to exit on usag errorMagnus Feuer2016-01-301-0/+1
| |
| * Not really working. But getting closeMagnus Feuer2016-01-305-14/+26
| |
| * New default ubuntu config file, based on rvi_sample.configMagnus Feuer2016-01-301-0/+346
| |
| * Added lintian override files to stop false positivesMagnus Feuer2016-01-302-0/+4
| |
| * Deleted obsolete filesMagnus Feuer2016-01-302-558/+0
| |
| * Added development tree runMagnus Feuer2016-01-301-0/+98
| |
| * Renamed rvi_ctl.templateMagnus Feuer2016-01-301-141/+0
| |