Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small doc about setting up Jenkins for meta-updater | Laurent Bonnans | 2018-06-25 | 1 | -0/+14 |
| | |||||
* | Add caching to CI bitbaking | Laurent Bonnans | 2018-06-25 | 2 | -4/+30 |
| | | | | | Also fix various issues with environment variables and file transfers to Docker | ||||
* | Use plain bash instead of hacky sed for CI config files | Laurent Bonnans | 2018-06-22 | 3 | -16/+10 |
| | |||||
* | Try to bitbake on CI inside docker | Laurent Bonnans | 2018-06-22 | 2 | -4/+42 |
| | |||||
* | Refactor some of the Jenkins pipeline stuff | Laurent Bonnans | 2018-06-21 | 1 | -9/+14 |
| | | | | Some options looked deprecated | ||||
* | Merge pull request #346 from advancedtelematic/test/running-mode | Patrick Vacek | 2018-06-20 | 2 | -1/+44 |
|\ | | | | | Test --running-mode=once | ||||
| * | Bump Aktualizr version | Phil Wise | 2018-06-20 | 1 | -1/+1 |
| | | |||||
| * | Test --running-mode=once | Phil Wise | 2018-06-20 | 1 | -0/+43 |
|/ | |||||
* | Merge pull request #339 from advancedtelematic/bugfix/staging_dir_host_master | Patrick Vacek | 2018-06-19 | 7 | -27/+26 |
|\ | | | | | Bugfix/staging dir host master | ||||
| * | updater.py: Add hack to clean recipes before building. | Patrick Vacek | 2018-06-19 | 1 | -0/+2 |
| | | | | | | | | | | 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. | ||||
| * | updater.py: Fix longstanding typo. | Patrick Vacek | 2018-06-19 | 1 | -7/+7 |
| | | |||||
| * | CONTRIBUTING.adoc: clarify which branches have what status. | Patrick Vacek | 2018-06-19 | 1 | -1/+2 |
| | | |||||
| * | aktualizr-*-prov: read config files from STAGING_DIR_HOST. | Patrick Vacek | 2018-06-19 | 4 | -16/+13 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | sota.bbclass: remove obsolete/incorrect comment. | Patrick Vacek | 2018-06-19 | 1 | -1/+0 |
| | | |||||
| * | aktualizr-auto-prov: Remove redundant '.toml'. | Patrick Vacek | 2018-06-19 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #344 from advancedtelematic/test/ci-jenkins | lbonn | 2018-06-19 | 4 | -0/+117 |
|\ | | | | | First pipeline setup for meta-updater CI | ||||
| * | Try to checkout aktualizr from pipeline | Laurent Bonnans | 2018-06-18 | 1 | -2/+11 |
| | | |||||
| * | Bitbake build from Jenkins | Laurent Bonnans | 2018-06-18 | 4 | -2/+83 |
| | | |||||
| * | Checkout of repo from Jenkins | Laurent Bonnans | 2018-06-18 | 1 | -0/+27 |
|/ | |||||
* | Merge pull request #341 from advancedtelematic/fix/tests | Patrick Vacek | 2018-06-15 | 4 | -5/+10 |
|\ | | | | | Compatibility with latest aktualizr | ||||
| * | Compatibility with latest aktualizr | Phil Wise | 2018-06-15 | 4 | -5/+10 |
| | | | | | | | | Note that the HsmTests still sometimes fail | ||||
* | | Merge pull request #337 from rsalveti/garage | lbonn | 2018-06-14 | 1 | -1/+1 |
|\ \ | | | | | | | garage-push: enable verbose logging by default | ||||
| * | | garage-push: enable verbose logging by default | Ricardo Salveti | 2018-06-12 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | Make garage-push logs more useful in case of errors when pushing to the OTA+ server. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | ||||
* | | Merge pull request #336 from rsalveti/ostree | lbonn | 2018-06-14 | 1 | -55/+32 |
|\ \ | |/ |/| | Ostree recipe cleanups | ||||
| * | ostree: improve package split logic and define extra packages | Ricardo Salveti | 2018-06-12 | 1 | -17/+17 |
| | | | | | | | | | | | | | | 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> | ||||
| * | ostree: improve systemd dependency checks | Ricardo Salveti | 2018-06-12 | 1 | -17/+5 |
| | | | | | | | | | | | | | | | | 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> | ||||
| * | ostree: cleanup depends and rdepends | Ricardo Salveti | 2018-06-12 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | 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> | ||||
| * | ostree: no need to disable systemd when building native | Ricardo Salveti | 2018-06-12 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | 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> | ||||
| * | ostree: cleanup configure and build flags | Ricardo Salveti | 2018-06-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | 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> | ||||
| * | ostree: use do_configure_prepend and avoid customizing do_compile | Ricardo Salveti | 2018-06-12 | 1 | -7/+3 |
| | | | | | | | | | | | | | | 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: fix license and add homepage description | Ricardo Salveti | 2018-06-12 | 1 | -1/+2 |
| | | | | | | | | | | | | Ostree is LGPLv2+ and not GPLv2+. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | ||||
| * | ostree: cosmetics: fix indentation | Ricardo Salveti | 2018-06-12 | 1 | -11/+10 |
|/ | | | | Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> | ||||
* | Bugfix: strip whitespace and newlines from tuf URL in credentials.zip | Jon Oster | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #329 from advancedtelematic/bugfix/implicit-and-certs-master | Patrick Vacek | 2018-06-05 | 8 | -21/+31 |
|\ | | | | | Bugfix/implicit and certs master | ||||
| * | Merge remote-tracking branch 'github/rocko' into ↵ | Patrick Vacek | 2018-06-04 | 2 | -1/+2 |
| |\ | | | | | | | | | | bugfix/implicit-and-certs-master | ||||
| | * | Merge pull request #324 from advancedtelematic/feat/aktualizr-repo | Patrick Vacek | 2018-06-01 | 2 | -1/+2 |
| | |\ | | | | | | | | | Fixup oe-selftest | ||||
| | | * | Bump PR to flush old sstate caches that were built in-tree | Phil Wise | 2018-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | | * | Get ready for aktualizr-repo tool | Phil Wise | 2018-06-01 | 1 | -0/+1 |
| | |/ | |||||
| * | | aktualizr: Upgrade to use simplified implicit_writer config. | Patrick Vacek | 2018-06-04 | 5 | -10/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | aktualizr_*.bb: Minor formatting and fixes. | Patrick Vacek | 2018-06-04 | 6 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | ca-certificates: Remove upstreamed patch. | Patrick Vacek | 2018-05-31 | 1 | -1/+0 |
|/ / | |||||
* | | Merge pull request #326 from advancedtelematic/bugfix/oe-selftest-master | Patrick Vacek | 2018-05-31 | 1 | -3/+3 |
|\ \ | | | | | | | updater.py: Fix test broken by man/man-db upgrade. | ||||
| * | | updater.py: Fix test broken by man/man-db upgrade. | Patrick Vacek | 2018-05-31 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #325 from advancedtelematic/bugfix/check-assume-provided | Patrick Vacek | 2018-05-30 | 1 | -3/+6 |
|\ \ | | | | | | | find_packages.py: Ignore packages in ASSUME_PROVIDED. | ||||
| * | | find_packages.py: Ignore packages in ASSUME_PROVIDED. | Patrick Vacek | 2018-05-30 | 1 | -3/+6 |
|/ / | | | | | | | | | There will not be recipes for those packages, so don't go looking for them. We don't need them, anyway. | ||||
* | | Merge pull request #321 from advancedtelematic/feat/find_packages | Patrick Vacek | 2018-05-29 | 1 | -0/+122 |
|\ \ | | | | | | | Feat/find packages | ||||
| * | | find_packages.py: Fix python style issues. | Patrick Vacek | 2018-05-28 | 1 | -9/+7 |
| | | | |||||
| * | | find_packages.py: Add explanatory comment about list appending. | Patrick Vacek | 2018-05-28 | 1 | -0/+3 |
| | | | |||||
| * | | find_packages.py: Fix repo name parsing logic. | Patrick Vacek | 2018-05-28 | 1 | -5/+20 |
| | | | | | | | | | | | | Also expand/explain TODOs. | ||||
| * | | find_packages.py: Get full path for patches and other local files. | Patrick Vacek | 2018-05-28 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | 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. |