| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| | |
Support pkcs#11 in aktualizr and add softhsm token for testing
|
| | |
|
|\ \
| |/
|/| |
[PRO-4166] fix missing `numfmt`
|
|/ |
|
|\
| |
| | |
Feat/pro 3799/implicit writer
|
| | |
|
| |
| |
| |
| |
| | |
Also remove implicit-prov from DISTRO_FEATURES. Just specify
SOTA_CLIENT_PROV directly.
|
| |
| |
| |
| | |
It should be able to be updated.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Split aktualizr into basic and native recipes by moving most of the work
to an include file. Use aktualizr-implicit-writer (on host) to do the
actual work of configuring sota.toml and installing files.
Still not quite fully functional.
|
|/
|
|
| |
According to https://www.openembedded.org/wiki/Styleguide
|
|\
| |
| | |
Make it easier to build from branches and run a specific image
|
|/
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| | |
Hacky ability to provide client credentials and install them on the device
|
| | |
|
|\ \
| | |
| | | |
Add recipes to test pkcs11 functionality in Aktualizr
|
| |/ |
|
|\ \
| |/
|/| |
Remove useless/obsolete --disable-keyid-validation option.
|
| | |
|
|\ \
| | |
| | | |
Pyro needs coreutils-native (we call sync) b/c rss
|
| |/
| |
| |
| |
| | |
We need to make sure 'sync' is in place.
Unzip-native could probably also use ":do_populate_sysroot".
|
|\ \
| | |
| | | |
Split Aktualizr binary and systemd service/configuration
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Append recipe aktualizr-auto-prov for provisioning of
systemd service and configurations to the SOTA image.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Provide Aktualizr systemd service and configurations
for manual and autoprovision in a separate recipe.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
| |/
| |
| |
| |
| |
| |
| | |
Split Aktualizr binary and systemd service and
configurations by moving them to another recipe.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\ \
| |/
|/| |
Feat/switchtopyro
|
|/| |
|
| |\
| | |
| | |
| | |
| | | |
advancedtelematic/feat/PRO-3923-add-persistence-option-qemu-script
PRO-3923 Add persistence option to run-qemu script
|
| |/ |
|
| |\
| | |
| | | |
ostree_git.bb: Depends on xz for liblzma
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Move Yocto/OE recipe xz from the run-time dependencies
to the dependencies because liblzma is required for
the successful configuration of OSTree.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\ \
| | |
| | | |
Remove BUILD_TESTS=OFF because it does nothing.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Aktualizr tests are no longer built with 'make all' and there is no
longer a variable named BUILD_TESTS so setting it is neither necessary
nor meaningful.
|
|\ \ \
| | | |
| | | | |
Merge morty changes forward to pyro
|
| | | | |
|
|/| | |
| | |/
| |/| |
|
| |\ \
| | | |
| | | | |
Show warnings if credentials are not provided
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Print warnings if variable SOTA_PACKED_CREDENTIALS
is not set or if the specified file does not exist.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
| |\ \ \
| | | | |
| | | | | |
Set IMAGE_OVERHEAD_FACTOR for fixed initrd size
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
Set
IMAGE_OVERHEAD_FACTOR = "1.0"
Otherwise the initrd was 12M due to the default overhead (x1.3).
|
| |\ \ \
| | | | |
| | | | | |
update sota-client to d41540a5
|
| | |/ / |
|
| |\ \ \
| | |/ /
| |/| | |
scripts/envsetup.sh: Use machine specific local.conf
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| |\ \
| | | |
| | | | |
Delete treehub.json from the credentials package on the device
|
| |/ / |
|
| |\ \
| | | |
| | | | |
Bugfix/pro 3484/avoid build unzip
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Unzip credentials archive and create files as appropriate, since none of
that is necessary for aktualizr anymore. This is now done in the
sota_provision script.
It apparently does not work in the rvi-sota-client recipe, but this
solution is perhaps even cleaner anyway.
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | | |
Warn if older credential environment variables are set. They are now
ignored since the credentials aren't unpacked during building.
|