Gaël PORTAY
Gaël PORTAY
The handler mounts the other-slot filesystem, and it returns in error if it fails to mount it. The filesystem may be in bad health, or may be not yet made,...
The RAUC recipe adds a runtime dependency on u-boot-imx for NXP SoCs. However, the meta-freescale layer supports multiple U-Boot variants: - u-boot-fslc - u-boot-imx - u-boot-boundary - u-boot-toradex As a...
This PR fixes the ondisk device name and updates the comment to mention for the missing partitions.
Hi maintainers, With the upcoming work on Raspberry Pi bootloader backend, I am asking what is the best approach to add it to your layer. First, I have my own...
This fixes the `docker build` command: ``` $ docker build -f docker/sink_service/Dockerfile -t local/my_sink_service:tag1 . gportay@archlinux ~/src/wirepas/gateway $ docker build -f docker/sink_service/Dockerfile -t local/my_sink_service:tag1 . [+] Building 1.1s (15/15) FINISHED...
This PR adds two commands: - `ls` and - `gc` The command `ls` lists tracked images thanks to a cache directory symlink'ing the `docker_img_name` to the `Dockerfile`. It outputs the...
Dear Maintainers, I think the command `run command_string` is ambiguous, and cqfd should tell the user to switch to `cqfd exec PROGRAM [ARGUMENTS...]` if the `command_string` is a single command...
The docker client requires to run as root in rootfull mode. The docker group allows a user to access to the Unix socket created by the docker daemon. The user...
This adds testing on how to build and run multi-platform images.
Fixes: #173