Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update layer compatibility to thud.feat/thud-compatibility | Patrick Vacek | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | layer.conf: add LAYERSERIES_COMPAT markup | Ricardo Salveti | 2018-04-16 | 1 | -0/+1 |
| | | | | | | | Allows the user to easily identify if the layer is compatible with oe-core. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | ||||
* | Drop rvi-sota-client and remove meta-rust dependency | Leon Anavi | 2018-01-22 | 1 | -1/+0 |
| | | | | | | | Remove the old RVI SOTA Client and the dependecy from Yocto/OE layer meta-rust. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||||
* | sota_raspberrypi*.inc: Included meta-python | Leon Anavi | 2018-01-05 | 2 | -0/+2 |
| | | | | | | | | Add Yocto/OE layer meta-updater to bblayers as it required for building recipe rpi-gpio for Yocto/OE layer meta-raspberrypi. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||||
* | Add fixes for compatibility with Rocko | Anton Gerasimov | 2017-11-17 | 2 | -2/+0 |
| | |||||
* | Merge branch 'morty' into pyro | Anton Gerasimov | 2017-07-05 | 2 | -1/+2 |
|\ | |||||
| * | sota: Support m3ulcb | Leon Anavi | 2017-06-22 | 1 | -0/+2 |
| | | | | | | | | | | | | Support Renesas R Car Starter Kit Generation 3 (m3ulcb). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||||
| * | Set default SOTA_CLIENT directly in sota.bbclass | Anton Gerasimov | 2017-06-08 | 1 | -1/+0 |
| | | |||||
* | | Fix build issues with yocto pyro | Anton Gerasimov | 2017-07-04 | 1 | -0/+3 |
|/ | |||||
* | Add option to choose which sota client to use (if any) | Anton Gerasimov | 2017-05-31 | 2 | -2/+2 |
| | |||||
* | Extract common distro configuration into sota.conf.inc | Phil Wise | 2017-05-23 | 3 | -11/+13 |
| | | | | | | | | | | | Pull the common lines from the poky-sota.conf and poky-sota-systemd.conf example distributions into a separate include file that can be pulled into other environments. This might be by including it in a user's own custom distro, or by directly including it in local.conf (e.g. AGL). require conf/distro/sota.conf.inc | ||||
* | Merge remote-tracking branch 'origin/morty' into feat/noop | Anton Gerasimov | 2017-05-11 | 3 | -0/+5 |
|\ | |||||
| * | Add support for am335x-evm based board with WiFi | Anton Gerasimov | 2017-05-05 | 3 | -0/+8 |
| | | |||||
* | | Make layer inclusion a neutral operation | Anton Gerasimov | 2017-05-10 | 3 | -2/+9 |
|/ | | | | | | | Classes are and bbappends are reworked so that mere inclusion of this layer to bbappends.conf doesn't change anything. In addition class behavior can now be controlled by both inheriting sota.bblcass and enabling "sota" DISTRO_FEATURE. | ||||
* | Replace includes with bblcasses | Anton Gerasimov | 2017-04-26 | 12 | -84/+4 |
| | | | | | | They are more flexible and allow tricks like conditionally inheriting machine-related classes from the main one which makes things easier for external users like AGL | ||||
* | Move rvi-sota-client to poky-sota-systemd.conf | Anton Gerasimov | 2017-04-24 | 2 | -2/+2 |
| | |||||
* | 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> |