summaryrefslogtreecommitdiffstats
path: root/classes
Commit message (Collapse)AuthorAgeFilesLines
* Set u-boot as default bootloaderAnton Gerasimov2017-04-201-0/+2
|
* Fix a typo that prevents autoprovision credentials from being delpoyedOYTIS2017-04-191-1/+1
|
* Add configuration for grub-efi on MinnowboardAnton Gerasimov2017-04-111-1/+1
|
* Replace sdcard_image* classes with wicAnton Gerasimov2017-04-033-231/+0
|
* Merge from meta-agl-extraAnton Gerasimov2017-04-035-35/+51
|
* PRO-2748 Fix sdcard image symlinkJon Oster2017-03-141-1/+1
|
* Fix several critical bugs in mortyAnton Gerasimov2017-02-241-1/+1
|
* Remove useless image-version-info to get rid of "taskhash mismatch" errorAnton Gerasimov2017-01-041-6/+0
|
* Copy image manifest to /usrAnton Gerasimov2017-01-031-0/+3
|
* Add OTA SD image for MinnowboardAnton Gerasimov2016-12-283-0/+84
|
* Deploy credentials to physical sysroot's /bootAnton Gerasimov2016-12-231-0/+17
|
* Move u-boot to BSP layersAnton Gerasimov2016-12-211-0/+1
|
* 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>
* Add ota draft for ota imageJan-Simon Möller2016-11-121-0/+72
| | | | | Change-Id: I42debe5e710d9b1fc90f68a5d49e7fbb3e709cf4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
* 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>
* OTA-enabled live image for Porter boardAnton Gerasimov2016-11-022-1/+76
| | | | | | | Bug-AGL: SPEC-307 Change-Id: I74ddc2622048a50243b82fbf023aa05c33322af4 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-272-1/+195
| | | | | | | | | | | | | 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>
* Only build u-boot in otaimg for qemux86, otherwise it should be managedAnton Gerasimov2016-10-191-2/+5
| | | | | | | | | by live image recipe Bug-AGL: SPEC-296 Change-Id: Idbb00f33fd04b2a2d9fa8c615347f9b85d917d4a Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* 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-262-83/+145
| | | | | | | | | 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-122-4/+3
| | | | | | | Bug-AGL: SPEC-249 Change-Id: Ib5d725f203c0b0545b7c6b3196afb149ac8015c2 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Merge "Adds image type for OSTree deployment sysroot"Jan-Simon Moeller2016-09-121-0/+87
|\
| * 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>
* | Force u-boot (or another virtual/bootloader if overriden by user) toAnton Gerasimov2016-09-011-0/+1
|/ | | | | | | | | build with otaimg Bug-AGL: SPEC-236 Change-Id: I60f5b535467819cd03a591a12b725f2d7fc2cd31 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Replaced functionality in qemux86-ota machine with algsetup.sh feature. ↵Anton Gerasimov2016-08-191-8/+15
| | | | | | | | | otaimg is now a live image. Bug-AGL: SPEC-236 Change-Id: I5a56ffbdb098c1b4eb33fceeae32e28611b83fb7 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Add support for emulating OSTree updates in qemux86: new live image,Anton Gerasimov2016-08-161-0/+73
u-boot that can be used as BIOS, machine that uses both and fork of poky runqemu supporting the new live image. Bug-AGL: SPEC-236 Change-Id: Id99d122c05a00eb94902e8f6907455a1e681f2a3 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>