| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
First pipeline setup for meta-updater CI
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Compatibility with latest aktualizr
|
| |
| |
| |
| | |
Note that the HsmTests still sometimes fail
|
|\ \
| | |
| | | |
garage-push: enable verbose logging by default
|
| |/
| |
| |
| |
| |
| |
| | |
Make garage-push logs more useful in case of errors when pushing to the
OTA+ server.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
|\ \
| |/
|/| |
Ostree recipe cleanups
|
| |
| |
| |
| |
| |
| |
| | |
Define extra packages to cover the bash-completion and dracut related
files, as they are not necessarily required by ostree.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
No need to define SYSTEMD_REQUIRED and no need to manually install the
service files, as that is already handled by ostree and the systemd
bbclass.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Remove gtk-doc-native from DEPENDS and also remove util-linux-* packages
from RDEPENDS as the dependencies for the required libraries are already
populated by OE.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Maintaining different build flags for target and native just makes it
harder to maintain the recipe and it is not really needed as
systemd-native is already available for systems building systemd.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Set the standard CFLAGS variable instead of defining it via EXTRA_OECONF
and also remove the configure flags that are automatically enabled based
on the build depends.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| |
| |
| |
| |
| |
| |
| | |
Prefer prepend (autogen) and also avoid customizing do_compile as
exporting BUILD_SYS and HOST_SYS is already enough.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| |
| |
| |
| |
| |
| | |
Ostree is LGPLv2+ and not GPLv2+.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
|/
|
|
| |
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
|
| |
|
|\
| |
| | |
Bugfix/implicit and certs master
|
| |\
| | |
| | |
| | | |
bugfix/implicit-and-certs-master
|
| | |\
| | | |
| | | | |
Fixup oe-selftest
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The change that removes autotools-brokensep breaks people who have old
sstate caches that were built in-tree. Bump the PR to flush these out of
the system.
|
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There is no longer a need for dumping the whole config, now we can just
add what we need to a new config file and use that in addition to the
base config. This simplifies several things and fixes a few bugs.
Also renamed the configs to make provenance a little clearer.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|