<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/classes/sota.bbclass, branch fix/boost-ptest</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Fboost-ptest</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=fix%2Fboost-ptest'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2020-01-30T15:07:07+00:00</updated>
<entry>
<title>meta: move HOSTTOOLS definitions to sota.conf.inc</title>
<updated>2020-01-30T15:07:07+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2020-01-26T21:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3a2fecfc1d78e4b161f7180f35fc7d0a1a967ae6'/>
<id>urn:sha1:3a2fecfc1d78e4b161f7180f35fc7d0a1a967ae6</id>
<content type='text'>
HOSTTOOLS and HOSTTOOLS_NONFATAL are global variables that being
handled in base_eventhandler, so they must be defined in config files
or in INHERIT classes or classes being inherited by base.bbclass, or
else we might run into the following problems:
```
$ bitbake pkgname
$ bitbake imgname
```

the HOSTTOOLS and HOSTTOOLS_NONFATAL in the above image recipe, for
instance, 'repo python' in image_repo_manifest.bbclass, they would not
be copied to HOSTTOOLS_DIR.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta: add python to HOSTTOOLS_NONFATAL</title>
<updated>2020-01-02T10:08:00+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2019-12-31T20:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=d89f02d9eecbfe4df3bcc380b7d32ecf9f9ba933'/>
<id>urn:sha1:d89f02d9eecbfe4df3bcc380b7d32ecf9f9ba933</id>
<content type='text'>
repo is requiring python to be able to work correctly, add python to
HOSTTOOLS_NONFATAL as well.

image_repo_manifest is actually a image bbclass, move it to
IMAGE_CLASSES instead of inheriting it in sota.bbclass.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add sanity checks for user-defined SOTA variables</title>
<updated>2019-11-18T13:47:54+00:00</updated>
<author>
<name>Zee314159</name>
<email>252806294@qq.com</email>
</author>
<published>2019-11-18T13:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=ce6b676f0ecc3d1245d4d14aaa20806d926144f8'/>
<id>urn:sha1:ce6b676f0ecc3d1245d4d14aaa20806d926144f8</id>
<content type='text'>
Signed-off-by: Zee314159 &lt;252806294@qq.com&gt;
</content>
</entry>
<entry>
<title>aktualizr: latest garage-sign with expiration support.</title>
<updated>2019-08-20T14:59:49+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-08-20T14:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=8434da1a579dc15090cbd1dc57cd8d83c6de613e'/>
<id>urn:sha1:8434da1a579dc15090cbd1dc57cd8d83c6de613e</id>
<content type='text'>
Use GARAGE_TARGET_EXPIRES or GARAGE_TARGET_EXPIRE_AFTER (but not both!)
to set the garage-sign parameters.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Do not export anything in sota.bbclass</title>
<updated>2019-08-15T13:34:27+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-08-15T10:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=261c28a0dcbf6a9d1720094724aa95f2ad765b40'/>
<id>urn:sha1:261c28a0dcbf6a9d1720094724aa95f2ad765b40</id>
<content type='text'>
A simple variable definition will be enough and doing an export there
completely kills caching.

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>Revert "Move OSTREE_BRANCHNAME to image_types_ostree.bbclass."</title>
<updated>2019-08-15T13:34:23+00:00</updated>
<author>
<name>Laurent Bonnans</name>
<email>laurent.bonnans@here.com</email>
</author>
<published>2019-08-15T10:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=4f902846227f6b3039a6d88d35ffed3921289a9b'/>
<id>urn:sha1:4f902846227f6b3039a6d88d35ffed3921289a9b</id>
<content type='text'>
This reverts commit 8e7a0aeb3682386ed674ed0f682634d6a50983b7.

Signed-off-by: Laurent Bonnans &lt;laurent.bonnans@here.com&gt;
</content>
</entry>
<entry>
<title>sota: add support for freedom-u540</title>
<updated>2019-07-24T21:01:25+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@foundries.io</email>
</author>
<published>2019-07-24T14:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=942562e70a01440c4586d25870a8d7be92a6602e'/>
<id>urn:sha1:942562e70a01440c4586d25870a8d7be92a6602e</id>
<content type='text'>
fitImage used by default.

Signed-off-by: Ricardo Salveti &lt;ricardo@foundries.io&gt;
</content>
</entry>
<entry>
<title>Merge pull request #550 from advancedtelematic/fix/branch-rebuild</title>
<updated>2019-07-19T15:30:09+00:00</updated>
<author>
<name>lbonn</name>
<email>lbonn@users.noreply.github.com</email>
</author>
<published>2019-07-19T15:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=cf23d8f94bd5ef4b728588d0e070a3929b811261'/>
<id>urn:sha1:cf23d8f94bd5ef4b728588d0e070a3929b811261</id>
<content type='text'>
Move OSTREE_BRANCHNAME to image_types_ostree.bbclass.</content>
</entry>
<entry>
<title>Move OSTREE_BRANCHNAME to image_types_ostree.bbclass.</title>
<updated>2019-07-18T13:58:38+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2019-07-10T14:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=8e7a0aeb3682386ed674ed0f682634d6a50983b7'/>
<id>urn:sha1:8e7a0aeb3682386ed674ed0f682634d6a50983b7</id>
<content type='text'>
If it is set in sota.bbclass and overwritten in local.conf, bitbake will
rebuild everything. Now bitbake should only rerun the commands in
image_types_ostree (and image_types_ota) as expected.

Signed-off-by: Patrick Vacek &lt;patrickvacek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Allow customization of data in targets.json</title>
<updated>2019-07-18T02:48:26+00:00</updated>
<author>
<name>Andy Doan</name>
<email>andy@foundries.io</email>
</author>
<published>2019-07-16T21:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=086f225a581204f45c1c95cffc06c55d3f4eee30'/>
<id>urn:sha1:086f225a581204f45c1c95cffc06c55d3f4eee30</id>
<content type='text'>
This allows a user to define their own script to be executed after
a target has been added to the repository but not yet signed.

Signed-off-by: Andy Doan &lt;andy@foundries.io&gt;
</content>
</entry>
</feed>
