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

Sunxi - Clean up compatibility inconsistency #18

Closed MitchGaines closed 3 years ago

MitchGaines commented 3 years ago

A small bit of cleanup.

Realized that the RAUC_BUNDLE_COMPATIBLE and system.conf compatible values were different which was causing apparent compatibility issues when there were none. At the very least, they need to be consistent and probably should be something different than "OrangePi" since this compatibility should, in theory, work for more sunxi devices.

Also changed RAUC_SLOT_rootfs to core-image-minimal which is likely what it should be as its default.

leon-anavi commented 3 years ago

Thank you for these improvements!

Best regards, Leon