rauc / meta-rauc-community

Yocto/OpenEmbedded meta layer with examples for integration of RAUC, the embedded Linux A/B update framework
MIT License
48 stars 52 forks source link

meta-rauc-raspberrypi/README.rst: Use :append #38

Closed leon-anavi closed 1 year ago

leon-anavi commented 1 year ago

Use :append instead of += for IMAGE_FSTYPES to avoid ordering issues of the variable which is set to a default value using the ?= operator in rpi-base.inc from layer meta-raspberrypi. The patch should be applied to the main and kirkstone branches.

Best regards, Leon