Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #63 from advancedtelematic/bugfix/rpikernel7 | cajun-rat | 2017-05-19 | 1 | -0/+1 | |
|\ \ \ | |_|/ |/| | | Get u-boot installed on Raspberry Pi 3 | |||||
| * | | Get u-boot installed on Raspberry Pi 3 | Anton Gerasimov | 2017-05-18 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #60 from advancedtelematic/bugfix/noconnman | cajun-rat | 2017-05-10 | 1 | -1/+2 | |
|\ \ | | | | | | | Disable connman, systemd-networkd is used instead | |||||
| * | | Disable connman, systemd-networkd is used instead | Anton Gerasimov | 2017-05-09 | 1 | -1/+2 | |
| | | | ||||||
* | | | Merge pull request #59 from advancedtelematic/feat/am335x-evm-wifi | cajun-rat | 2017-05-09 | 5 | -3/+27 | |
|\| | | | | | | | | Add support for am335x-evm based board with WiFi | |||||
| * | | Add support for am335x-evm based board with WiFi | Anton Gerasimov | 2017-05-05 | 5 | -3/+27 | |
|/ / | ||||||
* | | Merge pull request #58 from ronan22/morty | cajun-rat | 2017-05-03 | 1 | -0/+1 | |
|\ \ | |/ |/| | add .gitignore file | |||||
| * | add .gitignore file | Ronan Le Martret | 2017-05-02 | 1 | -0/+1 | |
|/ | | | | | | * add directory __pycache__ to .gitignore Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
* | Merge pull request #57 from advancedtelematic/bugfix/machinc | cajun-rat | 2017-04-26 | 15 | -20/+15 | |
|\ | | | | | Replace includes with bblcasses | |||||
| * | Replace includes with bblcasses | Anton Gerasimov | 2017-04-26 | 15 | -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/rvi | cajun-rat | 2017-04-25 | 2 | -2/+2 | |
|\ | | | | | Move rvi-sota-client to poky-sota-systemd.conf | |||||
| * | 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 | 3 | -8/+8 | |
|\ | | | | | Merge changes required by AGL | |||||
| * | Don't build wic unless IMAGE_BOOT_FILES is set | Anton Gerasimov | 2017-04-22 | 1 | -8/+5 | |
| | | ||||||
| * | Set u-boot as default bootloader | Anton Gerasimov | 2017-04-20 | 1 | -0/+2 | |
| | | ||||||
| * | Merge branch 'morty' into switchupdater | Anton Gerasimov | 2017-04-19 | 2 | -1/+6 | |
| |\ | ||||||
| * | | Inherit u-boot when u-boot images are required | Anton Gerasimov | 2017-04-12 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #54 from advancedtelematic/feat/mount-by-label | OYTIS | 2017-04-21 | 3 | -4/+6 | |
|\ \ \ | | | | | | | | | Mount the root filesystem by label rather than path | |||||
| * | | | Mount the root filesystem by label rather than path | Phil Wise | 2017-04-21 | 3 | -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-prelink | OYTIS | 2017-04-20 | 2 | -1/+4 | |
|\ \ \ | | | | | | | | | Set default DISTRO, disable prelink | |||||
| * | | | Set default DISTRO, disable prelink | Phil Wise | 2017-04-20 | 2 | -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-tool | OYTIS | 2017-04-19 | 1 | -0/+60 | |
|\ \ \ | |_|/ |/| | | Script to build over multiple directories | |||||
| * | | Script to build over multiple directories | Phil Wise | 2017-04-19 | 1 | -0/+60 | |
|/ / | | | | | | | This is a basic script to run bitbake over multiple build* directories | |||||
* | | Merge pull request #50 from advancedtelematic/bugfix/autotypo | cajun-rat | 2017-04-19 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix a typo that prevents autoprovision credentials from being delpoyed | |||||
| * | | Fix a typo that prevents autoprovision credentials from being delpoyed | OYTIS | 2017-04-19 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #49 from advancedtelematic/fix/pro-2908-wrapper | OYTIS | 2017-04-19 | 1 | -0/+5 | |
|\ \ | |/ |/| | Create a wrapper so OSTree can find ostree-grub-generator | |||||
| * | Create a wrapper so OSTree can find ostree-grub-generator | Phil Wise | 2017-04-18 | 1 | -0/+5 | |
|/ | | | | | OSTree has a hardcoded path to ostree-grub-generator, this wrapper sets it dynamically to avoid problems with sharing a SSTATE cache. | |||||
* | Merge pull request #48 from advancedtelematic/bugfix/porteruboot | cajun-rat | 2017-04-12 | 1 | -1/+1 | |
|\ | | | | | Fix non-existing UBOOT_MACHINE | |||||
| * | Fix non-existing UBOOT_MACHINE | OYTIS | 2017-04-12 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #47 from advancedtelematic/feat/grubefi | cajun-rat | 2017-04-12 | 6 | -6/+28 | |
|\ | | | | | Add configuration for grub-efi on Minnowboard | |||||
| * | Add configuration for grub-efi on Minnowboard | Anton Gerasimov | 2017-04-11 | 6 | -6/+28 | |
|/ | ||||||
* | Merge pull request #46 from advancedtelematic/fix/qemu-kernel-version | OYTIS | 2017-04-11 | 1 | -0/+3 | |
|\ | | | | | Force version of Kernel to 4.4 to fix qemu crash | |||||
| * | 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 | 8 | -55/+17 | |
|\ | | | | | Add tweaks for compatibility with AGL | |||||
| * | Add tweaks for compatibility with AGL | Anton Gerasimov | 2017-04-11 | 8 | -55/+17 | |
| | | ||||||
* | | Merge pull request #44 from advancedtelematic/feat/bleeding-edge | OYTIS | 2017-04-10 | 2 | -0/+2 | |
|\ \ | |/ |/| | Create sota_bleeding.inc config file to build against master | |||||
| * | Create sota_bleeding.inc config file to build against master | Phil Wise | 2017-04-10 | 2 | -0/+2 | |
|/ | | | | | | | | 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 | |||||
* | Merge pull request #41 from advancedtelematic/bugfix/minnowwic | cajun-rat | 2017-04-10 | 4 | -3/+8 | |
|\ | | | | | Fix small bugs, fix WIC for minnowboard | |||||
| * | Fix small bugs, fix WIC for minnowboard | Anton Gerasimov | 2017-04-07 | 4 | -3/+8 | |
|/ | ||||||
* | Merge pull request #40 from advancedtelematic/feat/syncagl | cajun-rat | 2017-04-04 | 28 | -379/+405 | |
|\ | | | | | Synchronize with AGL's meta-sota progress | |||||
| * | Replace TEMPLATECONF with agl-like config snippets | Anton Gerasimov | 2017-04-04 | 11 | -1/+115 | |
| | | ||||||
| * | Replace sdcard_image* classes with wic | Anton Gerasimov | 2017-04-03 | 6 | -267/+88 | |
| | | ||||||
| * | Merge from meta-agl-extra | Anton Gerasimov | 2017-04-03 | 14 | -118/+209 | |
| | | ||||||
* | | Merge pull request #39 from advancedtelematic/bugfix/PRO-2748-fix-sdimg-symlink | OYTIS | 2017-03-14 | 1 | -1/+1 | |
|\| | | | | | PRO-2748 Fix rpi sdcard image symlink | |||||
| * | PRO-2748 Fix sdcard image symlink | Jon Oster | 2017-03-14 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #37 from advancedtelematic/bugfix/morty | OYTIS | 2017-02-27 | 3 | -4/+3 | |
|\ | | | | | Fix several critical bugs in morty | |||||
| * | Fix several critical bugs in morty | Anton Gerasimov | 2017-02-24 | 3 | -4/+3 | |
| | | ||||||
* | | Merge pull request #36 from advancedtelematic/feat/morty | OYTIS | 2017-02-23 | 10 | -78/+21 | |
|\| | | | | | Changes for morty branch (sync with AGL's meta-sota) | |||||
| * | Changes for morty branch (sync with AGL's meta-sota) | Anton Gerasimov | 2017-02-23 | 10 | -78/+21 | |
|/ |