<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git, 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-21T15:32:49+00:00</updated>
<entry>
<title>image_types_ostree: Add a unique ref to fix simultaneous bitbaking.</title>
<updated>2019-02-21T15:32:49+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-02-21T15:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=202a8c70ba8cdcfb39cf8e2b19a08b5f8850a0f9'/>
<id>urn:sha1:202a8c70ba8cdcfb39cf8e2b19a08b5f8850a0f9</id>
<content type='text'>
To enable simultaneous bitbaking of two images with the same branch name, create
a new ref in the OSTree repo using the basename of the image.

As @OYTIS has pointed out, this probably won't solve every problem that might
come up with simultaneous bitbaking, such as if the two images use different
bootloaders. However, it does solve the immediate problem that comes up with our
primary-image + secondary-image example.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #476 from advancedtelematic/bugfix/OTA-1436/secondary-results</title>
<updated>2019-02-19T16:12:36+00:00</updated>
<author>
<name>lbonn</name>
<email>lbonn@users.noreply.github.com</email>
</author>
<published>2019-02-19T16:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3b9b75140ea58f546829cb3cf1b234e5b650de77'/>
<id>urn:sha1:3b9b75140ea58f546829cb3cf1b234e5b650de77</id>
<content type='text'>
Bump aktualizr (master)</content>
</entry>
<entry>
<title>Merge pull request #469 from liuming50/fix-wrong-operator</title>
<updated>2019-02-12T08:10:14+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-02-12T08:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=29c3476c8286649210ab8d731bfa063c76907f3b'/>
<id>urn:sha1:29c3476c8286649210ab8d731bfa063c76907f3b</id>
<content type='text'>
sota.bbclass: fix a variable assignment regression</content>
</entry>
<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>Merge pull request #470 from liuming50/aktualizr-pkgconfig</title>
<updated>2019-02-07T09:22:43+00:00</updated>
<author>
<name>lbonn</name>
<email>lbonn@users.noreply.github.com</email>
</author>
<published>2019-02-07T09:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=8c10b573a9dc000899fd71d3bd0d82131200ac23'/>
<id>urn:sha1:8c10b573a9dc000899fd71d3bd0d82131200ac23</id>
<content type='text'>
Master aktualizr pkgconfig</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>Merge pull request #474 from advancedtelematic/feat/fit-dtbo</title>
<updated>2019-02-06T12:13:21+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>tossel@gmail.com</email>
</author>
<published>2019-02-06T12:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3cb25f38e89d969c7894478014e221ba43b49890'/>
<id>urn:sha1:3cb25f38e89d969c7894478014e221ba43b49890</id>
<content type='text'>
Add support for device tree overlays in FIT images</content>
</entry>
<entry>
<title>Merge pull request #467 from agners/use-reproducible-builds</title>
<updated>2019-02-05T14:55:23+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>tossel@gmail.com</email>
</author>
<published>2019-02-05T14:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=bf827e6261caa7e78a98e7448daa2afb3e8d4001'/>
<id>urn:sha1:bf827e6261caa7e78a98e7448daa2afb3e8d4001</id>
<content type='text'>
sota.conf: use reproducible builds by default</content>
</entry>
</feed>
