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 #39

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.

Signed-off-by: Leon Anavi leon.anavi@konsulko.com