From: Anton Mikanovich <amikan@ilbers.de>
To: Kasturi shekar <kasturi.shekar@siemens.com>, isar-users@googlegroups.com
Subject: Re: [PATCH v3 0/4] installer: separate installer into backend, UI, and flow modules
Date: Fri, 12 Jun 2026 13:50:11 +0300 [thread overview]
Message-ID: <cac65768-1c06-4953-8397-8b7e69cf45fd@ilbers.de> (raw)
In-Reply-To: <20260608051737.946413-1-kasturi.shekar@siemens.com>
On 08/06/2026 08:17, 'Kasturi shekar' via isar-users wrote:
> From: Kasturi Shekar <kasturi.shekar@siemens.com>
>
> This series refactors the installer by separating backend logic,
> attended UI, and high-level flow into dedicated modules.
> The main objectives are:
> - improve readability and maintainability
> - keep behavior and user-visible flow unchanged
>
> Patch-1: introduces a backend API layer (sys_api.sh) that provides
> installer functionality via structured shell functions.
>
> Patch-2: adapts the existing dialog-based installer frontend to consume
> these APIs, without changing behavior.
>
> Patch-3: high-level orchestration and keep deploy-image-wic.sh as a thin launcher.
> This keeps the externally used script name stable while making the flow easier
> to review and maintain.
>
> patch-4: update deploy-image recipe to ship the newly split installer modules
>
> .../deploy-image/deploy-image_0.1.bb | 6 +-
> .../files/usr/bin/deploy-image-wic.sh | 472 +++++++-----------
> .../files/usr/bin/installer_ui.sh | 217 +++++---
> .../deploy-image/files/usr/bin/sys_api.sh | 400 ++++++++++++---
> 4 files changed, 688 insertions(+), 407 deletions(-)
> mode change 100755 => 100644 meta-isar/recipes-installer/deploy-image/files/usr/bin/deploy-image-wic.sh
> mode change 100755 => 100644 meta-isar/recipes-installer/deploy-image/files/usr/bin/installer_ui.sh
>
Applied to next, thanks.
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/cac65768-1c06-4953-8397-8b7e69cf45fd%40ilbers.de.
next prev parent reply other threads:[~2026-06-12 10:50 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-27 6:39 [PATCH " 'Kasturi shekar' via isar-users
2026-04-27 6:39 ` [PATCH 1/4] installer: extract backend helpers to sys_api.sh 'Kasturi shekar' via isar-users
2026-04-27 6:39 ` [PATCH 2/4] installer: extract attended UI to installer_ui.sh 'Kasturi shekar' via isar-users
2026-04-27 6:39 ` [PATCH 3/4] installer: add installer flow module and entrypoint 'Kasturi shekar' via isar-users
2026-05-14 9:19 ` [PATCH v2 0/4] installer: separate installer into backend, UI, and flow modules 'Kasturi shekar' via isar-users
2026-05-14 9:19 ` [PATCH v2 1/4] installer: extract backend helpers to sys_api.sh 'Kasturi shekar' via isar-users
2026-05-14 9:19 ` [PATCH v2 2/4] installer: extract attended UI to installer_ui.sh 'Kasturi shekar' via isar-users
2026-05-14 9:19 ` [PATCH v2 3/4] installer: add installer flow module and entrypoint 'Kasturi shekar' via isar-users
2026-06-04 12:56 ` Anton Mikanovich
2026-06-08 5:17 ` [PATCH v3 0/4] installer: separate installer into backend, UI, and flow modules 'Kasturi shekar' via isar-users
2026-06-08 5:17 ` [PATCH v3 1/4] installer: extract backend helpers to sys_api.sh 'Kasturi shekar' via isar-users
2026-06-08 5:17 ` [PATCH v3 2/4] installer: extract attended UI to installer_ui.sh 'Kasturi shekar' via isar-users
2026-06-08 5:17 ` [PATCH v3 3/4] installer: add installer flow module and entrypoint 'Kasturi shekar' via isar-users
2026-06-08 5:17 ` [PATCH v3 4/4] installer: install seprated installer modules in recipe 'Kasturi shekar' via isar-users
2026-06-12 10:50 ` Anton Mikanovich [this message]
2026-05-14 9:19 ` [PATCH v2 " 'Kasturi shekar' via isar-users
2026-04-27 6:39 ` [PATCH " 'Kasturi shekar' via isar-users
2026-05-14 6:20 ` Anton Mikanovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cac65768-1c06-4953-8397-8b7e69cf45fd@ilbers.de \
--to=amikan@ilbers.de \
--cc=isar-users@googlegroups.com \
--cc=kasturi.shekar@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox