<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/scripts, branch fix/2019.8</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2F2019.8</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2F2019.8'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-09-09T13:34:02+00:00</updated>
<entry>
<title>Print usage information after parameter checking.</title>
<updated>2019-09-09T13:34:02+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-09-09T12:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=357c65d44135b560b25e86ec33b1c1efccb0c7fa'/>
<id>urn:sha1:357c65d44135b560b25e86ec33b1c1efccb0c7fa</id>
<content type='text'>
No use printing all that if there's a problem anyway.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Prevent creating an overlay with any path but the current directory.</title>
<updated>2019-09-09T13:33:26+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-09-09T12:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=90b3f43885c7a1b68766cbea6b19e4ce40e3f79d'/>
<id>urn:sha1:90b3f43885c7a1b68766cbea6b19e4ce40e3f79d</id>
<content type='text'>
Anything else will cause problems because of the hackery with keeping
backup copies of the image and the u-boot rom.

Also warn about supplying a different image name after the overlay has
been created. That doesn't work and it will be ignored.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Copy the image and U-Boot rom when using overlays.</title>
<updated>2019-09-06T14:42:37+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-09-06T14:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e06640f8f1170ad868db3ecb1af9ff1d2f60c1a2'/>
<id>urn:sha1:e06640f8f1170ad868db3ecb1af9ff1d2f60c1a2</id>
<content type='text'>
Since bitbake can remove old images that an overlay was non-obviously
dependent on, the safest thing to do is make a copy of the image and
keep it alongside the overlay. When using the overlay later,
automatically use that image. Also do the same thing with the U-Boot
rom. This should also make moving the overlay file to another machine
much easier.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>qemucommand.py: redirect qemu monitor to null chardev</title>
<updated>2019-08-12T11:49:08+00:00</updated>
<author>
<name>Eugene Smirnov</name>
<email>evgenii.smirnov@here.com</email>
</author>
<published>2019-08-06T10:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c6ad1d288b8f930bbc3fa6de9e102209e3304c66'/>
<id>urn:sha1:c6ad1d288b8f930bbc3fa6de9e102209e3304c66</id>
<content type='text'>
By default qemu monitor gets attached to stdio,
and that interferes with the test output.
We also don't need vga options in nographic mode.

Signed-off-by: Eugene Smirnov &lt;evgenii.smirnov@here.com&gt;
</content>
</entry>
<entry>
<title>More helpful error message when running qemu</title>
<updated>2019-08-01T16:01:26+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-31T15:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=36f311912372be3150633b4da0f344c70e456d55'/>
<id>urn:sha1:36f311912372be3150633b4da0f344c70e456d55</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Allow fetching aktualizr from a tag</title>
<updated>2019-07-24T10:37:41+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-24T10:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9a6257e0f925334c6e3d8b532bea86ee98759534'/>
<id>urn:sha1:9a6257e0f925334c6e3d8b532bea86ee98759534</id>
<content type='text'>
Hacky but works

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Move `before_script` gitlab steps to `script`</title>
<updated>2019-07-24T10:06:23+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-24T10:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e39fe8b4bdf3c2c50744f6dfcecafeffd6831505'/>
<id>urn:sha1:e39fe8b4bdf3c2c50744f6dfcecafeffd6831505</id>
<content type='text'>
So that `before_script` can be used for additional steps when
sub-classing

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Remove Jenkins references in meta-updater</title>
<updated>2019-07-23T09:15:51+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-23T09:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=82308b9f8f1509d77330e70e162a1b066ad85e34'/>
<id>urn:sha1:82308b9f8f1509d77330e70e162a1b066ad85e34</id>
<content type='text'>
Was killed for good

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Fix issue with gitlab and Docker 19</title>
<updated>2019-07-23T07:55:29+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-23T07:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5d868c995da18f865e2ad852ff8ea27cf404ce84'/>
<id>urn:sha1:5d868c995da18f865e2ad852ff8ea27cf404ce84</id>
<content type='text'>
(use docker 18)

See https://gitlab.com/gitlab-org/gitlab-runner/issues/4499

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Output site.conf during CI configure step</title>
<updated>2019-07-23T07:11:43+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-07-22T15:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=71fbe1fd89e2869dbcad20f1b1c4fbaba4338f15'/>
<id>urn:sha1:71fbe1fd89e2869dbcad20f1b1c4fbaba4338f15</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
</feed>
