| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Expose a fake hardware rng on the guest, linked to the host's /dev/urandom.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
do_image_wic task is a standalone task that depending on
do_image_ota_ext4, so it's possible that do_image_wic runs
(taskhash contaminated) but do_image_ota_ext4 does not (taskhash not
contaminated), in which case, the otaimage would be in DEPLOY_DIR_IMAGE
instead of in IMGDEPLOYDIR, so we need check both of them.
Also, the logger.error is not supposed to raise a error, it just
prints out a error message, so we should use WicError.
And another typo is it checks IMGDEPLOYDIR but reports DEPLOY_DIR_IMAGE
not exist, also fix that.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|
|
|
| |
Signed-off-by: Manikandan Kandasamy <manikandan.kandasamy@here.com>
|
|
|
|
|
|
| |
Also remove all references to aktualizr-example-interface. It has been removed.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
In a separate Jenkinsfile right now, with a lot of duplication. Let's
hope to find a cleaner way
|
| |
|
| |
|
|
|
|
| |
For qemu tests
|
| |
|
| |
|
|\
| |
| | |
Feat/better dependencies
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
More generic, hopefully a bit clearer. The input must be a recipe, but
recipes depend on packages.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| | |
Use find_aktualizr_dependencies.sh to get the previous output for
aktualizr-related projects.
|
| | |
|
| |
| |
| |
| | |
+ small doc comment
|
| | |
|
| |
| |
| |
| |
| | |
Also fix various issues with environment variables and file transfers to
Docker
|
| | |
|
| | |
|
|/
|
|
| |
Some options looked deprecated
|
| |
|
| |
|
| |
|
|
|
|
|
| |
There will not be recipes for those packages, so don't go looking for
them. We don't need them, anyway.
|
| |
|
| |
|
|
|
|
| |
Also expand/explain TODOs.
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Master branch returns empty instead of throwing an exception.
|
|
|
|
| |
Finds aktualizr package information for OSS Review Toolkit.
|
|\
| |
| |
| | |
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| | |
|
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
|
| |
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>
|
|
|
|
| |
If the program is not in PATH, `FileNotFoundError` is raised
|
|
|
|
|
| |
Grub, HSM, and qemu hostname tests still fail for reasons I haven't
figured out yet.
|
|\
| |
| |
| | |
Bring over fixes from the last couple months from pyro in rocko.
|
| |
| |
| |
| | |
Also fix a pylint warning about indentation
|
|/ |
|
|\
| |
| |
| |
| | |
advancedtelematic/bugfix/PRO-4319/duplicate-bblayers-snippets
Ignore configuration templates to avoid duplicate inclusion of stuff
|
| |
| |
| |
| |
| |
| | |
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 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.
|
| | |
|