<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-updater.git/recipes-sota/ostree/ostree_git.bb, branch docs/rocko/supported-branches</title>
<subtitle>Mirror of github.com/advancedtelematic/meta-updater</subtitle>
<id>https://git.enea.com/cgit/linux/meta-updater.git/atom?h=docs%2Frocko%2Fsupported-branches</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-updater.git/atom?h=docs%2Frocko%2Fsupported-branches'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/'/>
<updated>2019-03-02T13:58:12+00:00</updated>
<entry>
<title>ostree: Use /usr/lib for file that ostree puts there</title>
<updated>2019-03-02T13:58:12+00:00</updated>
<author>
<name>Corey Minyard</name>
<email>cminyard@mvista.com</email>
</author>
<published>2019-03-02T13:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=a41e5f7eefb9557f6e8712630e58507d14cc7882'/>
<id>urn:sha1:a41e5f7eefb9557f6e8712630e58507d14cc7882</id>
<content type='text'>
Several files are hard-coded to /usr/lib in the ostree makefiles,
but referred to with ${libdir} in the recipe.  That won't work if
${libdir} != /usr/lib.  Change those files.

Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
</content>
</entry>
<entry>
<title>ostree: upgrade to v2018.9</title>
<updated>2019-02-20T08:36:18+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@foundries.io</email>
</author>
<published>2018-12-17T17:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=66d44d98e6f612f2ccd87cbe0b0611cea8dbfe46'/>
<id>urn:sha1:66d44d98e6f612f2ccd87cbe0b0611cea8dbfe46</id>
<content type='text'>
Update libostree to the v2018.9 release.

Upstream release notes since v2018.7:
- https://github.com/ostreedev/ostree/releases/tag/v2018.8
- https://github.com/ostreedev/ostree/releases/tag/v2018.9

Signed-off-by: Ricardo Salveti &lt;ricardo@foundries.io&gt;
</content>
</entry>
<entry>
<title>ostree: drop libgsystem dependency</title>
<updated>2018-10-29T13:29:40+00:00</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2018-10-09T12:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3a6ca71e6b0740ad8b18b5648b4e1d0ca31704b3'/>
<id>urn:sha1:3a6ca71e6b0740ad8b18b5648b4e1d0ca31704b3</id>
<content type='text'>
OSTree removed libgsystem dependency since v2016.8. Drop it
from the OSTree recipe too.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>ostree: Correction: it depends on bison-native for configuration.</title>
<updated>2018-10-10T10:35:22+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-08-17T12:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=b932f73853f485be13a90d5d5eb203bbed388b1d'/>
<id>urn:sha1:b932f73853f485be13a90d5d5eb203bbed388b1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ostree: add missing bison dependency.</title>
<updated>2018-10-10T10:35:22+00:00</updated>
<author>
<name>Patrick Vacek</name>
<email>patrickvacek@gmail.com</email>
</author>
<published>2018-08-17T09:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=fefe4ec223f04386c50dd3fb64da7638e71c26a3'/>
<id>urn:sha1:fefe4ec223f04386c50dd3fb64da7638e71c26a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ostree: upgrade to v2018.7+</title>
<updated>2018-10-10T10:35:22+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@foundries.io</email>
</author>
<published>2018-08-10T02:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=574ac5318bcb7403be98c610803ca8cae79cb5f7'/>
<id>urn:sha1:574ac5318bcb7403be98c610803ca8cae79cb5f7</id>
<content type='text'>
Upgrade OSTree to a git revision ahead of the v2018.7 release in order
to include additional memory leak fixes.

Upstream release notes since v2017.13+:
- https://github.com/ostreedev/ostree/releases/tag/v2017.14
- https://github.com/ostreedev/ostree/releases/tag/v2017.15
- https://github.com/ostreedev/ostree/releases/tag/v2018.1
- https://github.com/ostreedev/ostree/releases/tag/v2018.2
- https://github.com/ostreedev/ostree/releases/tag/v2018.3
- https://github.com/ostreedev/ostree/releases/tag/v2018.4
- https://github.com/ostreedev/ostree/releases/tag/v2018.5
- https://github.com/ostreedev/ostree/releases/tag/v2018.6
- https://github.com/ostreedev/ostree/releases/tag/v2018.7

Signed-off-by: Ricardo Salveti &lt;ricardo@foundries.io&gt;
</content>
</entry>
<entry>
<title>ostree: improve package split logic and define extra packages</title>
<updated>2018-10-10T10:35:22+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@opensourcefoundries.com</email>
</author>
<published>2018-05-05T02:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=00ee7c35f53f027728534e122f0edeecca70cf08'/>
<id>urn:sha1:00ee7c35f53f027728534e122f0edeecca70cf08</id>
<content type='text'>
Define extra packages to cover the bash-completion and dracut related
files, as they are not necessarily required by ostree.

Signed-off-by: Ricardo Salveti &lt;ricardo@opensourcefoundries.com&gt;
</content>
</entry>
<entry>
<title>ostree: improve systemd dependency checks</title>
<updated>2018-10-10T10:35:22+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@opensourcefoundries.com</email>
</author>
<published>2018-05-05T02:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=bc027754238514c546f2e3fe4317443067a3b48f'/>
<id>urn:sha1:bc027754238514c546f2e3fe4317443067a3b48f</id>
<content type='text'>
No need to define SYSTEMD_REQUIRED and no need to manually install the
service files, as that is already handled by ostree and the systemd
bbclass.

Signed-off-by: Ricardo Salveti &lt;ricardo@opensourcefoundries.com&gt;
</content>
</entry>
<entry>
<title>ostree: cleanup depends and rdepends</title>
<updated>2018-10-10T10:35:22+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@opensourcefoundries.com</email>
</author>
<published>2018-05-05T01:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=8364e0ba0ae1990c9856f5ca943e549dd82cebd2'/>
<id>urn:sha1:8364e0ba0ae1990c9856f5ca943e549dd82cebd2</id>
<content type='text'>
Remove gtk-doc-native from DEPENDS and also remove util-linux-* packages
from RDEPENDS as the dependencies for the required libraries are already
populated by OE.

Signed-off-by: Ricardo Salveti &lt;ricardo@opensourcefoundries.com&gt;
</content>
</entry>
<entry>
<title>ostree: no need to disable systemd when building native</title>
<updated>2018-10-10T10:35:22+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo@opensourcefoundries.com</email>
</author>
<published>2018-05-05T01:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-updater.git/commit/?id=3dc7deac3fdfe6437d3aa9b3b1d184a430b94b43'/>
<id>urn:sha1:3dc7deac3fdfe6437d3aa9b3b1d184a430b94b43</id>
<content type='text'>
Maintaining different build flags for target and native just makes it
harder to maintain the recipe and it is not really needed as
systemd-native is already available for systems building systemd.

Signed-off-by: Ricardo Salveti &lt;ricardo@opensourcefoundries.com&gt;
</content>
</entry>
</feed>
