summaryrefslogtreecommitdiff
path: root/raspbian_template
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Added template for Raspbian build and packagingRudolf J Streif2016-02-1915-0/+245
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>