Question
Using RAUC with openstlinux
We are using rauc to perform remote updates on your target devices.
However, to create the rauc bundle, rauc uses a different image format than the ST image created.
The default imagesource in rauc is:
imgsource = "%s-%s.%s" % (d.getVar('RAUC_SLOT_%s' % slot), machine, img_fstype)which I edited to:
imgsource = "%s-%s-%s.%s" % (d.getVar('RAUC_SLOT_%s' % slot), "openstlinux", machine, img_fstype)What would be the best way to comply with the filenames created by the ST yocto distribution?
What do you suggest?
