package/mender: new package
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Fri, 4 May 2018 09:21:59 +0000 (11:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 5 Jun 2018 19:43:42 +0000 (21:43 +0200)
commit6ed0e6ba235c3fd8a915e2f5777a4bfc69a5fcff
treec77a3217c7593c9f6a320ec28cc6583edb1331de
parentbfbfa5b8e2abcea6f18ee439660321f1788a7e82
package/mender: new package

This patch add mender, an open source over-the-air (OTA) software
updater for embedded Linux devices.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
[Thomas:
 - add entry to DEVELOPERS file.
 - drop dependency on systemd, since there is really no build
   dependency, it's just that the init script integration is missing.
 - add Config.in comment about the thread dependency
 - don't override install commands, otherwise the mender binary is not
   installed, and instead use a post install target hook.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 files changed:
DEVELOPERS
package/Config.in
package/mender/Config.in [new file with mode: 0644]
package/mender/mender-device-identity [new file with mode: 0644]
package/mender/mender-inventory-hostinfo [new file with mode: 0644]
package/mender/mender-inventory-network [new file with mode: 0644]
package/mender/mender.conf [new file with mode: 0644]
package/mender/mender.hash [new file with mode: 0644]
package/mender/mender.mk [new file with mode: 0644]
package/mender/mender.service [new file with mode: 0644]
package/mender/server.crt [new file with mode: 0644]
package/mender/tenant.conf [new file with mode: 0644]