summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* | Mount the root filesystem by label rather than pathPhil Wise2017-04-211-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 prelinkPhil Wise2017-04-201-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_MACHINEOYTIS2017-04-121-1/+1
|
* Add configuration for grub-efi on MinnowboardAnton Gerasimov2017-04-112-5/+15
|
* Add _sota suffixOYTIS2017-04-111-1/+1
|
* Force version of Kernel to 4.4 to fix qemu crashPhil Wise2017-04-111-0/+3
| | | | See PRO-2693 for details
* Merge pull request #45 from advancedtelematic/bugfix/aglcompatcajun-rat2017-04-114-20/+15
|\ | | | | Add tweaks for compatibility with AGL
| * Add tweaks for compatibility with AGLAnton Gerasimov2017-04-114-20/+15
| |
* | Create sota_bleeding.inc config file to build against masterPhil Wise2017-04-101-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 minnowboardAnton Gerasimov2017-04-073-3/+8
|
* Replace TEMPLATECONF with agl-like config snippetsAnton Gerasimov2017-04-0410-1/+62
|
* Replace sdcard_image* classes with wicAnton Gerasimov2017-04-031-36/+12
|
* Add systemd-enabled distroAnton Gerasimov2017-01-021-0/+12
|
* Add OTA SD image for MinnowboardAnton Gerasimov2016-12-281-0/+2
|
* Add u-boot configs for intel machinesAnton Gerasimov2016-12-231-1/+13
|
* Deploy credentials to physical sysroot's /bootAnton Gerasimov2016-12-231-1/+2
|
* Make systemd optionalAnton Gerasimov2016-12-201-5/+0
|
* Merge pull request #9 from advancedtelematic/feat/credentialscajun-rat2016-12-091-1/+1
|\ | | | | Add a recipe deploying credentials on the device
| * Add a recipe deploying credentials on the deviceAnton Gerasimov2016-12-081-1/+1
| |
* | Add connman as the default network managerAnton Gerasimov2016-12-081-0/+2
|/
* Merge pull request #7 from advancedtelematic/bugfix/systemdinitcajun-rat2016-12-071-0/+6
|\ | | | | Set systemd as the chosen init manager
| * Set systemd as the chosen init managerAnton Gerasimov2016-12-061-0/+6
| |
* | Fix whitespacePhil Wise2016-12-061-1/+1
|/
* Add missing dependenciesAnton Gerasimov2016-12-061-1/+1
|
* Add systemd DISTRO_FEATURE for OSTreeAnton Gerasimov2016-12-051-0/+2
|
* Merge pull request #3 from advancedtelematic/feat/sotadistrocajun-rat2016-12-051-0/+7
|\ | | | | Minimal OTA-enabled distro
| * Minimal OTA-enabled distroAnton Gerasimov2016-12-051-0/+7
| |
* | Add dependency to meta-openembedded/meta-filesystems required by OSTreeAnton Gerasimov2016-12-051-0/+1
|/
* Rasperrypi-specific configurationAnton Gerasimov2016-11-241-2/+17
|
* Add distro configuration and AGL templatesAnton Gerasimov2016-11-221-0/+12
|
* Replaced functionality in qemux86-ota machine with algsetup.sh feature. ↵Anton Gerasimov2016-08-191-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 Gerasimov2016-08-161-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 Desneux2016-07-051-0/+11
Change-Id: I27100c94abdbd83f8514778c017f2d5e08b22e41 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>