| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
|  | 
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
 | 
| | 
| 
| 
| 
| 
| 
|  | 
The trick to add it in do_compile from cmake.bbclass does not work with
do_compile_ptest_base
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>
 | 
| | 
| 
| 
| 
| 
| 
|  | 
lshw is installed in `/usr/sbin` which does not appear when a command is
launched outside a non-login shell.
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
 | 
| | 
| 
| 
|  | 
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
 | 
| |\  
| | 
| |  | 
OTA-2418: Remove example.com URL from automated garage-sign usage
 | 
| | | 
| | 
| | 
| |  | 
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
 | 
| |\ \  
| |/  
|/|    | 
layer.conf: Add warrior to compatible release series
 | 
| |/  
|   
|   
|    | 
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
 | 
| |\  
| | 
| | 
| | 
| |  | 
advancedtelematic/feat/OTA-2142/aktualizr-resource-control
aktualizr resource control
 | 
| | | 
| | 
| | 
| |  | 
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.
 |