| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|
|
|
|
|
| |
Expose a fake hardware rng on the guest, linked to the host's /dev/urandom.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|
|
|
| |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|
|
|
|
|
| |
Should build `imagename` and not 'core-image-minimal' in all cases
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|
|
|
|
|
| |
To allow for more targeted testing
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|
|
|
| |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|
|
|
|
|
| |
For controlling systemd cgroups configuration of the aktualizr daemon
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|
|
|
| |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\
| |
| | |
ptest for aktualizr
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* remove whole RIOT repo
* remove intermediary static libraries, only useful during build
Should be around 500MB saving in total
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| |
| |
| |
| | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| |
| |
| |
| |
| |
| | |
The output was moved from stdout to stderr in a recent aktualizr commit.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| |
| |
| |
| |
| |
| |
| | |
For python: less headaches, it's already huge anyway.
Curl is needed by some shell-backed tests.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| |
| |
| |
| | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| |
| |
| |
| | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Original work from Patrick.
Laurent: dropped a patch for a change in aktualizr we
now support directly
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|/
|
|
|
|
| |
With necessary changes for ptest!
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\
| |
| | |
Use 'printf' instead of 'echo -e'
|
|/
|
|
|
|
| |
Should be less surprising
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\
| |
| | |
wic:plugins:otaimage.py: fix a potential issue
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
do_image_wic task is a standalone task that depending on
do_image_ota_ext4, so it's possible that do_image_wic runs
(taskhash contaminated) but do_image_ota_ext4 does not (taskhash not
contaminated), in which case, the otaimage would be in DEPLOY_DIR_IMAGE
instead of in IMGDEPLOYDIR, so we need check both of them.
Also, the logger.error is not supposed to raise a error, it just
prints out a error message, so we should use WicError.
And another typo is it checks IMGDEPLOYDIR but reports DEPLOY_DIR_IMAGE
not exist, also fix that.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|\ \
| | |
| | | |
aktualizr: use echo -e when using escape sequences
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Some shell require the -e argument when using escape sequences
in echo. This has been observed when building images on a
Fedora machine, where the configuration files ended up including
"\n" sequences instead of newlines.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
|
|\ \
| | |
| | | |
fit-conf: se PACKAGE_ARCH to ${MACHINE_ARCH}
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fit-conf should be a machine specific package instead of being a arch
specific package.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
|
|\ \ \
| | | |
| | | | |
Remove connman
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Now provided by connman and networkd-dhcp-conf, added to images in our
supported platforms
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
No sense to force that if poky does not, let's move it to
platform-specific for now.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \ \
| |/ /
|/| | |
Simplify garage-sign fetching for aktualizr
|
| | |
| | |
| | |
| | | |
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Two modes:
- `GARAGE_SIGN_AUTOVERSION=0`: use archive and version from aktualizr's recipe
- `GARAGE_SIGN_AUTOVERSION=1`: let aktualizr fetching it automatically
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|/ /
| |
| |
| |
| |
| | |
Includes the new way of fetching garage-signa.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \
| | |
| | | |
Move warning about insecure practise to the correct recipe
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When SOTA_DEPLOY_CREDENTIALS got introduced deployment of the
provisioning credientials has been moved to
aktualizr-ca-implicit-prov-creds. Move the warning accordingly.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
|
|\ \ \
| |/ /
|/| | |
README: document auto-reboot config feature.
|
|/ /
| |
| |
| |
| | |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Suggested-by: Ben Luck <benjamin.luck@here.com>
|
|\ \
| | |
| | |
| | |
| | | |
advancedtelematic/fix/dont-send-mnfst-if-pending-updts
Switch to the aktualizr's master head
|
| | |
| | |
| | |
| | | |
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
|
|\ \ \
| | | |
| | | | |
Remove add package test
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It was a nice idea when we were less confident about bitbaking and
oe-selftest, but at this point, it is redundant and provides no useful
information while adding extraneous time to the already long test suite.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|\ \ \
| |/ /
|/| | |
Add meta-python layer to all platforms
|
| | |
| | |
| | |
| | | |
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Put each item on its own line to make versioning and manual
modififcation easier going forward.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Needed for meta-oe since this change:
http://git.openembedded.org/meta-openembedded/commit/?id=987d28c27e70ba12edf2b99745c13e7525206f4a
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
|
|\ \
| | |
| | |
| | |
| | | |
advancedtelematic/fix/OTA-2211/simultaneous-bitbaking
image_types_ostree: Add a unique ref to fix simultaneous bitbaking.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
To enable simultaneous bitbaking of two images with the same branch name, create
a new ref in the OSTree repo using the basename of the image.
As @OYTIS has pointed out, this probably won't solve every problem that might
come up with simultaneous bitbaking, such as if the two images use different
bootloaders. However, it does solve the immediate problem that comes up with our
primary-image + secondary-image example.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
|