| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Fix the following boot warning:
systemd[1]: Configuration file /usr/lib/systemd/system/ostree-remount.service
is marked executable. Please remove executable permission bits. Proceeding
anyway.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
RAMDISK_EXT and IMAGE_FSTYPES of initramfs-ostree-image should not be
defined separately, because they are representing the same fstype of
a same initramfs image, or else, they turn out to be inconsistent if
the users change one of them.
So we use INITRAMFS_FSTYPES already defined in bitbake.conf, to be able
to set fstype for initramfs. And it should default to ext4.gz.u-boot or
ext4.gz depending on what OSTREE_BOOTLOADER is being set.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|
|
|
|
|
|
|
| |
It can not determine the init manager is systemd by checking if
DISTRO_FEATURES contains 'systemd', change it to check
VIRTUAL-RUNTIME_init_manager instead.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|\
| |
| | |
Feat/backport from master
|
| |
| |
| |
| |
| |
| | |
Avoid exposing the sign repo after the build is completed.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
sota_raspberrypi can handle the rpi differences if required.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.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>
|
|/
|
|
|
|
|
| |
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
|
|\ \
| |/
|/| |
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'
|