| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | | |
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
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |/ / |
|
| | |\ \
| | | | |
| | | | | |
Pull new aktualizr with fixed fd leak
|
| | |/ / |
|
| | |\ \
| | | | |
| | | | | |
Test/pro 4481/hsm
|
| | | | |
| | | | |
| | | | |
| | | | | |
No need for the extra bitbake of aktualizr-native.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Factorize the call of aktualizr-native commands in each testing class
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Also fix a minor provisioning check ordering problem.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Also clean up some minor formatting.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This helps distinguish it from runCmd, which is how you run commands in
the shell.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Improve some organization and logging.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This required setting the LD_LIBRARY_PATH to get some dependencies that
are liable to conflict with the host's normal installation. I adapted
that for the sota_tools tests as well for good measure.
Also, we now actually install cert_provider in the native build.
|
| | |/ /
| | | |
| | | |
| | | |
| | | | |
The credentials test was failing if any other provisioning recipe was
specified.
|
| | |\ \
| | | | |
| | | | | |
Bugfix/p11 fixes
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It was merged into the libp11 package. Bump aktualizr to use the correct
default path (and fix some various OSTree issues). Add opensc as it was
previously a transitive dependency.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
As of 6c0dd6c87f4f4027e9b89f9a9e0dc12ef386d39d these are installed with a
normal 'make install' (via cmake)
|
| | |\ \ \
| | | |/ /
| | |/| | |
Test/oe selftest backport
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This does not appear to be a problem on rocko, and it wasn't a problem
for me on pyro when I last checked less than a month ago. It actually
only broke the native build. This has been fixed upstream at some point,
anyway.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Cherry-pick of c64b399633975bc05856e5eded519c4f22adfe44 from rocko.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Partial cherry-pick of b605cf215ff4cef35c3f62fee0ec14e3c8d5ba22 from
rocko.
|
| | |/ /
| | | |
| | | |
| | | |
| | | | |
Partial cherry-pick of 84baa1c3d8f996f7daf2d8aa3d26197378218f21 from
rocko.
|
| |\ \ \
| | | | |
| | | | | |
Remove aktualizr's jansson dependencies
|