| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
More generic, hopefully a bit clearer. The input must be a recipe, but
recipes depend on packages.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Only one recipe is investigated at a time.
* Output is hopefully closer to the desired format.
* Renamed the output file.
* Skip some basic native and virtual (cross-compilation) build tools so
that the output is not monstrously large.
|
|
|
|
|
| |
Use find_aktualizr_dependencies.sh to get the previous output for
aktualizr-related projects.
|
|\
| |
| | |
Test --running-mode=once
|
| | |
|
|/ |
|
|\
| |
| | |
Bugfix/staging dir host master
|
| |
| |
| |
| |
| | |
This should not be necessary, but after building for the grub test, the
sysroot does not get repopulated as expected for the implicit/HSM tests.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
STAGING_DIR_NATIVE does not get populated as I had previously believed.
Native recipes do not get packaged, so although we want to use a native
executable, we need to get the config files from the
aktualizr-host-tools package built by the aktualizr (target) recipe.
Thanks to Andre McCurdy and Khem Raj for insight on how to get this
right.
|
| | |
|
|/ |
|
|\
| |
| | |
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.
|