| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As a image_types_* bbclass, it does not have to inherit image class, it
is sort of redundant code.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
| |/
| |
| |
| |
| |
| |
| | |
As a image_types_* bbclass, it does not have to inherit image class, it
is sort of redundant code.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
| |\
| | |
| | | |
Bump Aktualizr version to get P11 fixes
|
| |/ |
|
| |\
| | |
| | | |
Put extra configs in their own files.
|
| |/
| |
| |
| |
| |
| | |
This is more reliable and readable than just dumping things with echo. Plus it
is easier for setting permissions, and it fixes some obscure problem with line
endings that only happens on shovel.
|
| |\
| | |
| | |
| | |
| | | |
advancedtelematic/bugfix/PRO-5380/libp11-openssl-again
Update patch to fix openssl-1.0.o.
|
| |/ |
|
| |\
| | |
| | | |
Bugfix/bump aktualizr
|
| | | |
|
| |/ |
|
| |\
| | |
| | | |
Provide example aktualizr configuration recipes and documentation
|
| | |
| | |
| | |
| | |
| | | |
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.
|