| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | | |
Not much else from the example configs that is easy to test with
oe-selftest.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fix permissions, drop explicit aktualizr dependency, put everything in
/usr/lib/sota/conf.d, rename with numeric prefixes to make precedence
more clear.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Obviates the need for SOTA_CLIENT_FEATURES = "disable_send_ip".
|
| | |
| | |
| | |
| | |
| | | |
SOTA_LEGACY_SECONDARY_INTERFACE is now obsolete. Instead, include this:
IMAGE_INSTALL_append = " aktualizr-examples aktualizr-example-interface "
|
| |/
| |
| |
| | |
It's worked fine without it, but better to be explicit.
|
| |\
| | |
| | | |
Fix /var/sota perms
|
| | | |
|
| |/
| |
| |
| | |
We should also do this in the recipes
|
| |\
| | |
| | | |
Bump Aktualizr to get PRO-5211 Report network info
|
| |/ |
|
| |\
| | |
| | | |
Decode bytes.
|
| |/ |
|
| |\
| | |
| | | |
Feat/garage sign auto version
|
| | |
| | |
| | |
| | |
| | | |
Get the server URL out of the credentials and ask what version the
server is using.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Set GARAGE_SIGN_VERSION in local.conf to request a specific version, e.g.:
GARAGE_SIGN_VERSION = "cli-0.3.0-5-g5908997.tgz"
If unset, the default (latest version) will be used.
Set GARAGE_SIGN_SHA256 in local.conf to specify a hash to check, e.g.:
GARAGE_SIGN_SHA256 = "94f5db1accbbbaa279f7ac5a2e618f5448adeafbe32d6cbc90c8604054ab653e"
If unset, the sha256 is not computed.
|
| |\ \
| | |/
| |/| |
Move dev settings to main README. Add table of contents.
|
| | | |
|
| |\ \
| | |/
| |/| |
Stop forcing Linux 4.4 on qemux86-64
|
| | |
| | |
| | |
| | | |
The mentioned issue doesn't seem to exist anymore
|
|\ \ \
| | | |
| | | | |
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.
|