<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git, branch feat/2020.9</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2F2020.9</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=feat%2F2020.9'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2020-08-26T08:25:33+00:00</updated>
<entry>
<title>aktualizr: Upgrade to 2020.9 release.</title>
<updated>2020-08-26T08:25:33+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-26T07:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e84f7a57a0f7517b67c3af2fc6f5f4c5638b0067'/>
<id>urn:sha1:e84f7a57a0f7517b67c3af2fc6f5f4c5638b0067</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #765 from shr-project/jansa/master</title>
<updated>2020-08-18T14:25:42+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-18T14:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d73639e72b336341e7014614c4e556f3ba520d25'/>
<id>urn:sha1:d73639e72b336341e7014614c4e556f3ba520d25</id>
<content type='text'>
image_repo_manifest.bbclass: fix build when there is no repo on host</content>
</entry>
<entry>
<title>image_repo_manifest.bbclass: fix build when there is no repo on host</title>
<updated>2020-08-18T13:57:39+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2020-08-18T13:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=54f39be6b64aa75e4120a8fb13adc6ac5d973ccf'/>
<id>urn:sha1:54f39be6b64aa75e4120a8fb13adc6ac5d973ccf</id>
<content type='text'>
* failing "which repo" causes the run.buildinfo_manifest task to fail
  before it even reaches the test for empty repotool variable:

  dash -x some-image/1.0-r2/temp/run.buildinfo_manifest.80233

  + export systemd_system_unitdir=/usr/lib/systemd/system
  + export systemd_unitdir=/usr/lib/systemd
  + export systemd_user_unitdir=/usr/lib/systemd/user
  + buildinfo_manifest
  + which repo
  + repotool=
  + bb_sh_exit_handler
  + ret=1
  + [ 1 != 0 ]
  + echo WARNING: exit code 1 from a shell command.
  WARNING: exit code 1 from a shell command.
  + exit 1

  causing nasty long python exception from do_image task

  with this fix, it just shows an warning again:

  dash -x some-image/1.0-r2/temp/run.buildinfo_manifest.80233

  + export systemd_user_unitdir=/usr/lib/systemd/user
  + buildinfo_manifest
  + which repo
  + true
  + repotool=
  + [ -n  ]
  + bbwarn Android repo tool not found; manifest not copied.
  + [ -p some-image/1.0-r2/temp/fifo.80233 ]
  + echo WARNING: Android repo tool not found; manifest not copied.
  WARNING: Android repo tool not found; manifest not copied.
  + ret=0
  + trap  0
  + exit 0

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #762 from liuming50/fix-a-repo-tool-failed-issue</title>
<updated>2020-08-11T08:27:34+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-11T08:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=19eeae53684dceba15ffc688f4fe379663d1f7ec'/>
<id>urn:sha1:19eeae53684dceba15ffc688f4fe379663d1f7ec</id>
<content type='text'>
image_repo_manifest.bbclass: explicitly call python3</content>
</entry>
<entry>
<title>image_repo_manifest.bbclass: explicitly call python3</title>
<updated>2020-08-10T07:25:25+00:00</updated>
<author>
<name>Ming Liu</name>
<email>ming.liu@toradex.com</email>
</author>
<published>2020-08-09T10:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=235da14ba5f365e7890ea456718eb26323c5a158'/>
<id>urn:sha1:235da14ba5f365e7890ea456718eb26323c5a158</id>
<content type='text'>
Now we have changed to inherit python3native to provide python3 binary
for repo, then we need explicitly call python3 to execute repo, or else
it will firstly try to locate python which will fail if python is not
in HOSTTOOLS.

This fixes a following warning:
| Android repo tool failed to run; manifest not copied

Signed-off-by: Ming Liu &lt;ming.liu@toradex.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #759 from advancedtelematic/feat/headers</title>
<updated>2020-08-07T11:59:07+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-07T11:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=ab264978fd125e343529f48b5251121173084657'/>
<id>urn:sha1:ab264978fd125e343529f48b5251121173084657</id>
<content type='text'>
aktualizr: Bump to latest and install headers in dev package.</content>
</entry>
<entry>
<title>Merge pull request #760 from advancedtelematic/fix/master/rpi-bootfiles-append</title>
<updated>2020-08-07T11:02:21+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-07T11:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=21faebdc3a87785d8a3005671540733db6cf413b'/>
<id>urn:sha1:21faebdc3a87785d8a3005671540733db6cf413b</id>
<content type='text'>
sota_raspberrypi: Use new variable for bootfiles path.</content>
</entry>
<entry>
<title>sota_raspberrypi: Use new variable for bootfiles path.</title>
<updated>2020-08-07T06:34:40+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-04T11:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=5c667a14b326c7e73c121bb93606a3bd072b1a18'/>
<id>urn:sha1:5c667a14b326c7e73c121bb93606a3bd072b1a18</id>
<content type='text'>
This was changed in f046b4128c9ca3420614887006101fa2b10fc6e7 of
meta-raspberrypi. This also requires
e947e8590f74477505c754d016d99fc71cadf4e1 in meta-updater-raspberrypi.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: Bump to latest and install headers in dev package.</title>
<updated>2020-08-06T06:30:42+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-05T14:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=c6df41eaf3a8f22c838f05d9f53e8f8b67d1f4ba'/>
<id>urn:sha1:c6df41eaf3a8f22c838f05d9f53e8f8b67d1f4ba</id>
<content type='text'>
Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #757 from advancedtelematic/fix/pythonnative</title>
<updated>2020-08-03T14:05:08+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2020-08-03T14:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=a85ed5864ddfb60b612f69f04e3224ef71ec17c8'/>
<id>urn:sha1:a85ed5864ddfb60b612f69f04e3224ef71ec17c8</id>
<content type='text'>
Inherit python3native instead of using HOSTTOOLS.</content>
</entry>
</feed>
