| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
|/
|
|
| |
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.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|\
| |
| | |
Fix incompatibilities with latest pyro, use wic on RPi
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\|
| |
| |
| | |
into pyro
|
| |
| |
| |
| | |
Also remove old bash scripts for running inside qemu
|
|\| |
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This is a basic script to run bitbake over multiple build* directories
|
| |
|
| |
|
| |
|
| |
|