<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/mender, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2019-03-19T19:47:57+00:00</updated>
<entry>
<title>package/mender: add missing double quote in service file</title>
<updated>2019-03-19T19:47:57+00:00</updated>
<author>
<name>Adam Duskett</name>
<email>Aduskett@gmail.com</email>
</author>
<published>2019-03-06T15:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a70dbdf3a9605e2fcfec483d01269d710a3fca52'/>
<id>urn:sha1:a70dbdf3a9605e2fcfec483d01269d710a3fca52</id>
<content type='text'>
There was a missing double quotes that would prevent the service from
starting.

Signed-off-by: Adam Duskett &lt;Aduskett@gmail.com&gt;
Tested-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
Acked-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
(cherry picked from commit 93321e5f166d08426e38a14bce318e9807d7d45d)
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/mender: fix sysv startup script</title>
<updated>2019-02-15T22:00:12+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2019-02-15T21:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=63739c5c25805816a20e7073e837e18854e83ada'/>
<id>urn:sha1:63739c5c25805816a20e7073e837e18854e83ada</id>
<content type='text'>
Mender is a service explicitly written for systemd and so it doesn't
fork on background, doesn't redirect outputs and doesn't create a pid
file by itself.
To make the service running correctly is therefore necessary to use the
-m switch of start-stop-daemon to create the pid file and -b option to
send the process to background.
Logging is preserved because the service will log anyway on syslog.

Signed-off-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>package/mender: fix missing /var/lib</title>
<updated>2019-02-15T21:58:20+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2019-02-15T21:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=dd97b055b11b8708438974555d1746a18924ceba'/>
<id>urn:sha1:dd97b055b11b8708438974555d1746a18924ceba</id>
<content type='text'>
Mender needs /var/lib directory to be available: on some configurations
/var/lib is not available and thus the mender package installation fails.
This patch does a mkdir to ensure the /var/lib directory is always
available.

Fixes:

  http://autobuild.buildroot.net/results/d2237083a13ab7688dd2b6dc8dbcd4226ed5651a/

Signed-off-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>package/mender: change to use release archive</title>
<updated>2019-02-14T20:47:23+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo.compagnucci@gmail.com</email>
</author>
<published>2019-02-13T21:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4b29c68ea27a56766fc247cd71d2a5c2b0c457e3'/>
<id>urn:sha1:4b29c68ea27a56766fc247cd71d2a5c2b0c457e3</id>
<content type='text'>
Relase archive is distributed with depencies, this prevents the go
build system to download them.

Signed-off-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/mender: fixing init script naming</title>
<updated>2019-02-05T14:37:05+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo@amarulasolutions.com</email>
</author>
<published>2019-02-05T14:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=097e85abfca75179a4bd889997ff3d9458af2fb6'/>
<id>urn:sha1:097e85abfca75179a4bd889997ff3d9458af2fb6</id>
<content type='text'>
Commit f88947c2fe2d (package/mender: adding systemv init file) added an init
script, but the installation logic referred to S04mender instead of S42mender.

Update the installation logic to match the file name.

Signed-off-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
[Peter: expand commit message description]
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/mender: adding a readme file</title>
<updated>2019-02-05T13:09:36+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo@amarulasolutions.com</email>
</author>
<published>2019-02-05T10:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d6f00c5047f90b350d81650092f204fb73c45b8c'/>
<id>urn:sha1:d6f00c5047f90b350d81650092f204fb73c45b8c</id>
<content type='text'>
This patch adds a readme file with basic instructions to get mender up
and running on a production system.

Signed-off-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
Acked-by: &lt;aduskett@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/mender: adding device_type file</title>
<updated>2019-02-05T13:09:17+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo@amarulasolutions.com</email>
</author>
<published>2019-02-05T10:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=387fadbf8ddebbdbb1b1f0a27ab22c5f94d623cc'/>
<id>urn:sha1:387fadbf8ddebbdbb1b1f0a27ab22c5f94d623cc</id>
<content type='text'>
In order to have the mender package working out of the box, the
/etc/mender/device_type should be present and should contain a
valid device_type value.
This patch provides a default file that can be overridden easily
from an overlay.

Signed-off-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
Acked-by: &lt;aduskett@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/mender: adding artifact_info file</title>
<updated>2019-02-05T13:08:47+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo@amarulasolutions.com</email>
</author>
<published>2019-02-05T10:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=99ed53cc2b52e68d322f2154a3c9b9af335c0c6b'/>
<id>urn:sha1:99ed53cc2b52e68d322f2154a3c9b9af335c0c6b</id>
<content type='text'>
In order to have the mender package working out of the box, the
/etc/mender/artifact_info should be present and should contain a
valid artifact_name value.
This patch provides a default file that can be overridden easily
from an overlay.

Signed-off-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
Acked-by: &lt;aduskett@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/mender: adding systemv init file</title>
<updated>2019-02-05T12:45:07+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo@amarulasolutions.com</email>
</author>
<published>2019-02-05T10:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f88947c2fe2d49b651b42b550a775b9b35e71c32'/>
<id>urn:sha1:f88947c2fe2d49b651b42b550a775b9b35e71c32</id>
<content type='text'>
This patch adds a service file for the init system v.

Signed-off-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
Acked-by: &lt;aduskett@gmail.com&gt;
Reviewed-by: Titouan Christophe &lt;titouan.christophe@railnova.eu&gt;
[Peter: fix typo in stop()]
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/mender: adding a writable location</title>
<updated>2019-02-05T12:40:10+00:00</updated>
<author>
<name>Angelo Compagnucci</name>
<email>angelo@amarulasolutions.com</email>
</author>
<published>2019-02-05T10:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e78d5161787ed3bbfbb7bd72bb22022de91a72b4'/>
<id>urn:sha1:e78d5161787ed3bbfbb7bd72bb22022de91a72b4</id>
<content type='text'>
Mender needs /var/lib/mender to be writable at the service start, the
path is hardcoded and thus we cannot change it.
This patch solves the problem using the same approach we have for
dropbear.

Signed-off-by: Angelo Compagnucci &lt;angelo@amarulasolutions.com&gt;
Reviewed-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Acked-by: &lt;aduskett@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
