summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree
Commit message (Collapse)AuthorAgeFilesLines
* Fixed outdated OSTree branch reference (#817)Stephan Eberle2021-08-091-1/+1
| | | | Signed-off-by: Stephan Eberle <stephaneberle9@gmail.com>
* ostree: cleanup and update init.shLeon Anavi2019-01-251-50/+23
| | | | | | | | | Cleanup of the Yocto/OE recipe for OSTree based on the work from the branches for newer Yocto releases. Use the same version of init.sh as in branch rocko. Suggested-by: Patrick Vacek <patrickvacek@gmail.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* ostree: Bump to v2018.7Leon Anavi2019-01-021-11/+21
| | | | | | | Upgrade ostree version from v2017.3 to v2018.7 because this version is known to work with the latest version of Aktualizr. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* 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>