summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* qemucommand: Restore custom booloader parameter.Patrick Vacek2020-08-261-1/+4
* Fix envsetup when run in zshLaurent Bonnans2020-04-291-10/+22
* Update CI scripts to match other supported branches.Patrick Vacek2020-02-284-15/+62
* oe-selftest.sh: This also now requires setting git identity.Patrick Vacek2020-02-281-1/+11
* Remove a debug print in qemucommand.pyLaurent Bonnans2020-02-281-1/+0
* Fix default uboot-enable variable in qemu command scriptKostiantyn Bushko2020-01-292-2/+2
* build and run image without ostree support for qemux86-64Kostiantyn Bushko2020-01-293-17/+53
* fix issue with attr error for host_forwardKostiantyn Bushko2020-01-151-1/+1
* run-qemu-ota: passing hostfwd as command line argumentKostiantyn Bushko2020-01-152-0/+15
* Add --bootloader flag to specify path to a custom u-boot rom.Patrick Vacek2019-12-122-0/+3
* OTA-3988: Split the local.conf to a base and a distro specific partMykhaylo Sul2019-11-201-3/+10
* OTA-3988: Non-systemd/poky-sota local.confMykhaylo Sul2019-11-201-2/+7
* aktualizr-device-prov-creds: remove it.Patrick Vacek2019-10-211-1/+0
* Remove Jenkins references in meta-updaterLaurent Bonnans2019-10-213-192/+0
* Print usage information after parameter checking.Patrick Vacek2019-09-111-6/+6
* Prevent creating an overlay with any path but the current directory.Patrick Vacek2019-09-111-1/+11
* Copy the image and U-Boot rom when using overlays.Patrick Vacek2019-09-112-9/+43
* qemucommand.py: redirect qemu monitor to null chardevEugene Smirnov2019-08-151-6/+10
* More helpful error message when running qemuLaurent Bonnans2019-08-151-1/+3
* Add some sample configuration in default local.confLaurent Bonnans2019-07-191-2/+3
* Use 128M by default for qemu in oe-selftestsLaurent Bonnans2019-07-172-3/+7
* Add ability to supply METADIR to envsetup.shLaurent Bonnans2019-07-171-1/+1
* Rename provisioning methods.Patrick Vacek2019-06-051-6/+7
* OTA-2541: Static IP address on Primary's and Secondary's internal NICMike Sul2019-06-051-2/+2
* Solve qemu long rng initialization problemLaurent Bonnans2019-04-291-0/+2
* wic:plugins:otaimage.py: fix a potential issueMing Liu2019-04-291-6/+18
* Configure oe-selftests to run on specific node labelci/ota-1810Manikandan Kandasamy2018-12-141-1/+3
* docs: better explanation of oe-selftest requirements.doc/oe-selftest-and-rm-examplePatrick Vacek2018-11-161-2/+3
* image_types_ota: use IMGDEPLOYDIR for ota-ext4 imagesStefan Agner2018-10-182-3/+3
* Split yocto builds from yocto selftestsLaurent Bonnans2018-09-062-3/+90
* Create a user with correct uid inside CI's DockerfileLaurent Bonnans2018-09-062-2/+17
* Setup garage credentials for oe-selftest CILaurent Bonnans2018-09-062-18/+23
* Install ovmf in ci DockerfileLaurent Bonnans2018-09-061-0/+1
* Run oe-selftest on Jenkins CILaurent Bonnans2018-09-062-0/+29
* Specify cpu type -host- for KVM modefix/cpu-typeEugene Smirnov2018-08-171-1/+1
* Merge pull request #351 from advancedtelematic/feat/better-dependenciescajun-rat2018-07-243-125/+237
|\
| * find_dependencies.py: Fix cases with no meaningful dependencies.Patrick Vacek2018-06-281-12/+19
| * find_aktualizr_dependencies.sh: Run once per recipe.Patrick Vacek2018-06-281-12/+11
| * find_dependencies.py: rename from find_packages.py.Patrick Vacek2018-06-281-0/+0
| * find_packages.py: Hide some i586-specific virtual packages.Patrick Vacek2018-06-281-0/+2
| * find_packages.py: Do not write anything if recipe is not found.Patrick Vacek2018-06-281-25/+30
| * find_packages.py: Substantial rewrite based on OSS team feedback.Patrick Vacek2018-06-281-49/+130
| * find_packages.py: input package names to search.Patrick Vacek2018-06-272-20/+38
* | Remove python3-requests from Dockerfile.bitbakeLaurent Bonnans2018-06-271-1/+0
* | Rename Jenkinsfile to Jenkinsfile.bleedingLaurent Bonnans2018-06-251-0/+3
* | Small doc about setting up Jenkins for meta-updaterLaurent Bonnans2018-06-251-0/+14
* | Add caching to CI bitbakingLaurent Bonnans2018-06-252-4/+30
* | Use plain bash instead of hacky sed for CI config filesLaurent Bonnans2018-06-223-16/+10
* | Try to bitbake on CI inside dockerLaurent Bonnans2018-06-222-4/+42
* | Refactor some of the Jenkins pipeline stuffLaurent Bonnans2018-06-211-9/+14
|/