| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Upgrade ostree version from v2017.3 to v2018.7 because this
version is known to work with the latest version of Aktualizr.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|
|
|
|
|
|
| |
Backport asn1c from branch Sumo because the latest version
of Aktualizr depends on it.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|
|
|
|
|
|
| |
Add support to build libsodium-native as it will be required
for building a newer version of aktualizr-native.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\
| |
| | |
Bugfix/pro 4632/morty pseudo bugs
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Cherry-picked (e31b5428a4dff2b5d68daf34f079c4789c0c5d4b) from pyro, but
leaving out the IMAGE_ROOTFS_EXTRA_SPACE part.
This fixes a bug that was rather tough to track down. The duplicated
layer meant that the same patch for pseudo was getting applied twice,
which caused a loud error instead of just getting skipped.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original message from pyro branch of poky:
commit 2ec48473e2f17f6e232aa32ff749b220d9d1bf8f
Author: Ross Burton <ross.burton@intel.com>
Date: Thu Dec 1 14:56:23 2016 +0000
sqlite: build position-independent code
pseudo links against this and uses PIC, so some toolchain combinations will
refuse to link against sqlite unless it is also PIC.
(From OE-Core rev: 6a58e12d19c539deac9e90679a68438497a42fa4)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
|
|\
| |
| | |
Fix race condition in run-qemu-ota
|
|/ |
|
|\
| |
| | |
Backport bugfix for POSIX ACL from pyro
|
| | |
|
|\ \
| |/
|/| |
Remove IMAGEDATESTAMP to make sstate input deterministic (morty)
|
|/ |
|
|\
| |
| | |
Fix cronie and OSTree conflicts
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The cronie recipe needs the `/var/spool/cron` directory to operate.
Other recipes, such as ntp, modify files in that directory to create
periodic jobs.
The OSTree image class ignores files on `/var/` as they are system
persistent and not managed by OSTree.
This commit modifies the cronie recipe to use
`/usr/share/cronie-spool/` and makes the image generation class move
the files from `/var/spool/cron` into that path.
|
|\ \
| | |
| | |
| | |
| | | |
advancedtelematic/feat/PRO-3923-add-persistence-option-qemu-script
PRO-3923 Add persistence option to run-qemu script
|
|/ / |
|
|\ \
| |/
|/| |
ostree_git.bb: Depends on xz for liblzma
|
|/
|
|
|
|
|
|
| |
Move Yocto/OE recipe xz from the run-time dependencies
to the dependencies because liblzma is required for
the successful configuration of OSTree.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\
| |
| | |
Show warnings if credentials are not provided
|
| |
| |
| |
| |
| |
| |
| | |
Print warnings if variable SOTA_PACKED_CREDENTIALS
is not set or if the specified file does not exist.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\ \
| | |
| | | |
Set IMAGE_OVERHEAD_FACTOR for fixed initrd size
|
| |/
| |
| |
| |
| |
| | |
Set
IMAGE_OVERHEAD_FACTOR = "1.0"
Otherwise the initrd was 12M due to the default overhead (x1.3).
|
|\ \
| | |
| | | |
update sota-client to d41540a5
|
| |/ |
|
|\ \
| |/
|/| |
scripts/envsetup.sh: Use machine specific local.conf
|
|/
|
|
|
|
|
|
|
|
|
| |
Use the configurations for local.conf provided by
layer meta-updater-* (depending on the machine)
if variable TEMPLATECONF has not been set.
Otherwise, if the variable is not set or if the
layer does not provide any configurations then
the default will be used (just as before this change).
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\
| |
| | |
Delete treehub.json from the credentials package on the device
|
|/ |
|
|\
| |
| | |
Bugfix/pro 3484/avoid build unzip
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Unzip credentials archive and create files as appropriate, since none of
that is necessary for aktualizr anymore. This is now done in the
sota_provision script.
It apparently does not work in the rvi-sota-client recipe, but this
solution is perhaps even cleaner anyway.
|
| | |
|
|/
|
|
|
| |
Warn if older credential environment variables are set. They are now
ignored since the credentials aren't unpacked during building.
|
|\
| |
| | |
fix dependency of sota-launcher to correct rvi-sota-client
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
advancedtelematic/bugfix/PRO-3681-reenable-petname-rvi-sota-server
PRO-3681 Add python-petname back in rvi-sota-server RDEPENDS
|
|/ |
|
|\
| |
| | |
Split rvi-sota-client into multiple binaries
|
| | |
|
| | |
|
|\ \
| |/
|/| |
Bump version of sota-tools
|
|/
|
|
| |
This fixes a build error on Ubuntu.
|
|\
| |
| | |
Copy run-qemu script over from meta-updater-qemux86-64
|
| |
| |
| |
| | |
Also remove old bash scripts for running inside qemu
|
|\ \
| | |
| | | |
PRO-3157 Restore petname usage in rvi-sota-client provision script
|
| |/
| |
| |
| |
| |
| | |
Petname usage got inadvertently removed a few commits ago, but nobody
noticed. We need the petnames because otherwise attempting to reprovision
a device will fail.
|
|\ \
| |/
|/| |
aktualizr: Update to 207898e
|
| |
| |
| |
| |
| |
| |
| | |
Update to stable version of Aktualizr known to
perform successful end to end update using Poky.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|/
|
|
|
|
| |
Fix issues with the random generated device ID.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|