| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Move HSM dependencies to aktualizr recipe, since it's aktualizr that can
depend on HSM support, not the provisioning prepartion.
Remove references to systemd in provisioning recipes, since they have
nothing to do with systemd.
|
| |
|
|\
| |
| | |
updater.py: Fix test broken by man/man-db upgrade.
|
|/ |
|
|\
| |
| | |
find_packages.py: Ignore packages in ASSUME_PROVIDED.
|
|/
|
|
|
| |
There will not be recipes for those packages, so don't go looking for
them. We don't need them, anyway.
|
|\
| |
| | |
Feat/find packages
|
| | |
|
| | |
|
| |
| |
| |
| | |
Also expand/explain TODOs.
|
| |
| |
| |
| |
| | |
It might be even better to get the path relative to the root of the repo
the files live in, but this is at least a step in the right direction.
|
| |
| |
| |
| |
| |
| |
| | |
Not all possible dependencies are specified in DEPENDS, since we don't
build with everything enabled by default, so search for additional
potential dependencies explicitly. Also add a comment about the things
that we do not have visibility into from this process.
|
| |
| |
| |
| | |
Master branch returns empty instead of throwing an exception.
|
|/
|
|
| |
Finds aktualizr package information for OSS Review Toolkit.
|
|\
| |
| | |
Rocko to master 2018 05 28
|
| |\
| | |
| | | |
ostree: Don't use autotools-brokensep.
|
| | |
| | |
| | |
| | |
| | | |
The only reason we needed it was because of a relative path that I've
now made absolute.
|
| |\ \
| | |/
| |/| |
Include fix for qemu in sota_qemux86-64.bbclass
|
| |/ |
|
|\ \
| | |
| | | |
Update master with recent fixes
|
|/| |
| |/ |
|
| |\
| | |
| | | |
Remove support for u-boot on minnowboard
|
| |/
| |
| |
| | |
See https://github.com/advancedtelematic/meta-updater-minnowboard/pull/6
|
| |\
| | |
| | | |
Review shipped directories in aktualizr recipes
|
| | |
| | |
| | |
| | | |
Missing directories in FILES_xx were causing bitbake QA errors on sumo
|
| |\ \
| | |/
| |/| |
Remove aktualizr-common because schemas are embedded
|
| |/ |
|
| |\
| | |
| | | |
Move log-debug from 90 to 05.
|
| |/
| |
| |
| |
| |
| | |
This way it will probably the first config read, meaning it will be applied
earlier in the config processing flow. It still means that at the moment, no
message about reading the log-debug.toml appears, though.
|
| |\
| | |
| | |
| | |
| | | |
advancedtelematic/fix/PRO-5376/backport-master-fixes
Backport from master to rocko
|
| | |
| | |
| | |
| | | |
It needs a plain compressed file system and not an u-boot legacy image
|
| | |
| | |
| | |
| | |
| | | |
If it's in `do_install_append`, no need to also put it in
`do_install_append_class-native`
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
image_types_ota already defines the rootfs label when creating the ota
image, so drop label overwrite when creating the sdcard partition.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
/boot/grub2/grub.cfg should reflect the grub.cfg used by the boot process
instead of being an empty file.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
User is able to customize the init script via OSTREE_INITRAMFS_IMAGE but
there is no way to set INITRAMFS_FSTYPES as it gets defined by
sota.bbclass. Create a new variable called OSTREE_INITRAMFS_IMAGE to
handle the INITRAMFS_FSTYPES update, and also allow the user to override
it.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|