mbox series

[meta-swupdate,0/2] New GUI for recovery mode

Message ID 20240616112436.50001-1-stefano.babic@swupdate.org
Headers show
Series New GUI for recovery mode | expand

Message

Stefano Babic June 16, 2024, 11:24 a.m. UTC
The rescueGUI package is written in Lua nand based on a graphic library (TeKUI)
that is not maintained anymore. This raises issues with Lua 5.4.

Thanks to the company IFM Ecomatic (https://www.ifm.com) there is now a replacement.
The GFUI was completely rewrittenm using LVGL as graphic library, by maintaining
the same look and feel (at leas in current status) of the old rescueGUI.

IFM decides to make the code public and to release it as Open Source Project
(GPLv2 like SWUpdate), asking to be mainbtained under the umbrella of SWUpdate.

Many thanks tor this !

Source code is put in the main branch of the SWUpdateGUI project. Old branches
will be archived and not maintained anymore.

Stefano Babic (2):
  lvgl: add configuration for recover-gui
  New GUI for recovery mode

 recipes-graphics/lvgl/lvgl_%.bbappend         |  1 +
 recipes-support/rescuegui/files/swupdate-gui  | 72 +++++++++++++++++++
 .../rescuegui/files/swupdate-gui.service      | 11 +++
 recipes-support/rescuegui/swupdate-gui_git.bb | 45 ++++++++++++
 4 files changed, 129 insertions(+)
 create mode 100644 recipes-graphics/lvgl/lvgl_%.bbappend
 create mode 100644 recipes-support/rescuegui/files/swupdate-gui
 create mode 100644 recipes-support/rescuegui/files/swupdate-gui.service
 create mode 100644 recipes-support/rescuegui/swupdate-gui_git.bb

--
2.34.1