summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add option to choose which sota client to use (if any)Anton Gerasimov2017-05-313-3/+3
|/
* Merge pull request #71 from ↵OYTIS2017-05-302-40/+54
|\ | | | | | | | | advancedtelematic/feat/PRO-3157-use-random-friendly-names PRO-3157 Add recipe for friendly name generator
| * Bump rvi_sota_client versionJon Oster2017-05-291-40/+38
| |
| * PRO-3157 Add recipe for friendly name generatorJon Oster2017-05-292-0/+16
|/
* Merge pull request #70 from advancedtelematic/bugfix/PRO-3152/nativeappendcajun-rat2017-05-291-1/+1
|\ | | | | Fix variable extension error
| * Fix variable extension errorAnton Gerasimov2017-05-261-1/+1
| |
* | Merge pull request #64 from advancedtelematic/feat/PRO-2945/zipcredsJon Oster2017-05-262-14/+50
|\ \ | | | | | | Add support for zipped credentials
| * | Fix broken EnglishOYTIS2017-05-261-2/+2
| | |
| * | Fix a typoOYTIS2017-05-261-1/+1
| | |
| * | Add support for zipped credentialsAnton Gerasimov2017-05-242-14/+50
| | |
* | | Merge pull request #72 from advancedtelematic/bugfix/PRO-3141/rpi-sdimgcajun-rat2017-05-262-4/+3
|\ \ \ | | | | | | | | Remove unneeded image types
| * | | Remove unneeded image typesAnton Gerasimov2017-05-262-4/+3
| | |/ | |/|
* | | Merge pull request #68 from advancedtelematic/feat/manual-prov-aktualizrcajun-rat2017-05-263-9/+38
|\ \ \ | |/ / |/| | Support Aktualizr in manual-provisioning mode
| * | Support Aktualizr in manual-provisioning modePhil Wise2017-05-243-9/+38
|/ / | | | | | | | | | | | | | | | | Aktualizr currently supports OSTree updates in non-autoprovisioned mode. Add a systemd service to run it in that mode. It uses the same location for the config file as rvi-sota-client (/sysroot/boot/sota.toml) Also, the aktualizr recipe is reformatted according to meta-openembedded/contrib/oe-stylize.py (which follows the OE styleguide)
* | Merge pull request #67 from advancedtelematic/fix/machine-prefixcajun-rat2017-05-241-1/+2
|\ \ | | | | | | Prefix OSTREE_BRANCHNAME with ${MACHINE}-
| * | Prefix OSTREE_BRANCHNAME with ${MACHINE}-Phil Wise2017-05-231-1/+2
| | | | | | | | | | | | | | | As a temporary fix, treehub is going to use this to derive the relevant hardwareIdentifier for a push.
* | | Merge pull request #65 from advancedtelematic/feat/split-out-distro-incOYTIS2017-05-233-11/+13
|\ \ \ | | | | | | | | Extract common distro configuration into sota.conf.inc
| * | | Extract common distro configuration into sota.conf.incPhil Wise2017-05-233-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 pull request #66 from advancedtelematic/fix/typo-rpiOYTIS2017-05-231-1/+1
|\ \ \ | |/ / |/| | Fix typo in machine name for R-Pi3
| * | Fix typo in machine name for R-Pi3Phil Wise2017-05-231-1/+1
|/ /
* | Merge pull request #62 from advancedtelematic/feat/aktualizrostreecajun-rat2017-05-221-3/+3
|\ \ | | | | | | Build aktualizr with OSTree support enabled
| * | Build aktualizr with OSTree support enabledAnton Gerasimov2017-05-181-3/+3
| |/
* | Merge pull request #61 from advancedtelematic/feat/noopcajun-rat2017-05-2216-46/+48
|\ \ | | | | | | Make layer inclusion a neutral operation
| * | Don't build wic on qemu and rpiAnton Gerasimov2017-05-162-0/+4
| | |
| * | Merge remote-tracking branch 'origin/morty' into feat/noopAnton Gerasimov2017-05-116-4/+27
| |\|
| * | Make layer inclusion a neutral operationAnton Gerasimov2017-05-1014-46/+47
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #63 from advancedtelematic/bugfix/rpikernel7cajun-rat2017-05-191-0/+1
|\ \ \ | |_|/ |/| | Get u-boot installed on Raspberry Pi 3
| * | Get u-boot installed on Raspberry Pi 3Anton Gerasimov2017-05-181-0/+1
|/ /
* | Merge pull request #60 from advancedtelematic/bugfix/noconnmancajun-rat2017-05-101-1/+2
|\ \ | | | | | | Disable connman, systemd-networkd is used instead
| * | Disable connman, systemd-networkd is used insteadAnton Gerasimov2017-05-091-1/+2
| | |
* | | Merge pull request #59 from advancedtelematic/feat/am335x-evm-wificajun-rat2017-05-095-3/+27
|\| | | | | | | | Add support for am335x-evm based board with WiFi
| * | Add support for am335x-evm based board with WiFiAnton Gerasimov2017-05-055-3/+27
|/ /
* | Merge pull request #58 from ronan22/mortycajun-rat2017-05-031-0/+1
|\ \ | |/ |/| add .gitignore file
| * add .gitignore fileRonan Le Martret2017-05-021-0/+1
|/ | | | | | * add directory __pycache__ to .gitignore Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
* Merge pull request #57 from advancedtelematic/bugfix/machinccajun-rat2017-04-2615-20/+15
|\ | | | | Replace includes with bblcasses
| * Replace includes with bblcassesAnton Gerasimov2017-04-2615-20/+15
|/ | | | | | 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
* Merge pull request #56 from advancedtelematic/bugfix/rvicajun-rat2017-04-252-2/+2
|\ | | | | Move rvi-sota-client to poky-sota-systemd.conf
| * Move rvi-sota-client to poky-sota-systemd.confAnton Gerasimov2017-04-242-2/+2
|/
* Merge pull request #55 from advancedtelematic/switchupdatercajun-rat2017-04-243-8/+8
|\ | | | | Merge changes required by AGL
| * Don't build wic unless IMAGE_BOOT_FILES is setAnton Gerasimov2017-04-221-8/+5
| |
| * Set u-boot as default bootloaderAnton Gerasimov2017-04-201-0/+2
| |
| * Merge branch 'morty' into switchupdaterAnton Gerasimov2017-04-192-1/+6
| |\
| * | Inherit u-boot when u-boot images are requiredAnton Gerasimov2017-04-121-0/+1
| | |
* | | Merge pull request #54 from advancedtelematic/feat/mount-by-labelOYTIS2017-04-213-4/+6
|\ \ \ | | | | | | | | Mount the root filesystem by label rather than path
| * | | Mount the root filesystem by label rather than pathPhil Wise2017-04-213-4/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #53 from advancedtelematic/fix/disable-prelinkOYTIS2017-04-202-1/+4
|\ \ \ | | | | | | | | Set default DISTRO, disable prelink
| * | | Set default DISTRO, disable prelinkPhil Wise2017-04-202-1/+4
|/ / / | | | | | | | | | | | | | | | 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.
* | | Merge pull request #52 from advancedtelematic/feat/qa-toolOYTIS2017-04-191-0/+60
|\ \ \ | |_|/ |/| | Script to build over multiple directories
| * | Script to build over multiple directoriesPhil Wise2017-04-191-0/+60
|/ / | | | | | | This is a basic script to run bitbake over multiple build* directories
* | Merge pull request #50 from advancedtelematic/bugfix/autotypocajun-rat2017-04-191-1/+1
|\ \ | | | | | | Fix a typo that prevents autoprovision credentials from being delpoyed