| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Check for custom target version for installed_versions
|
|/
|
|
|
|
|
| |
Make sure to use the custom target version when creating
installed_versions if defined by the user.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
|\
| |
| | |
layer.conf: add LAYERSERIES_COMPAT markup
|
| |
| |
| |
| |
| |
| |
| | |
Allows the user to easily identify if the layer is compatible with
oe-core.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
|\ \
| |/
|/| |
ostree: remove python from rdepends
|
|/
|
|
|
|
|
| |
Python is not needed by ostree itself (no script or utility using
python), so remove it from the rdepends list.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
|\
| |
| | |
aktualizr: include default configs as part of host-tools
|
| |
| |
| |
| |
| |
| |
| | |
Provide the default sota configs as part of host-tools so they can be
used by aktualizr_cert_provider and aktualizr_implicit_writer.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
|\ \
| | |
| | | |
Add support for custom garage target version and url
|
|/ /
| |
| |
| |
| |
| |
| | |
Both values can be defined by the user, allowing a custom version id and
URL, which is specially useful for CI builds.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
|\ \
| | |
| | | |
image_types_ostree.bbclass: clean up GARAGE_SIGN_REPO after push
|
| | |
| | |
| | |
| | |
| | |
| | | |
Avoid exposing the sign repo after the build is completed.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
|\ \ \
| |_|/
|/| | |
sota.bbclass: use common rpi override for raspberrypi
|
| |/
| |
| |
| |
| |
| | |
sota_raspberrypi can handle the rpi differences if required.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
|\ \
| |/
|/| |
Merge latest rocko updates into master
|
|/|
| |
| |
| | |
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| |\
| | |
| | | |
Assorted minor cleanup and formatting.
|
| |/
| |
| |
| |
| |
| | |
Includes the suggestion for using /etc/sota/sota.env if it exists as
recommended by the discussion here:
https://github.com/advancedtelematic/meta-updater/pull/275
|
| |\
| | |
| | | |
Bump aktualizr
|
| |/
| |
| |
| | |
Needed to work with the addition of aktualizr-check-discovery
|
| |\
| | |
| | | |
Add aktualizr-check-discovery to shipped files
|
| |/ |
|
| |\
| | |
| | | |
Improve Secondary support
|
| | | |
|
| |/
| |
| |
| | |
Also add a test for the 'primary-image'
|
| |\
| | |
| | | |
UDP Socket activation for discovery service
|
| | |
| | |
| | |
| | | |
Specifically, cc3a8927 "Fix socket activation when UDP enabled" is required.
|
| | | |
|
| |/
| |
| |
| | |
Also, timeout communication to the DUT after 60s.
|
| |\
| | |
| | | |
run-qemu-ota support for secondaries
|
| | | |
|
| |/
| |
| |
| |
| | |
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.
|
| |\
| | |
| | | |
Add secondary-image to meta-updater
|
| | | |
|
| |/
| |
| |
| |
| |
| | |
This required splitting the aktualizr package into several components, in order
to be able to either install the primary 'aktualzr' or the secondary
'aktualizr-secondary'.
|
| |\
| | |
| | | |
Test/better oe selftest
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There's not much we can do, since booting the device via a test is not
practical. Still, it's useful to make sure that we can build the image.
If trying to build the image in an environment designed for qemu, this
takes some trickery to set things up just right.
Also consistently set up layers before setting the MACHINE, since the
sanity checker sometimes complains otherwise.
|
| | |
| | |
| | |
| | | |
Also fix a broken link.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The layers required for the grub test are now also only added if not
already present.
This should make the tests runnable from an environment configured for
raspberry pi.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Check successful provisioning with autoprov and grub.
* Refactor provisioning check into an independent function.
* Rename QemuTests to AutoProvTests since that's what it is now.
* Be more explicit about MACHINE.
|
| |\ \
| | | |
| | | | |
Use FIT image on RPi
|
| | | | |
|
| |\ \ \
| | |_|/
| |/| | |
Fix calculate_size in case $SIZE < $MIN
|
| |/ /
| | |
| | | |
calculate_size had a typo that made one of the cases fail. This patch fixes it.
|
| |\ \
| | | |
| | | | |
Test/pro 4481/hsm rocko
|
| |/| |
| | | |
| | | |
| | | | |
Bring in updates to oe-selftest.
|
| | |\ \
| | | | |
| | | | | |
oe-selftest for implicit provisioning
|
| | | | | |
|
| | | | | |
|
| | | | | |
|