Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #55 from advancedtelematic/switchupdater | cajun-rat | 2017-04-24 | 1 | -8/+5 |
|\ | | | | | Merge changes required by AGL | ||||
| * | Don't build wic unless IMAGE_BOOT_FILES is set | Anton Gerasimov | 2017-04-22 | 1 | -8/+5 |
| | | |||||
* | | Mount the root filesystem by label rather than path | Phil Wise | 2017-04-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Support identifying the root filesystem via a kernel command line like 'ostree_root=LABEL=mylabel'. Also make it mount a filesystem labeled 'otaroot' by default. This means it is possible to test the Minnowboard build in Qemu. | ||||
* | | Set default DISTRO, disable prelink | Phil Wise | 2017-04-20 | 1 | -1/+3 |
|/ | | | | | | Setting the default DISTRO to include systemd means that the rvi-sota-client starts by default, making it work 'out of the box'. image-prelink seems to be broken at the moment, so I've disabled it by default. | ||||
* | Fix non-existing UBOOT_MACHINE | OYTIS | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | Add configuration for grub-efi on Minnowboard | Anton Gerasimov | 2017-04-11 | 2 | -5/+15 |
| | |||||
* | Add _sota suffix | OYTIS | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | Force version of Kernel to 4.4 to fix qemu crash | Phil Wise | 2017-04-11 | 1 | -0/+3 |
| | | | | See PRO-2693 for details | ||||
* | Merge pull request #45 from advancedtelematic/bugfix/aglcompat | cajun-rat | 2017-04-11 | 4 | -20/+15 |
|\ | | | | | Add tweaks for compatibility with AGL | ||||
| * | Add tweaks for compatibility with AGL | Anton Gerasimov | 2017-04-11 | 4 | -20/+15 |
| | | |||||
* | | Create sota_bleeding.inc config file to build against master | Phil Wise | 2017-04-10 | 1 | -0/+1 |
|/ | | | | | | | | This overrides the package version for Aktualizr to be latest master. This is recommended for development and test only. To use it, add the following to local.conf: require conf/include/local/sota_bleeding.inc | ||||
* | Fix small bugs, fix WIC for minnowboard | Anton Gerasimov | 2017-04-07 | 3 | -3/+8 |
| | |||||
* | Replace TEMPLATECONF with agl-like config snippets | Anton Gerasimov | 2017-04-04 | 10 | -1/+62 |
| | |||||
* | Replace sdcard_image* classes with wic | Anton Gerasimov | 2017-04-03 | 1 | -36/+12 |
| | |||||
* | Add systemd-enabled distro | Anton Gerasimov | 2017-01-02 | 1 | -0/+12 |
| | |||||
* | Add OTA SD image for Minnowboard | Anton Gerasimov | 2016-12-28 | 1 | -0/+2 |
| | |||||
* | Add u-boot configs for intel machines | Anton Gerasimov | 2016-12-23 | 1 | -1/+13 |
| | |||||
* | Deploy credentials to physical sysroot's /boot | Anton Gerasimov | 2016-12-23 | 1 | -1/+2 |
| | |||||
* | Make systemd optional | Anton Gerasimov | 2016-12-20 | 1 | -5/+0 |
| | |||||
* | Merge pull request #9 from advancedtelematic/feat/credentials | cajun-rat | 2016-12-09 | 1 | -1/+1 |
|\ | | | | | Add a recipe deploying credentials on the device | ||||
| * | Add a recipe deploying credentials on the device | Anton Gerasimov | 2016-12-08 | 1 | -1/+1 |
| | | |||||
* | | Add connman as the default network manager | Anton Gerasimov | 2016-12-08 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #7 from advancedtelematic/bugfix/systemdinit | cajun-rat | 2016-12-07 | 1 | -0/+6 |
|\ | | | | | Set systemd as the chosen init manager | ||||
| * | Set systemd as the chosen init manager | Anton Gerasimov | 2016-12-06 | 1 | -0/+6 |
| | | |||||
* | | Fix whitespace | Phil Wise | 2016-12-06 | 1 | -1/+1 |
|/ | |||||
* | Add missing dependencies | Anton Gerasimov | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Add systemd DISTRO_FEATURE for OSTree | Anton Gerasimov | 2016-12-05 | 1 | -0/+2 |
| | |||||
* | Merge pull request #3 from advancedtelematic/feat/sotadistro | cajun-rat | 2016-12-05 | 1 | -0/+7 |
|\ | | | | | Minimal OTA-enabled distro | ||||
| * | Minimal OTA-enabled distro | Anton Gerasimov | 2016-12-05 | 1 | -0/+7 |
| | | |||||
* | | Add dependency to meta-openembedded/meta-filesystems required by OSTree | Anton Gerasimov | 2016-12-05 | 1 | -0/+1 |
|/ | |||||
* | Rasperrypi-specific configuration | Anton Gerasimov | 2016-11-24 | 1 | -2/+17 |
| | |||||
* | Add distro configuration and AGL templates | Anton Gerasimov | 2016-11-22 | 1 | -0/+12 |
| | |||||
* | Replaced functionality in qemux86-ota machine with algsetup.sh feature. ↵ | Anton Gerasimov | 2016-08-19 | 1 | -37/+0 |
| | | | | | | | | | 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 Gerasimov | 2016-08-16 | 1 | -0/+37 |
| | | | | | | | | | | 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> | ||||
* | added meta-sota, enabled by feature 'agl-sota' | Stephane Desneux | 2016-07-05 | 1 | -0/+11 |
Change-Id: I27100c94abdbd83f8514778c017f2d5e08b22e41 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh> |