summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Backporting scripts for QEMULeon Anavi2019-01-072-116/+148
| | | | | | | Backporting scripts for running images in QEMU from branch Sumo to branch Morty. Add *.pyc files to .gitignore. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Ignore configuration templates to avoid duplicate inclusion of stuffAnton Gerasimov2018-01-051-9/+1
| | | | | | | | | Cherry-picked (e31b5428a4dff2b5d68daf34f079c4789c0c5d4b) from pyro, but leaving out the IMAGE_ROOTFS_EXTRA_SPACE part. This fixes a bug that was rather tough to track down. The duplicated layer meant that the same patch for pseudo was getting applied twice, which caused a loud error instead of just getting skipped.
* Fix race condition in run-qemu-otaAnton Gerasimov2017-11-081-1/+1
|
* PRO-3923 Add persistence option to run-qemu scriptJon Oster2017-09-051-2/+25
|
* 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>
* Copy run-qemu script over from meta-updater-qemux86-64Phil Wise2017-07-2010-1982/+150
| | | | Also remove old bash scripts for running inside qemu
* 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
|
* 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>