summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #621 from ricardosalveti/ostreePatrick Vacek2019-11-071-69/+0
|\ | | | | Drop ostree_git in favor of the ostree recipe from meta-oe.
| * Drop ostree_git in favor of the ostree recipe from meta-oe.ostreeRicardo Salveti2019-11-061-69/+0
| | | | | | | | | | | | | | | | | | | | | | | | A newer ostree recipe is now provided via the meta-oe layer, so drop local ostree_git recipe in favor of the latest one from meta-oe. Local bbappend created to enable curl, libarchive and ostree-grub-generator, which were all enabled by default in ostree_git, besides disabling soup as that is not really needed with curl (and wasn't previously enabled). Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* | Indicate an OSTree boot on startEugene Smirnov2019-11-052-0/+36
|/ | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* ostree: upgrade to v2018.9Ricardo Salveti2018-12-181-2/+3
| | | | | | | | | | 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 <ricardo@foundries.io>
* ostree: drop libgsystem dependencyStefan Agner2018-10-091-1/+1
| | | | | | | OSTree removed libgsystem dependency since v2016.8. Drop it from the OSTree recipe too. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
* ostree: Correction: it depends on bison-native for configuration.bugfix/bison-dep-v2Patrick Vacek2018-08-171-1/+1
|
* ostree: add missing bison dependency.bugfix/bison-depPatrick Vacek2018-08-171-1/+1
|
* ostree: upgrade to v2018.7+Ricardo Salveti2018-08-101-4/+3
| | | | | | | | | | | | | | | | | | 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 <ricardo@foundries.io>
* ostree: improve package split logic and define extra packagesRicardo Salveti2018-06-121-17/+17
| | | | | | | 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 <ricardo@opensourcefoundries.com>
* ostree: improve systemd dependency checksRicardo Salveti2018-06-121-17/+5
| | | | | | | | 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 <ricardo@opensourcefoundries.com>
* ostree: cleanup depends and rdependsRicardo Salveti2018-06-121-3/+2
| | | | | | | | 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 <ricardo@opensourcefoundries.com>
* ostree: no need to disable systemd when building nativeRicardo Salveti2018-06-121-7/+0
| | | | | | | | 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 <ricardo@opensourcefoundries.com>
* ostree: cleanup configure and build flagsRicardo Salveti2018-06-121-1/+2
| | | | | | | | Set the standard CFLAGS variable instead of defining it via EXTRA_OECONF and also remove the configure flags that are automatically enabled based on the build depends. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: use do_configure_prepend and avoid customizing do_compileRicardo Salveti2018-06-121-7/+3
| | | | | | | Prefer prepend (autogen) and also avoid customizing do_compile as exporting BUILD_SYS and HOST_SYS is already enough. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: fix license and add homepage descriptionRicardo Salveti2018-06-121-1/+2
| | | | | | Ostree is LGPLv2+ and not GPLv2+. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: cosmetics: fix indentationRicardo Salveti2018-06-121-11/+10
| | | | Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* Bump PR to flush old sstate caches that were built in-treePhil Wise2018-06-011-1/+1
| | | | | | The change that removes autotools-brokensep breaks people who have old sstate caches that were built in-tree. Bump the PR to flush these out of the system.
* ostree: Don't use autotools-brokensep.Patrick Vacek2018-05-231-2/+2
| | | | | The only reason we needed it was because of a relative path that I've now made absolute.
* ostree: remove python from rdependsRicardo Salveti2018-05-161-2/+1
| | | | | | | Python is not needed by ostree itself (no script or utility using python), so remove it from the rdepends list. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: fix systemd service files permissionRicardo Salveti2018-05-151-2/+2
| | | | | | | | | Fix the following boot warning: systemd[1]: Configuration file /usr/lib/systemd/system/ostree-remount.service is marked executable. Please remove executable permission bits. Proceeding anyway. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* Add PR = "1" to ostree to fix annoying caching problem.Patrick Vacek2018-01-181-0/+1
|
* Bump OSTree versionAnton Gerasimov2018-01-112-29/+2
| | | | Patched merged into upstream removed, Minnowboard boot failure fixed
* Delete dependency on libsoupAnton Gerasimov2018-01-082-3/+30
| | | | It makes supporting different platforms somewhat easier
* Bump ostree version to get Shaun's fix.Patrick Vacek2017-11-031-2/+2
| | | | | Unnecessary error messages have been silenced by skipping some checks that weren't necessary in our case.
* Support pkcs#11 in aktualizr and add softhsm token for testingAnton Gerasimov2017-10-161-2/+5
|
* ostree_git.bb: Depends on xz for liblzmaLeon Anavi2017-08-231-2/+2
| | | | | | | | Move Yocto/OE recipe xz from the run-time dependencies to the dependencies because liblzma is required for the successful configuration of OSTree. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Build OSTree with curl supportAnton Gerasimov2017-06-011-2/+2
|
* Create a wrapper so OSTree can find ostree-grub-generatorPhil Wise2017-04-181-0/+5
| | | | | OSTree has a hardcoded path to ostree-grub-generator, this wrapper sets it dynamically to avoid problems with sharing a SSTATE cache.
* Merge from meta-agl-extraAnton Gerasimov2017-04-031-7/+13
|
* Changes for morty branch (sync with AGL's meta-sota)Anton Gerasimov2017-02-231-6/+8
|
* OSTree requires SSL certificates to pull by https, add themAnton Gerasimov2016-12-201-1/+1
|
* Make systemd optionalAnton Gerasimov2016-12-201-4/+5
|
* Add missing dependenciesAnton Gerasimov2016-12-061-2/+2
|
* Bump versions of meta-sota utilitiesAnton Gerasimov2016-11-221-1/+1
| | | | | Change-Id: I36a4d3d24826ab8776bc980b50aef8606af9e7a8 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Fix build of ostree on host systemJan-Simon Möller2016-10-261-1/+1
| | | | | | | | | | | | | Host systems without gobject-introspection natively will fail the build. Add the proper dependencies and wrappers to the recipe. Fixes: tmp/sysroots/x86_64-linux/usr/bin/g-ir-compiler --includedir=. OSTree-1.0.gir -o OSTree-1.0.typelib | Could not find GIR file 'Gio-2.0.gir'; check XDG_DATA_DIRS or use --includedir | error parsing file OSTree-1.0.gir: Failed to parse included gir Gio-2.0 Change-Id: I2ae926c10aec0bb93c25707917f47ea22da3b870 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
* ostree_git.bb: Upgrade to v2016.12Leon Anavi2016-10-251-1/+1
| | | | | | | | | | Upgrade OSTree to v2016.12 which was released on 24 October 2016. Bug-AGL: SPEC-194 Change-Id: Ia4d937df4386925407d7e3187172be52a9154ae3 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Bump OSTree version to v2016.11Anton Gerasimov2016-10-121-4/+5
| | | | | | | Bug-AGL: SPEC-285 Change-Id: Ie76e8bbad1f272cfc0bc34654a708d3ae233dde0 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Tuned initrd image and pseudo environment to fix bugs with extendedAnton Gerasimov2016-10-041-0/+7
| | | | | | | | | security attributes. Bug-AGL: SPEC-259 Change-Id: I44499ce3f5f1924aecf63689a93d1f20e779225e Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Added initramfs image and fixed several error to make AGL rootfsAnton Gerasimov2016-09-261-3/+5
| | | | | | | | | bootable as an OSTree deployment Bug-AGL: SPEC-253 Change-Id: If636a282d51a64c73c46ce70a361518c1f70cdd6 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* ostree_git.bb: Upgrade to v2016.10Leon Anavi2016-09-151-1/+1
| | | | | | | | | | Upgrade OSTree to v2016.10 which was released on 08 September 2016. Bug-AGL: SPEC-194 Change-Id: I20d8214a227259635a388fdd037a0144451e7ac5 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* ostree_git.bb: Deploy installed files in /usr/libLeon Anavi2016-09-151-0/+2
| | | | | | | | | | Minor bug fix to deploy installed files of OSTree in /usr/lib/girepository-1.0. Bug-AGL: SPEC-194 Change-Id: I31fdffbf248623eeff7e7ba5607e3534d700be50 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Build OSTree natively, and its dependencies as wellAnton Gerasimov2016-09-121-11/+21
| | | | | | | Bug-AGL: SPEC-245 Change-Id: Ia5631d786c3375ba3aa0bc6ac75ebaeb358e7b03 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* ostree_git.bb: Upgrade OSTree to v2016.9Leon Anavi2016-09-021-1/+1
| | | | | | | | | | | OSTree has been upgraded to the latest version v2016.9 which was released on 31 August. This release contains mostly minor fixes. Bug-AGL: SPEC-194 Change-Id: Id7a1cce825aacbb069fd86bc7e81bb7fca46042b Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* ostree_git.bb: Bug fixesLeon Anavi2016-09-021-0/+12
| | | | | | | | | | | Fixes for OSTree recipe: * Export staging directories, host and build system, * Deploy installed files in /usr/lib and /usr/share. Bug-AGL: SPEC-194 Change-Id: Ieda8c03f24c571827e91b0e72acad515f0cf14ff Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* ostree: upgrade to v2016.8Leon Anavi2016-08-191-1/+1
| | | | | | | | | | OSTree has been upgraded to the latest version v2016.8 which was released on 9 August. Bug-AGL: SPEC-194 Change-Id: I2cc81ca8b788241f0a11a68ea3b7565fdb09eb81 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* ostree: systemd is required as a dependencyLeon Anavi2016-08-021-2/+2
| | | | | | | | | | Fix error libsystemd.la: No such file or directory by adding systemd as a dependency of OSTree. Bug-AGL: SPEC-229 Change-Id: Iac0cf7381564a7867e514b22082e6cafe7fefbaa Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* ostree: systemd servicesLeon Anavi2016-07-151-1/+17
| | | | | | | | Ensure that systemd services ostree-prepare-root and ostree-remount are installed and deployed. Change-Id: I5774ade1278cb1429c583a21066c51432d0c1a2a Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* ostree: use stable release v2016.7Leon Anavi2016-07-151-1/+1
| | | | | | | | Use a tag of a stable release instead of the latest source code from the master branch. Change-Id: Ic99bfa8a81562a33d68e5e4520a0cc64fd561bfc Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* ostree: Update source URLLeon Anavi2016-07-131-2/+2
| | | | | | | | The primary OStree repo is in GitHub so the source URLs have been updated. Change-Id: I508f01ffddfdaa52b940d6e8457bade2b0a5f403 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* added meta-sota, enabled by feature 'agl-sota'Stephane Desneux2016-07-051-0/+25
Change-Id: I27100c94abdbd83f8514778c017f2d5e08b22e41 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>