<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/scripts/lib, branch fix/rm-debug-print</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Frm-debug-print</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Frm-debug-print'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-02-12T16:19:15+00:00</updated>
<entry>
<title>wic:plugins:otaimage.py: fix a potential issue</title>
<updated>2019-02-12T16:19:15+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-02-12T15:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=27ee48ec353caa5223b7a83c715dbe9757adb1bf'/>
<id>urn:sha1:27ee48ec353caa5223b7a83c715dbe9757adb1bf</id>
<content type='text'>
do_image_wic task is a standalone task that depending on
do_image_ota_ext4, so it's possible that do_image_wic runs
(taskhash contaminated) but do_image_ota_ext4 does not (taskhash not
contaminated), in which case, the otaimage would be in DEPLOY_DIR_IMAGE
instead of in IMGDEPLOYDIR, so we need check both of them.

Also, the logger.error is not supposed to raise a error, it just
prints out a error message, so we should use WicError.

And another typo is it checks IMGDEPLOYDIR but reports DEPLOY_DIR_IMAGE
not exist, also fix that.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>image_types_ota: use IMGDEPLOYDIR for ota-ext4 images</title>
<updated>2018-10-18T13:41:28+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2018-10-15T11:55:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=f07be1805cc22b5428ff529b705731360b485d06'/>
<id>urn:sha1:f07be1805cc22b5428ff529b705731360b485d06</id>
<content type='text'>
Do not write directly to the IMAGE_DEPLOY_DIR but to the new
deploy directory IMGDEPLOYDIR.

Also change the image ending to match the image type name (from
otaimg to ota-ext4). This allows to use the automatic symlinking
and output artefact management too.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>sdimage-sota.wks: remove label as it gets set by image_types_ota</title>
<updated>2018-03-08T18:33:33+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@opensourcefoundries.com</email>
</author>
<published>2018-02-22T16:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=ae156b865e274a5bb4bc9df92a6a88cf5afb1a03'/>
<id>urn:sha1:ae156b865e274a5bb4bc9df92a6a88cf5afb1a03</id>
<content type='text'>
image_types_ota already defines the rootfs label when creating the ota
image, so drop label overwrite when creating the sdcard partition.

Signed-off-by: Ricardo Salveti &lt;ricardo@opensourcefoundries.com&gt;
</content>
</entry>
<entry>
<title>Add fixes for compatibility with Rocko</title>
<updated>2017-11-17T15:43:33+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton.gerasimov@openmailbox.org</email>
</author>
<published>2017-11-14T09:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=eab456117ad96a43104cef95c68d9bddf4c65872'/>
<id>urn:sha1:eab456117ad96a43104cef95c68d9bddf4c65872</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incompatibilities with latest pyro, use wic on RPi</title>
<updated>2017-11-07T13:31:52+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-11-07T13:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=9edb72f79953669259ee386ff6c9c5cfe59f6d9c'/>
<id>urn:sha1:9edb72f79953669259ee386ff6c9c5cfe59f6d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>otaimage.py: Arrage script for pyro</title>
<updated>2017-06-12T15:07:00+00:00</updated>
<author>
<name>Changhyeok Bae</name>
<email>changhyeok.bae@gmail.com</email>
</author>
<published>2017-06-12T15:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=55cf85a27eaa493752dc8089617a2185d8498e44'/>
<id>urn:sha1:55cf85a27eaa493752dc8089617a2185d8498e44</id>
<content type='text'>
1. msger is replaced to logging module in yocto upstream (pyro branch).
2. move oe/misc.py one level up in yocto upstream (pyro branch).

Signed-off-by: Changhyeok Bae &lt;changhyeok.bae@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add configuration for grub-efi on Minnowboard</title>
<updated>2017-04-11T15:37:48+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-04-10T15:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=58e7b90e392c911fa3df2d17fda34441ea509675'/>
<id>urn:sha1:58e7b90e392c911fa3df2d17fda34441ea509675</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tweaks for compatibility with AGL</title>
<updated>2017-04-11T09:18:02+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-04-11T09:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=e36a7821467fe3ae3f22e0ca67b91ebb3e65d2cb'/>
<id>urn:sha1:e36a7821467fe3ae3f22e0ca67b91ebb3e65d2cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix small bugs, fix WIC for minnowboard</title>
<updated>2017-04-07T14:59:28+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-04-06T10:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=64ceafc0b46facd4a9a1eada9debe3b01cb5815c'/>
<id>urn:sha1:64ceafc0b46facd4a9a1eada9debe3b01cb5815c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace sdcard_image* classes with wic</title>
<updated>2017-04-03T10:10:27+00:00</updated>
<author>
<name>Anton Gerasimov</name>
<email>anton@advancedtelematic.com</email>
</author>
<published>2017-04-03T10:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=b49c2631b6bc48ead4d352e2bd00cdfbca7af5e8'/>
<id>urn:sha1:b49c2631b6bc48ead4d352e2bd00cdfbca7af5e8</id>
<content type='text'>
</content>
</entry>
</feed>
