summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | Fix flag deprecation warning.Patrick Vacek2018-02-131-1/+1
| | |/ / | | | | | | | | | | | | | | | | Partial cherry-pick of 84baa1c3d8f996f7daf2d8aa3d26197378218f21 from rocko.
| * | | Merge pull request #266 from advancedtelematic/fix/rm-jansson-deplbonn2018-02-271-1/+1
| |\ \ \ | | | | | | | | | | Remove aktualizr's jansson dependencies
| | * | | Remove aktualizr's jansson dependenciesLaurent Bonnans2018-02-271-1/+1
| |/ / / | | | | | | | | | | | | This was needed for GENIVI support, which got dropped recently
| * | | Merge pull request #259 from advancedtelematic/feat/PRO-4854/caOYTIS2018-02-263-1/+85
| |\ \ \ | | | | | | | | | | Add provisioning with CA
| | * | | Add provisioning with CAAnton Gerasimov2018-02-263-1/+85
| |/ / /
| * | | Merge pull request #265 from advancedtelematic/bugfix/PRO-4936/repoclose-rockoOYTIS2018-02-261-1/+1
| |\ \ \ | | | | | | | | | | Pull new aktualizr with fixed fd leak
| | * | | Pull new aktualizr with fixed fd leakAnton Gerasimov2018-02-261-1/+1
| |/ / /
| * | | Merge pull request #263 from advancedtelematic/bugfix/fix-libp11-openssl-againcajun-rat2018-02-222-2/+2
| |\ \ \ | | |_|/ | |/| | Bugfix/fix libp11 openssl again
| | * | Update documentation and fix broken link.Patrick Vacek2018-02-221-1/+1
| | | |
| | * | Update patch to work with OPENSSL_VERSION_NUMBER 0x100020ef.Patrick Vacek2018-02-221-1/+1
| |/ /
| * | Merge pull request #256 from advancedtelematic/bugfix/fix-installationPatrick Vacek2018-02-091-1/+2
| |\ \ | | | | | | | | Bump aktualizr and fix some installation complaints.
| | * | Bump aktualizr and fix some installation complaints.Patrick Vacek2018-02-091-1/+2
| |/ /
* | | Merge pull request #274 from rsalveti/wkscajun-rat2018-03-131-1/+1
|\ \ \ | | | | | | | | sdimage-sota.wks: remove label as it gets set by image_types_ota
| * | | sdimage-sota.wks: remove label as it gets set by image_types_otaRicardo Salveti2018-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #272 from rsalveti/grubcajun-rat2018-03-131-1/+1
|\ \ \ \ | |/ / / |/| | | image_types_ota: make default grub.cfg a link to loader/grub.cfg
| * | | image_types_ota: make default grub.cfg a link to loader/grub.cfgRicardo Salveti2018-03-071-1/+1
|/ / / | | | | | | | | | | | | | | | | | | /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>
* | | Merge pull request #254 from rsalveti/initramfsPatrick Vacek2018-02-153-3/+3
|\ \ \ | | | | | | | | Replace INITRAMFS_FSTYPES with OSTREE_INITRAMFS_FSTYPES
| * | | Replace INITRAMFS_FSTYPES with OSTREE_INITRAMFS_FSTYPESRicardo Salveti2018-02-093-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #255 from rsalveti/systemdcajun-rat2018-02-091-2/+2
|\ \ \ \ | |/ / / |/| | | ostree: fix systemd service files permission
| * | | ostree: fix systemd service files permissionRicardo Salveti2018-02-091-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #253 from rsalveti/grubcajun-rat2018-02-071-2/+0
|\ \ \ | | | | | | | | grub-efi: remove bbappend as change is now provided by oe-core
| * | | grub-efi: remove bbappend as change is now provided by oe-coreRicardo Salveti2018-02-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | grub-efi from oe-core now includes configfile in the default buildin modules list. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* | | | Merge pull request #252 from rsalveti/mastercajun-rat2018-02-072-8/+8
|\ \ \ \ | |/ / / |/| | | Merge latest changes from the rocko branch
| * | | Merge branch 'rocko'Ricardo Salveti2018-02-062-8/+8
|/| | | | |/ /
| * | Merge pull request #251 from advancedtelematic/feat/copy-schemas-in-cmakePatrick Vacek2018-02-061-6/+6
| |\ \ | | | | | | | | Remove manual installation of /usr/lib/sota/schemas
| | * | Remove manual installation of /usr/lib/sota/schemasPhil Wise2018-02-051-6/+6
| | | | | | | | | | | | | | | | | | | | As of 6c0dd6c87f4f4027e9b89f9a9e0dc12ef386d39d these are installed with a normal 'make install' (via cmake)
| * | | Merge pull request #250 from advancedtelematic/bugfix/rocko-update-ostreecajun-rat2018-02-022-3/+3
| |\| | | | | | | | | | Bugfix/rocko update ostree
| | * | Add SRCREV_pn-aktualizr to documentation.Patrick Vacek2018-02-021-2/+2
| | | |
| | * | Merge remote-tracking branch 'ats/pyro' into bugfix/rocko-update-ostreePatrick Vacek2018-02-021-1/+1
| |/| | | | |/
| | * Merge pull request #249 from advancedtelematic/bugfix/PRO-4797/ostree-ca-certBen Luck2018-02-021-1/+1
| | |\ | | | | | | | | Latest aktualizr with ostree ca cert fix.
| | | * Latest aktualizr with ostree ca cert fix.Patrick Vacek2018-02-021-1/+1
| | |/
| | * Merge pull request #247 from advancedtelematic/bugfix/garage-sign-106Ben Luck2018-02-011-1/+2
| | |\ | | | | | | | | Latest aktualizr/garage-sign.
| | | * Latest aktualizr/garage-sign.Patrick Vacek2018-02-011-1/+2
| | |/
* | | Merge pull request #248 from advancedtelematic/feat/mergerockocajun-rat2018-02-0255-760/+755
|\ \ \ | | | | | | | | Merge our current progress from Rocko to master
| * | | Merge branch 'rocko'Anton Gerasimov2018-02-0155-760/+755
|/| | | | |/ /
| * | Merge pull request #244 from advancedtelematic/feat/pyromergecajun-rat2018-01-313-1/+11
| |\ \ | | | | | | | | Merge pyro into rocko
| | * | Merge branch 'pyro' into rockoAnton Gerasimov2018-01-263-1/+11
| | |\|
| | | * Merge pull request #237 from advancedtelematic/feat/PRJ-330/hsm-not-testBen Luck2018-01-263-4/+4
| | | |\ | | | | | | | | | | Rename all instances of hsm-test and use latest aktualizr.
| | | | * Rename all instances of hsm-test and use latest aktualizr.Patrick Vacek2018-01-253-4/+4
| | | |/
| | | * Merge pull request #236 from advancedtelematic/bugfix/PRO-4730/firstversionBen Luck2018-01-252-1/+8
| | | |\ | | | | | | | | | | Deploy initial primary version information
| | | | * Deploy initial primary version informationAnton Gerasimov2018-01-192-1/+8
| | | | |
| | | * | Merge pull request #228 from advancedtelematic/feat/PRO-4630/sqliteBen Luck2018-01-251-1/+5
| | | |\ \ | | | | | | | | | | | | Get the newest aktualizr using sqlstorage
| | | * \ \ Merge pull request #239 from advancedtelematic/bugfix/ostree-bumpcajun-rat2018-01-231-0/+1
| | | |\ \ \ | | | | | | | | | | | | | | Add PR = "1" to ostree to fix annoying caching problem.
| | | | * | | Add PR = "1" to ostree to fix annoying caching problem.Patrick Vacek2018-01-221-0/+1
| | | |/ / /
| | | * | | Merge pull request #229 from advancedtelematic/bugfix/PRO-4677/startupshBen Luck2018-01-221-0/+3
| | | |\ \ \ | | | | |_|/ | | | |/| | Deploy startup.nsh before composing flashable image
| | | | * | Deploy startup.nsh before composing flashable imageAnton Gerasimov2018-01-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Additionally don't create extra images to save space and not confuse the user
| * | | | | Merge pull request #245 from advancedtelematic/bugfix/rm-sota-tomlPatrick Vacek2018-01-313-7/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | | Bugfix/rm sota toml
| | * | | | Minor changes to keep hsm and implicit recipes consistent.Patrick Vacek2018-01-302-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At present they should be very similar. The only outstanding difference (other than the HSM parts) is whether the root CA is installed.
| | * | | | Delete redundant sota.toml in aktualizr recipe.Patrick Vacek2018-01-301-0/+1
| |/ / / / | | | | | | | | | | | | | | | It's installed for the Ubuntu case but is not necessary in meta-updater.
| * | | | Merge pull request #241 from advancedtelematic/aktualizr-asn1ccajun-rat2018-01-253-1/+62
| |\ \ \ \ | | | | | | | | | | | | Compile aktualizr with asn1c help from yocto