meta-digi/meta-digi-dey/recipes-support/swupdate/swupdate
Gabriel Valcazar 948e55bde9 swupdate: replace on-the-fly patch with a clearer, equivalent one
The patch we were using comes from the time during dualboot support development
where said feature was selectable at build time. The patch adds a new build
option, giving the impression that it only gets enabled under certain
circumstances, when in reality:

    * The option is never enabled anywhere in our code
    * It's a string option that is treated like a boolean, meaning its
      respective conditional compilation is always getting compiled even when
      disabled

Our current dualboot support is enabled at runtime, so it doesn't make sense to
have a build-time option related to it, especially one that's broken. Replace
the patch with a functionally equivalent one that is less confusing. Also,
remove the related config option from our defconfig.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
2024-02-27 18:37:36 +01:00
..
0001-Makefile-change-Makefile-to-build-swupdate-library-s.patch swupdate: adapt patches to 2023.12.1 2024-02-26 17:18:23 +01:00
0002-network_thread-always-allow-selection.patch swupdate: replace on-the-fly patch with a clearer, equivalent one 2024-02-27 18:37:36 +01:00
0003-handlers-rdiff-handler-for-applying-librsync-s-rdiff.patch swupdate: adapt patches to 2023.12.1 2024-02-26 17:18:23 +01:00
defconfig swupdate: replace on-the-fly patch with a clearer, equivalent one 2024-02-27 18:37:36 +01:00
mtd.cfg meta-digi-dey: swupdate: add 'UBIVOL_RDIFFHANDLER' support to MTD based systems 2023-08-14 10:35:58 +02:00
signed_images.cfg meta-digi-dey: swupdate: clean defconfig file 2023-07-06 11:00:05 +02:00
swupdate.config swupdate: reduce default log level in runtime config file 2024-02-27 12:37:27 +01:00
systemd.cfg swupdate: add config fragment to fix systemd initialization 2022-11-15 13:34:48 +01:00