Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused import, break long lines | Phil Wise | 2017-11-16 | 1 | -2/+5 |
| | |||||
* | Rough draft of a run-qemu-ota test. | Patrick Vacek | 2017-11-13 | 1 | -2/+2 |
| | | | | | | | | | | Not very useful yet. Could be made into a function for the purpose of running arbitrary commands via SSH, for example. However, I had plenty of trouble even getting this far. Note that I created a softlink to qemucommand to get around the Python path issues in oe-selftest. I'm not sure if there's a better way to handle that, since manipulating the path is seemingly impossible. | ||||
* | Refactor QemuCommand class into its own file/module. | Patrick Vacek | 2017-11-13 | 2 | -116/+120 |
| | |||||
* | Merge pull request #166 from advancedtelematic/bugfix/pyrobuild | cajun-rat | 2017-11-09 | 1 | -22/+10 |
|\ | | | | | Fix incompatibilities with latest pyro, use wic on RPi | ||||
| * | Fix incompatibilities with latest pyro, use wic on RPi | Anton Gerasimov | 2017-11-07 | 1 | -22/+10 |
| | | |||||
* | | Fix race condition in run-qemu-ota | Anton Gerasimov | 2017-11-08 | 1 | -1/+1 |
|/ | |||||
* | Make it easier to build from branches and run a specific image | Phil Wise | 2017-09-13 | 1 | -3/+7 |
| | | | | | | | | | | Is is now easy to build a specific branch by adding the following line to local.conf BRANCH_pn-aktualizr = "mybranchname" Also, the run-qemu-ota script can also take a path to an image file, which is useful for long-term test images. | ||||
* | Merge branch 'morty' into pyro | Anton Gerasimov | 2017-09-08 | 1 | -2/+25 |
|\ | |||||
| * | PRO-3923 Add persistence option to run-qemu script | Jon Oster | 2017-09-05 | 1 | -2/+25 |
| | | |||||
* | | Merge remote-tracking branch 'github/morty' into HEAD | Phil Wise | 2017-08-24 | 1 | -1/+9 |
|\| | |||||
| * | scripts/envsetup.sh: Use machine specific local.conf | Leon Anavi | 2017-08-18 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | Use the configurations for local.conf provided by layer meta-updater-* (depending on the machine) if variable TEMPLATECONF has not been set. Otherwise, if the variable is not set or if the layer does not provide any configurations then the default will be used (just as before this change). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||||
* | | Merge branch 'morty' of https://github.com/advancedtelematic/meta-updater ↵ | Leon Anavi | 2017-07-25 | 10 | -1982/+150 |
|\| | | | | | | | into pyro | ||||
| * | Copy run-qemu script over from meta-updater-qemux86-64 | Phil Wise | 2017-07-20 | 10 | -1982/+150 |
| | | | | | | | | Also remove old bash scripts for running inside qemu | ||||
* | | Merge branch 'morty' into pyro | Anton Gerasimov | 2017-07-05 | 1 | -33/+20 |
|\| | |||||
| * | Fix new/existing build directory logic | Phil Wise | 2017-06-26 | 1 | -1/+3 |
| | | |||||
| * | Quote all bash variables | Shaun Taheri | 2017-06-26 | 1 | -36/+18 |
| | | |||||
| * | Fix script directory in zsh | Shaun Taheri | 2017-06-26 | 1 | -4/+7 |
| | | |||||
* | | otaimage.py: Arrage script for pyro | Changhyeok Bae | 2017-06-13 | 1 | -5/+6 |
|/ | | | | | | | 1. msger is replaced to logging module in yocto upstream (pyro branch). 2. move oe/misc.py one level up in yocto upstream (pyro branch). Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> | ||||
* | Replace includes with bblcasses | Anton Gerasimov | 2017-04-26 | 1 | -7/+1 |
| | | | | | | 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 | ||||
* | Set default DISTRO, disable prelink | Phil Wise | 2017-04-20 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | 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 | ||||
* | Add configuration for grub-efi on Minnowboard | Anton Gerasimov | 2017-04-11 | 2 | -0/+10 |
| | |||||
* | Add tweaks for compatibility with AGL | Anton Gerasimov | 2017-04-11 | 1 | -3/+2 |
| | |||||
* | Fix small bugs, fix WIC for minnowboard | Anton Gerasimov | 2017-04-07 | 1 | -0/+0 |
| | |||||
* | Replace TEMPLATECONF with agl-like config snippets | Anton Gerasimov | 2017-04-04 | 1 | -0/+53 |
| | |||||
* | Replace sdcard_image* classes with wic | Anton Gerasimov | 2017-04-03 | 2 | -0/+76 |
| | |||||
* | Add support for emulating OSTree updates in qemux86: new live image, | Anton Gerasimov | 2016-08-16 | 9 | -0/+1982 |
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> |