<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/recipes-sota, branch fix/OTA-2211/simultaneous-bitbaking</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2FOTA-2211%2Fsimultaneous-bitbaking</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2FOTA-2211%2Fsimultaneous-bitbaking'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-02-11T16:19:15+00:00</updated>
<entry>
<title>Bump aktualizr</title>
<updated>2019-02-11T16:19:15+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-02-11T16:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=860a7d19046aef8cf3224090e579db8d117018fd'/>
<id>urn:sha1:860a7d19046aef8cf3224090e579db8d117018fd</id>
<content type='text'>
To 2aa9d93ccea09ec327789eecf858de561ef632da, which changed the
installation result reporting format

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: split binaries to their own packages</title>
<updated>2019-02-06T20:27:11+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-02-03T12:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=7ec1ffc436e8725e40e1853d084054b554929041'/>
<id>urn:sha1:7ec1ffc436e8725e40e1853d084054b554929041</id>
<content type='text'>
This patch mainly aims to fix the following issues:
- ${libdir}/sota/conf.d is being put into aktualizr package, but
  ${libdir}/sota/*.toml is being put into aktualizr-host-tools, this
  does not make sense, if a end user only install aktualizr-host-tools
  to a target, he will miss the config files in ${libdir}/sota/conf.d.
- A user should be able to install garage-deploy garage-push to a board
  if he wants to do that by choosing building aktualizr with sota-tools,
  but now it's not in that case, garage-deploy garage-push are only
  available for native.
- It's not necessary to distinguish native/target when installing
  systemd services, they will be dropped by sstate from native sysroot
  any way.
- It would be better that all binaries to be put into their own
  packages, so a end user can choose to install a package only with one
  binary, rather than having to install the entire aktualizr-host-tools.

Introduce per-binary based packages for host tools, and gather all
config files to aktualizr-configs, it will be depended by binary
packages and main aktualizr package.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: introduce PACKAGECONFIG</title>
<updated>2019-02-06T20:26:42+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-01-31T16:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3217e9205c85d91be6a4e2ea13f7a30d4343f69f'/>
<id>urn:sha1:3217e9205c85d91be6a4e2ea13f7a30d4343f69f</id>
<content type='text'>
There are several flaws in current aktualizr recipe:
- It builds with 'BUILD_SYSTEMD=ON' by default but does not set DEPENDS
  to systemd, this is not leading to compilation errors so far because
  systemd is deployed into recipe sysroot by ostree if 'systemd' exists
  in DISTRO_FEATURES, but in other cases, it will cause compilation
  errors.
- GARAGE_SIGN_SHA256 is being passed to EXTRA_OECMAKE even it's not set
  anythere, this will lead a wrong GARAGE_SIGN_SHA256_ARG to be set in
  cmake files.
- pkgconfig is being called in aktualizr CMakeFile, so it needs inherit
  pkgconfig.bbclass

To fix the above flaws, meanwhile to keep the code cleaner, we introduce
PACKAGECONFIG to handle the configurations.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: drop duplicated file from FILES_${PN}</title>
<updated>2019-02-06T20:20:50+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-01-31T09:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=6f086f7c7ccb743003e583b0dbf65ee7f2f54eae'/>
<id>urn:sha1:6f086f7c7ccb743003e583b0dbf65ee7f2f54eae</id>
<content type='text'>
"${bindir}/aktualizr-check-discovery" is being set in both FILES_${PN}
and FILES_${PN}-tools, drop it from FILES_${PN}.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add support for device tree overlays in FIT images</title>
<updated>2019-02-05T11:52:04+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton.gerasimov@here.com</email>
</author>
<published>2019-02-05T11:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=495f5db09da6a1e5b7a16460d9f4bf26fbee2dff'/>
<id>urn:sha1:495f5db09da6a1e5b7a16460d9f4bf26fbee2dff</id>
<content type='text'>
Signed-off-by: Anton Gerasimov &lt;anton.gerasimov@here.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: bump to latest 1cad6d10286ade64b24021ca0e23de0d3b64f520</title>
<updated>2019-01-28T12:56:18+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-01-28T12:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=73e50d717a50616d20faeb5b4cbdf5cb2483aa53'/>
<id>urn:sha1:73e50d717a50616d20faeb5b4cbdf5cb2483aa53</id>
<content type='text'>
- OStree installations are considered complete after a reboot under the
new version
- image downloads are not parallelized anymore
- various enhancements and bug fixes

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>meta: drop True option to getVar calls</title>
<updated>2019-01-14T13:15:06+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-01-14T13:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d49ae8261680ae2cfd4c0179eff013d2def92e1b'/>
<id>urn:sha1:d49ae8261680ae2cfd4c0179eff013d2def92e1b</id>
<content type='text'>
Search made with the following regex: getVar ?\((.*), True\), this is
to be consistent with OE.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>ostree: upgrade to v2018.9</title>
<updated>2018-12-18T17:27:34+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@foundries.io</email>
</author>
<published>2018-12-17T17:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=1552d64d7bc59cd6296cc8723b3f95d15a2b26ae'/>
<id>urn:sha1:1552d64d7bc59cd6296cc8723b3f95d15a2b26ae</id>
<content type='text'>
Update libostree to the v2018.9 release.

Upstream release notes since v2018.7:
- https://github.com/ostreedev/ostree/releases/tag/v2018.8
- https://github.com/ostreedev/ostree/releases/tag/v2018.9

Signed-off-by: Ricardo Salveti &lt;ricardo@foundries.io&gt;
</content>
</entry>
<entry>
<title>aktualizr: Bump to latest (d00d1a04cc2366d1a5f143b84b9f507f8bd32c44).</title>
<updated>2018-11-29T10:01:55+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-29T10:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=bf5b952eb2a92c48e640642f1086db3bf745f21d'/>
<id>urn:sha1:bf5b952eb2a92c48e640642f1086db3bf745f21d</id>
<content type='text'>
Some OSTree improvements, reboot detection, retry failed downloads.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr and image_types_ota: more curly braces.</title>
<updated>2018-11-28T16:56:45+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-11-28T16:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d55d2dfa4f9fe96ffed95f95ccf3f24bded1c861'/>
<id>urn:sha1:d55d2dfa4f9fe96ffed95f95ccf3f24bded1c861</id>
<content type='text'>
Just trying to be careful and consistent. I didn't change every variable in
places where it seemed like it was obvious that we were dealing with purely
local variables.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
</feed>
