aboutsummaryrefslogtreecommitdiff
path: root/rpb-debian-iot.yaml
AgeCommit message (Collapse)Author
2017-03-01rpb-debian-iot: add mosquitto config script and templateRicardo Salveti
Change-Id: I7b16c92e14c7e9bf94d37588a2d5dd22bbaa83e9 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-02-14rpb-debian-iot: add missing config for bluetooth_6lowpandRicardo Salveti
Change-Id: I566c7edd1917aca20589cd55438d2bc7d8318043 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-02-13rpb-debian-iot: drop radvdRicardo Salveti
Not needed anymore, direct local address used instead. Change-Id: Ia621ad5a7fbfff6f42a885bd6437f763726db867 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-02-09rpb-debian-iot: fix missing tee when redirecting output from sha1sumRicardo Salveti
Change-Id: I7c5145b4f775c0de7d65c075b1915d3c7ec1669f Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-02-09rpb-debian-iot: log iot_gateway_files git revRicardo Salveti
Change-Id: I3841702aa0475116da215de327e498a348584821 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-02-09rpb-debian-iot: fetch configs from external repoRicardo Salveti
Change-Id: I4dd6ff4cfa69e4fd26b696c8a37f574b79f0556c Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-02-08rpb-debian-iot: disable interfaces during bootRicardo Salveti
Avoid trying to enable bt0 during boot. Not an issue for the other interfaces as everything else is controlled by network manager. Change-Id: Iccab09a0e0df59ae035610349e3b1857c8e7fbfe Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-02-08rpb-debian-iot: install missing cpio dependencyRicardo Salveti
Change-Id: Ibca50fa3a399596cd87b6422cc9e241309cdf3e2 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-02-08rpb-debian-iot: manually add fsck.ext4 into the initrdRicardo Salveti
update-initrd fsck script only adds fsck.ext4 if the interface is available during runtime, so manually add it for now (until a proper fix is in place). Change-Id: I406e1db514997356068bad08d1b810af6e5f0aa4 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-02-08rpb-debian-iot: updates to the tinyproxy configRicardo Salveti
Listen on every interface (avoid if up/down) and add min/max spare servers for a faster connection with the IoT devices. Change-Id: Iaf783ad8d9ca06961f85e64dc4515d9e6ff52a8d Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-02-04rpb-debian-iot: update tinyproxy configRicardo Salveti
Tinyproxy 1.8.4-2 changed the default config to use the tinyproxy user, and it is now installed at /etc/tinyproxy/tinyproxy.conf. Change-Id: Ib5307a43827eb7e0f5a16b0d740685969fa480f1 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2017-01-10rpb-debian-iot: update rpb uefi labelRicardo Salveti
Label was changed when we started using the dedicated builder. Change-Id: I6b4ffe5a2e1a9564128972037784aadb92fca16a Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-12-14rpb-debian-iot: remove systemd services deactivation in the imageFathi Boudra
It affects all the CE images based on Stretch. Instead of carrying it in all the build jobs that needs it, we disable these services in the rootfs builds until we have a proper fix: https://git.linaro.org/ci/ubuntu-build-service.git/commit/?id=04072c357247ae321a9f9042a47a1cfb9af0446c Change-Id: I5cb460de07a3cf9df5c6573c00ea98fb324b69c9 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-12rpb-debian-iot: add init services and scripts for hikeyRicardo Salveti
Local and not part of any package for now, since this will be moved to a different IoT Gateway image later on. Change-Id: I44bd44b26ae932e6a8465fe5b3545a6c91226d57 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-12-11Replace python-pycurl by python-requestsFathi Boudra
linaro-cp is now based on python-requests instead of python-pycurl. Change-Id: I110910c80c3a93a158ebba483b73d0d9e4bb0ee1 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-12-09rpb-debian-iot: update configs to use tinyproxy by defaultRicardo Salveti
Change-Id: I66c46530d8fa07d4c58cb560376ea7bd52394886 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-12-08rpb-debian-iot: mask wpa_supplicant@ and disable NetworkManager-wait-onlineRicardo Salveti
No need to wait for the network interface to be up yet, so mask wpa_supplicant@ and disable nm wait-online for now. Change-Id: Ic368956a5829c60227a7c61718b884e908d485aa Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-12-08rpb-debian-iot: only start wpa_supplicant via D-BusRicardo Salveti
Change-Id: Id44cd7628807eacad8b78470a40bede6c1ae7a13 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-12-08rpb-debian-iot: add email-ext for build notificationRicardo Salveti
Change-Id: Ie5389f5397305a7464748b63dffd5c39d0127787 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-12-06rpb-debian-iot: add nm config to ignore the bt0 interfaceRicardo Salveti
Change-Id: I539d3c5195c466dcbb3b34e747773fd2f18641b6 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-12-05rpb-debian-iot: add sample config filesRicardo Salveti
Easier to reproduce the environment and follow the build documentation. Change-Id: I87ee2d0acd54a85f28512873f6f9c62928cd0d08 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-11-28rpb-debian-iot: add initial jobRicardo Salveti
IoT (gateway) test image for HiKey, based on Debian stretch. Change-Id: Ic3806c2193e93df5725cddbacd656ef71106b0ef Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>