doc/technical_overview: update image generation part

Message ID 20230522053957.1698926-1-srinuvasan_a@mentor.com
State Accepted, archived
Headers show
Series doc/technical_overview: update image generation part | expand

Commit Message

Srinuvasan Arjunan May 22, 2023, 5:39 a.m. UTC
From: Srinuvasan A <srinuvasan.a@siemens.com>

In latest ISAR, for image generation we hook up the IMAGE_CMD:* shell function,
hence update the document accordingly.

Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
 doc/technical_overview.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Uladzimir Bely May 24, 2023, 12:11 p.m. UTC | #1
On Mon, 2023-05-22 at 11:09 +0530, Srinuvasan Arjunan wrote:
> From: Srinuvasan A <srinuvasan.a@siemens.com>
> 
> In latest ISAR, for image generation we hook up the IMAGE_CMD:* shell
> function,
> hence update the document accordingly.
> 
> Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
> ---
>  doc/technical_overview.md | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied to next, thanks.

Patch

diff --git a/doc/technical_overview.md b/doc/technical_overview.md
index 36bfc4a..ce9cee1 100644
--- a/doc/technical_overview.md
+++ b/doc/technical_overview.md
@@ -267,10 +267,10 @@  variable. Task `do_populate` performs the following:
 
 This process contains the following steps:
 
-1. Task `do_<..>_image`: creates filesystem or disk images
+1. Shell function `IMAGE_CMD:*`: creates filesystem or disk images
 
-   1.1. `do_ext4_image`: target filesystem is packed to extfs image.
-   1.2. `do_wic_image`: a bootable disk image gets created for the platform
+   1.1. `IMAGE_CMD:ext4`: target filesystem is packed to extfs image.
+   1.2. `IMAGE_CMD:wic`: a bootable disk image gets created for the platform
 
 ## 3.8 Cross-compilation