<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git, branch feat/zeus/2020.8</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fzeus%2F2020.8</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2Fzeus%2F2020.8'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2020-07-09T15:04:46+00:00</updated>
<entry>
<title>aktualizr: Bump to 2020.8 release.</title>
<updated>2020-07-09T15:04:46+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-07-08T13:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5511c993da9588819dbe8733676b3617f0616cd8'/>
<id>urn:sha1:5511c993da9588819dbe8733676b3617f0616cd8</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>ostree-kernel-initramfs: fix devicetree deployment</title>
<updated>2020-07-08T13:54:11+00:00</updated>
<author>
<name>antznin</name>
<email>agodard@witekio.com</email>
</author>
<published>2020-07-03T13:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9d92cc07e5f6480c0f19b61d76378e653042d22f'/>
<id>urn:sha1:9d92cc07e5f6480c0f19b61d76378e653042d22f</id>
<content type='text'>
Following the changes in ostree's deployment of the kernel, initramfs
and devicetree in /lib/modules/$kver, the deployment method of the
device tree also changed. Instead of picking the first device tree it
finds at a given location, ostree looks at a file named devicetree, next
to kernel and initramfs in /lib/modules/$kver.

This commit modifies ostree-kernel-initramfs to deploy the devicetree
from the sota-defined variable OSTREE_DEVICETREE. It will pick the
first one from the list of device trees that OSTREE_DEVICETREE defines,
and copy it to /lib/modules/$kver. Note that since OSTREE_DEVICETREE
equals to KERNEL_DEVICETREE when it isn't explicitly defined, it could
indeed be a list of device trees.

Signed-off-by: antznin &lt;agodard@witekio.com&gt;
</content>
</entry>
<entry>
<title>image_types_ota.bbclass: change IMAGE_BASENAME to PN</title>
<updated>2020-07-08T13:53:59+00:00</updated>
<author>
<name>Ming Liu</name>
<email>ming.liu@toradex.com</email>
</author>
<published>2020-07-04T08:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=6b174a5b1056f80c3593aa57b7268671ab4a8946'/>
<id>urn:sha1:6b174a5b1056f80c3593aa57b7268671ab4a8946</id>
<content type='text'>
When setting intertask dependencies, we should use PN instead of
IMAGE_BASENAME to refer to a image recipe, since PN is generated from
recipe file name, while IMAGE_BASENAME is a variable that could be
changed, it's not guaranteed to always equal to PN.

Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</content>
</entry>
<entry>
<title>ostree-kernel-initramfs: skip recipe when OSTREE_KERNEL is not defined</title>
<updated>2020-07-08T13:53:41+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2020-07-01T15:24:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=f5cda79cd3b3773b28e87e7b73f542667184cc21'/>
<id>urn:sha1:f5cda79cd3b3773b28e87e7b73f542667184cc21</id>
<content type='text'>
* otherwise it fails with useless error:
  ostree-kernel-initramfs/0.0.1-r0/temp/run.do_install.3011' failed with exit code 1:
  cp: -r not specified; omitting directory 'tmp-glibc/deploy/images/qemux86/'
  WARNING: exit code 1 from a shell command.

  because of
  cp ${DEPLOY_DIR_IMAGE}/${OSTREE_KERNEL} $kerneldir/vmlinuz
  in do_install will try to copy whole ${DEPLOY_DIR_IMAGE}/ when
  ${OSTREE_KERNEL} is empty

  as reported in:
  https://github.com/advancedtelematic/meta-updater/pull/740#issuecomment-651952735

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>Put aktualizr-info in a separate package and use it in Secondaries.</title>
<updated>2020-07-08T13:52:33+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-06-23T07:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=983b9eb365dc8cfedb985ff1bf49d86acb7ba7a2'/>
<id>urn:sha1:983b9eb365dc8cfedb985ff1bf49d86acb7ba7a2</id>
<content type='text'>
We did the work a while ago to make aktualizr-info work for Secondaries,
but until now we weren't putting the tool into the secondary-image we
use for testing. Now it's there. Actually, it's in every image that
inherits from sota.bbclass, which is probably a good thing.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta: change virtual/network-configuration to network-configuration</title>
<updated>2020-07-08T13:49:55+00:00</updated>
<author>
<name>Ming Liu</name>
<email>ming.liu@toradex.com</email>
</author>
<published>2020-05-10T08:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=0792fdc820e5a3c159f88156bec9ff3eb013a6d6'/>
<id>urn:sha1:0792fdc820e5a3c159f88156bec9ff3eb013a6d6</id>
<content type='text'>
The name 'virtual' is a recipe specific concept but not a package
specific one, it's confusing that a package provides 'virtual/' names.

Let's drop 'virtual/' from network-configuration, to keep consistent
with yocto naming styles.

Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</content>
</entry>
<entry>
<title>Add recipe to build images with binary primaries</title>
<updated>2020-07-08T13:48:35+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2020-06-16T15:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9d3bd801fdbc822d181afc4ee2d96fabbcb04f3d'/>
<id>urn:sha1:9d3bd801fdbc822d181afc4ee2d96fabbcb04f3d</id>
<content type='text'>
Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #743 from liuming50/cherry-pick-a-ostree-kernel-initramfs-fix-from-master</title>
<updated>2020-06-30T13:36:41+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-06-30T13:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=12e0cd9e18afadfdd90d81fb947950b4620901fc'/>
<id>urn:sha1:12e0cd9e18afadfdd90d81fb947950b4620901fc</id>
<content type='text'>
ostree-kernel-initramfs: deploy dtbs from OSTREE_DEVICETREE</content>
</entry>
<entry>
<title>ostree-kernel-initramfs: deploy dtbs from OSTREE_DEVICETREE</title>
<updated>2020-06-30T12:40:39+00:00</updated>
<author>
<name>antznin</name>
<email>agodard@witekio.com</email>
</author>
<published>2020-06-30T08:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3e63143dda2fec038c2fa1761b1f068f244c595d'/>
<id>urn:sha1:3e63143dda2fec038c2fa1761b1f068f244c595d</id>
<content type='text'>
Signed-off-by: antznin &lt;agodard@witekio.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #740 from liuming50/cherry-pick-several-patches-from-master-to-zeus</title>
<updated>2020-06-30T07:51:48+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-06-30T07:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=ef2bf0c17073fe5a486a36c1c9ec3fc0039fe86d'/>
<id>urn:sha1:ef2bf0c17073fe5a486a36c1c9ec3fc0039fe86d</id>
<content type='text'>
Cherry pick several patches from master to zeus</content>
</entry>
</feed>
