summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Make it easier to build from branches and run a specific imagePhil Wise2017-09-131-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 pyroAnton Gerasimov2017-09-081-2/+25
|\
| * PRO-3923 Add persistence option to run-qemu scriptJon Oster2017-09-051-2/+25
| |
* | Merge remote-tracking branch 'github/morty' into HEADPhil Wise2017-08-241-1/+9
|\|
| * scripts/envsetup.sh: Use machine specific local.confLeon Anavi2017-08-181-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 Anavi2017-07-2510-1982/+150
|\| | | | | | | into pyro
| * Copy run-qemu script over from meta-updater-qemux86-64Phil Wise2017-07-2010-1982/+150
| | | | | | | | Also remove old bash scripts for running inside qemu
* | Merge branch 'morty' into pyroAnton Gerasimov2017-07-051-33/+20
|\|
| * Fix new/existing build directory logicPhil Wise2017-06-261-1/+3
| |
| * Quote all bash variablesShaun Taheri2017-06-261-36/+18
| |
| * Fix script directory in zshShaun Taheri2017-06-261-4/+7
| |
* | otaimage.py: Arrage script for pyroChanghyeok Bae2017-06-131-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 bblcassesAnton Gerasimov2017-04-261-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 prelinkPhil Wise2017-04-201-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 directoriesPhil Wise2017-04-191-0/+60
| | | | This is a basic script to run bitbake over multiple build* directories
* Add configuration for grub-efi on MinnowboardAnton Gerasimov2017-04-112-0/+10
|
* Add tweaks for compatibility with AGLAnton Gerasimov2017-04-111-3/+2
|
* Fix small bugs, fix WIC for minnowboardAnton Gerasimov2017-04-071-0/+0
|
* Replace TEMPLATECONF with agl-like config snippetsAnton Gerasimov2017-04-041-0/+53
|
* Replace sdcard_image* classes with wicAnton Gerasimov2017-04-032-0/+76
|
* Add support for emulating OSTree updates in qemux86: new live image,Anton Gerasimov2016-08-169-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>