kumquat-buildroot/package/mender
Angelo Compagnucci 4b29c68ea2 package/mender: change to use release archive
Relase archive is distributed with depencies, this prevents the go
build system to download them.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-02-14 21:47:23 +01:00
..
artifact_info package/mender: adding artifact_info file 2019-02-05 14:08:47 +01:00
Config.in
device_type package/mender: adding device_type file 2019-02-05 14:09:17 +01:00
mender.conf
mender.hash package/mender: change to use release archive 2019-02-14 21:47:23 +01:00
mender.mk package/mender: change to use release archive 2019-02-14 21:47:23 +01:00
mender.service
readme.txt package/mender: adding a readme file 2019-02-05 14:09:36 +01:00
S42mender
server.crt

=== Notes on using Mender on Buildroot
======================================
Default configurations files
----------------------------

Buildroot comes with a default artifact_info and device_type configuration files
in /etc/mender. They contain default values, and thus they should be overridden
on a production system.

The simplest way to do it is to change these files in an overlay or in a post
build script.

Configuring mender with certificates
------------------------------------

Mender uses TLS to communicate with the management server, and if you use a
CA-signed certificate on the server, you should select the ca-certificates
package otherwise it doesn't work.