meta-rauc icon indicating copy to clipboard operation
meta-rauc copied to clipboard

Yocto/Open Embedded meta layer for RAUC, the embedded Linux update framework

Results 23 meta-rauc issues
Sort by recently updated
recently updated
newest added

Hi it looks like that there is no more master branch in casync repo. I saw that in master, the SRC_URI branch has been changed to main. However kirkstone and...

Hi, I' m using RAUC to update a device. When i tried to install a bundle on my client device I 've got the following error message > Signature size...

This allows to build 'rauc' with default TUNE_PKGARCH while ony 'rauc-conf' needs to be build for MACHINE_ARCH as it contains MACHINE-specific configuration. The rauc target package now RDEPENDS on rauc-conf....

enhancement
requires migration

Yocto Kirkstone switched from underscore to colon separator. Should this be done for meta-rauc also? I.e. switch from `RAUC_SLOT_` to `RAUC_SLOT:`.

question

Users may want to populate a slot with an image resulting from a multiconfig build. This can be especially useful with RAUC variants: - Same rootfs slots for both `MACHINE`s...

enhancement

Hi, I'm wondering if anyone can assist me in finding my missing capabilities! When I build and flash the wic file to our device, capabilities are present. When I build...

This PR adds support for full custom updates as well as simplifying the code a bit and enabling variable parsing in flags such as `RAUC_SLOT_rootfs[file] = "${SOME_FILE}"`.

enhancement

I am getting this error when attempting to bundle, I am unable to find where to pass the password in for the key.pem file. ``` ERROR: cube-bundle-1.0-r0 do_bundle: Execution of...

question

Hello together, at the moment I am trying to create a bundle with a post-install hook. But there I can not find any example for this purpose in the documentation......

question