summaryrefslogtreecommitdiffstats
path: root/classes/image_types_ostree.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Syntax fixes for compatibility with RockorockocandidateAnton Gerasimov2017-11-141-2/+2
|
* Use garage-push from aktualizr repo.Patrick Vacek2017-10-241-1/+1
| | | | | | No need for sota-tools repo anymore. Bump aktualizr version to get necessary build fix.
* Move provisioning out of ostree bbclass into autoprov recipe.Patrick Vacek2017-10-051-48/+1
| | | | | Also remove implicit-prov from DISTRO_FEATURES. Just specify SOTA_CLIENT_PROV directly.
* Create recipe for implicit provisioning file shuffling.Patrick Vacek2017-09-291-1/+3
| | | | | | | | Split aktualizr into basic and native recipes by moving most of the work to an include file. Use aktualizr-implicit-writer (on host) to do the actual work of configuring sota.toml and installing files. Still not quite fully functional.
* Formatting.Patrick Vacek2017-09-251-190/+192
| | | | According to https://www.openembedded.org/wiki/Styleguide
* Hacky ability to provide client credentials and install them on the device.Patrick Vacek2017-09-121-0/+19
|
* Pyro needs coreutils-native (we call sync) b/c rssJan-Simon Möller2017-09-091-0/+1
| | | | | We need to make sure 'sync' is in place. Unzip-native could probably also use ":do_populate_sysroot".
* Merge remote-tracking branch 'github/morty' into HEADPhil Wise2017-08-241-47/+36
|\
| * Show warnings if credentials are not providedLeon Anavi2017-08-171-7/+16
| | | | | | | | | | | | | | Print warnings if variable SOTA_PACKED_CREDENTIALS is not set or if the specified file does not exist. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * Delete treehub.json from the credentials package on the deviceAnton Gerasimov2017-08-101-0/+3
| |
| * Call garage-push directly with zip file instead of sending unzipped contents.Patrick Vacek2017-08-071-43/+16
| | | | | | | | | | Warn if older credential environment variables are set. They are now ignored since the credentials aren't unpacked during building.
| * Split rvi-sota-client into multiple binariesShaun Taheri2017-07-261-1/+5
| |
* | image_types_ostree.bbclass: Fix path to unzipLeon Anavi2017-07-071-1/+2
|/ | | | | | | | | The creation of images, such as rpi-basic-image failed on branch Pyro due to missing/wrong path to unzip. This patch adds unzip-native as a dependency and ensures that the image will be created successfully. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Aktualizr updates, including sync()Phil Wise2017-06-261-1/+1
| | | | | Perform sync() after provisioning Store sota.toml in updatable /usr directory
* Fix broken EnglishOYTIS2017-05-261-2/+2
|
* Fix a typoOYTIS2017-05-261-1/+1
|
* Add support for zipped credentialsAnton Gerasimov2017-05-241-0/+48
|
* Merge from meta-agl-extraAnton Gerasimov2017-04-031-2/+7
|
* Fix several critical bugs in mortyAnton Gerasimov2017-02-241-1/+1
|
* Copy image manifest to /usrAnton Gerasimov2017-01-031-0/+3
|
* Make systemd optionalAnton Gerasimov2016-12-201-7/+28
|
* Bump versions of meta-sota utilitiesAnton Gerasimov2016-11-221-12/+2
| | | | | Change-Id: I36a4d3d24826ab8776bc980b50aef8606af9e7a8 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* A tool for uploading OSTree objects to a server together withAnton Gerasimov2016-11-081-0/+19
| | | | | | | | | integration code Bug-AGL: SPEC-194 Change-Id: I650e190bbda67ad48233bc5aedc0c10ff14aa58f Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Move machine-dependent sota configuration to machine templatesAnton Gerasimov2016-10-281-3/+5
| | | | | Change-Id: Iaf00906eb44f50490a67e5f5e5ca229fd1f76028 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* OSTree-enabled image for raspberry PiAnton Gerasimov2016-10-271-1/+4
| | | | | | | | | | | | | Bug-AGL: SPEC-254 v2 [jsmoeller]: change rpi fdt addr to 200M (fix cma), re-add inherit gobject-introspection (!) v3 [oytis]: move boot logic to editable uEnv.txt Change-Id: Ic54aadc8377ed1e2a8f2f4ab87db2a7a6660cd15 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
* Tuned initrd image and pseudo environment to fix bugs with extendedAnton Gerasimov2016-10-041-2/+2
| | | | | | | | | 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-23/+57
| | | | | | | | | bootable as an OSTree deployment Bug-AGL: SPEC-253 Change-Id: If636a282d51a64c73c46ce70a361518c1f70cdd6 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Change do_rootfs to do_image_* after respective change in poky.Anton Gerasimov2016-09-121-1/+1
| | | | | | | Bug-AGL: SPEC-249 Change-Id: Ib5d725f203c0b0545b7c6b3196afb149ac8015c2 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Adds image type for OSTree deployment sysrootAnton Gerasimov2016-09-011-0/+87
Bug-AGL: SPEC-246 Change-Id: I1390d1aae652f84b61a3b9ca33ae886c138edc50 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>