Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | image_types_ota: use IMGDEPLOYDIR for ota-ext4 images | Stefan Agner | 2018-10-18 | 2 | -3/+3 |
| | | | | | | | | | | | Do not write directly to the IMAGE_DEPLOY_DIR but to the new deploy directory IMGDEPLOYDIR. Also change the image ending to match the image type name (from otaimg to ota-ext4). This allows to use the automatic symlinking and output artefact management too. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> | ||||
* | Split yocto builds from yocto selftests | Laurent Bonnans | 2018-09-06 | 2 | -3/+90 |
| | | | | | In a separate Jenkinsfile right now, with a lot of duplication. Let's hope to find a cleaner way | ||||
* | Create a user with correct uid inside CI's Dockerfile | Laurent Bonnans | 2018-09-06 | 2 | -2/+17 |
| | |||||
* | Setup garage credentials for oe-selftest CI | Laurent Bonnans | 2018-09-06 | 2 | -18/+23 |
| | |||||
* | Install ovmf in ci Dockerfile | Laurent Bonnans | 2018-09-06 | 1 | -0/+1 |
| | | | | For qemu tests | ||||
* | Run oe-selftest on Jenkins CI | Laurent Bonnans | 2018-09-06 | 2 | -0/+29 |
| | |||||
* | Specify cpu type -host- for KVM modefix/cpu-type | Eugene Smirnov | 2018-08-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #351 from advancedtelematic/feat/better-dependencies | cajun-rat | 2018-07-24 | 3 | -125/+237 |
|\ | | | | | Feat/better dependencies | ||||
| * | find_dependencies.py: Fix cases with no meaningful dependencies. | Patrick Vacek | 2018-06-28 | 1 | -12/+19 |
| | | |||||
| * | find_aktualizr_dependencies.sh: Run once per recipe. | Patrick Vacek | 2018-06-28 | 1 | -12/+11 |
| | | |||||
| * | find_dependencies.py: rename from find_packages.py. | Patrick Vacek | 2018-06-28 | 1 | -0/+0 |
| | | | | | | | | | | More generic, hopefully a bit clearer. The input must be a recipe, but recipes depend on packages. | ||||
| * | find_packages.py: Hide some i586-specific virtual packages. | Patrick Vacek | 2018-06-28 | 1 | -0/+2 |
| | | |||||
| * | find_packages.py: Do not write anything if recipe is not found. | Patrick Vacek | 2018-06-28 | 1 | -25/+30 |
| | | |||||
| * | find_packages.py: Substantial rewrite based on OSS team feedback. | Patrick Vacek | 2018-06-28 | 1 | -49/+130 |
| | | | | | | | | | | | | | | | | * Only one recipe is investigated at a time. * Output is hopefully closer to the desired format. * Renamed the output file. * Skip some basic native and virtual (cross-compilation) build tools so that the output is not monstrously large. | ||||
| * | find_packages.py: input package names to search. | Patrick Vacek | 2018-06-27 | 2 | -20/+38 |
| | | | | | | | | | | Use find_aktualizr_dependencies.sh to get the previous output for aktualizr-related projects. | ||||
* | | Remove python3-requests from Dockerfile.bitbake | Laurent Bonnans | 2018-06-27 | 1 | -1/+0 |
| | | |||||
* | | Rename Jenkinsfile to Jenkinsfile.bleeding | Laurent Bonnans | 2018-06-25 | 1 | -0/+3 |
| | | | | | | | | + small doc comment | ||||
* | | Small doc about setting up Jenkins for meta-updater | Laurent Bonnans | 2018-06-25 | 1 | -0/+14 |
| | | |||||
* | | Add caching to CI bitbaking | Laurent Bonnans | 2018-06-25 | 2 | -4/+30 |
| | | | | | | | | | | Also fix various issues with environment variables and file transfers to Docker | ||||
* | | Use plain bash instead of hacky sed for CI config files | Laurent Bonnans | 2018-06-22 | 3 | -16/+10 |
| | | |||||
* | | Try to bitbake on CI inside docker | Laurent Bonnans | 2018-06-22 | 2 | -4/+42 |
| | | |||||
* | | Refactor some of the Jenkins pipeline stuff | Laurent Bonnans | 2018-06-21 | 1 | -9/+14 |
|/ | | | | Some options looked deprecated | ||||
* | Try to checkout aktualizr from pipeline | Laurent Bonnans | 2018-06-18 | 1 | -2/+11 |
| | |||||
* | Bitbake build from Jenkins | Laurent Bonnans | 2018-06-18 | 4 | -2/+83 |
| | |||||
* | Checkout of repo from Jenkins | Laurent Bonnans | 2018-06-18 | 1 | -0/+27 |
| | |||||
* | find_packages.py: Ignore packages in ASSUME_PROVIDED. | Patrick Vacek | 2018-05-30 | 1 | -3/+6 |
| | | | | | There will not be recipes for those packages, so don't go looking for them. We don't need them, anyway. | ||||
* | find_packages.py: Fix python style issues. | Patrick Vacek | 2018-05-28 | 1 | -9/+7 |
| | |||||
* | find_packages.py: Add explanatory comment about list appending. | Patrick Vacek | 2018-05-28 | 1 | -0/+3 |
| | |||||
* | find_packages.py: Fix repo name parsing logic. | Patrick Vacek | 2018-05-28 | 1 | -5/+20 |
| | | | | Also expand/explain TODOs. | ||||
* | find_packages.py: Get full path for patches and other local files. | Patrick Vacek | 2018-05-28 | 1 | -4/+11 |
| | | | | | It might be even better to get the path relative to the root of the repo the files live in, but this is at least a step in the right direction. | ||||
* | find_packages.py: Check for a few unlisted aktualizr dependencies. | Patrick Vacek | 2018-05-28 | 1 | -1/+9 |
| | | | | | | | Not all possible dependencies are specified in DEPENDS, since we don't build with everything enabled by default, so search for additional potential dependencies explicitly. Also add a comment about the things that we do not have visibility into from this process. | ||||
* | find_packages.py: Catch empty info and return early. | Patrick Vacek | 2018-05-28 | 1 | -1/+5 |
| | | | | Master branch returns empty instead of throwing an exception. | ||||
* | find_packages.py: Initial version. | Patrick Vacek | 2018-05-28 | 1 | -0/+87 |
| | | | | Finds aktualizr package information for OSS Review Toolkit. | ||||
* | Merge remote-tracking branch 'origin/rocko' into rocko-merge | Ricardo Salveti | 2018-03-29 | 2 | -0/+9 |
|\ | | | | | | | Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | ||||
| * | Restrict secondary network to localhost | Phil Wise | 2018-03-27 | 1 | -1/+1 |
| | | |||||
| * | Add a --secondary-network option to run-qemu-ota | Phil Wise | 2018-03-19 | 2 | -0/+9 |
| | | | | | | | | | | This sets up a simulated 'in vehicle' network. Add support for a Primary node with a DHCP server and a secondary node with a DHCP client. | ||||
* | | sdimage-sota.wks: remove label as it gets set by image_types_ota | Ricardo Salveti | 2018-03-08 | 1 | -1/+1 |
|/ | | | | | | | image_types_ota already defines the rootfs label when creating the ota image, so drop label overwrite when creating the sdcard partition. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | ||||
* | More general exception handler for `kvm-ok` | Laurent Bonnans | 2018-01-19 | 1 | -1/+1 |
| | | | | If the program is not in PATH, `FileNotFoundError` is raised | ||||
* | Fix some basic oe-selftest errors. | Patrick Vacek | 2018-01-18 | 1 | -1/+1 |
| | | | | | Grub, HSM, and qemu hostname tests still fail for reasons I haven't figured out yet. | ||||
* | Merge branch 'pyro' into bugfix/update-rocko | Patrick Vacek | 2018-01-17 | 1 | -6/+5 |
|\ | | | | | | | Bring over fixes from the last couple months from pyro in rocko. | ||||
| * | Add a hint when machine autodetection fails | Phil Wise | 2017-12-01 | 1 | -6/+5 |
| | | | | | | | | Also fix a pylint warning about indentation | ||||
* | | Add fixes for compatibility with Rocko | Anton Gerasimov | 2017-11-17 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #181 from ↵ | OYTIS | 2017-11-17 | 1 | -9/+1 |
|\ | | | | | | | | | advancedtelematic/bugfix/PRO-4319/duplicate-bblayers-snippets Ignore configuration templates to avoid duplicate inclusion of stuff | ||||
| * | Ignore configuration templates to avoid duplicate inclusion of stuff | Anton Gerasimov | 2017-11-17 | 1 | -9/+1 |
| | | | | | | | | | | | | Also add IMAGE_ROOTFS_EXTRA_SPACE to qemu configuration which was the original motivation for returning TEMPLATECONF processing (see https://github.com/advancedtelematic/meta-updater-qemux86-64/pull/9 ) | ||||
* | | Autodetect KVM | Phil Wise | 2017-11-16 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | Autodetect KVM by using the 'kvm-ok' command line tool. This has two benefits: Firstly, it improves the UX of run-qemu-ota when working on machines without KVM (e.g. AWS). Previously, people had to use the --no-kvm option in these cases. Secondary, it makes oe-selftest usable on machines without KVM. Our tests call run-qemu-ota, and we want to able to run them on machines without KVM. | ||||
* | | 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 |
| | |