public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] doc: Fix typo in IMAGE_TYPEDEP example
@ 2022-10-18 10:48 Jan Kiszka
  2022-10-26 14:01 ` Anton Mikanovich
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2022-10-18 10:48 UTC (permalink / raw)
  To: isar-users; +Cc: Schmidt, Adriaan

From: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 doc/user_manual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user_manual.md b/doc/user_manual.md
index f38a133e..251a2eb8 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -605,7 +605,7 @@ $ vim meta-user/classes/my-image.bbclass
 Specify the command to generate the new image, and optionally image type
 dependencies or required arguments:
 ```
-IMAGE_TYPEDEPS_my_image = "ext4"
+IMAGE_TYPEDEP_my_image = "ext4"
 IMAGE_CMD_REQUIRED_ARGS_my_image = "MY_ARG"
 IMAGE_CMD_my_image() {
     INPUT="${PP_DEPLOY}/${IMAGE_FULLNAME}.ext4"
-- 
2.35.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: Fix typo in IMAGE_TYPEDEP example
  2022-10-18 10:48 [PATCH] doc: Fix typo in IMAGE_TYPEDEP example Jan Kiszka
@ 2022-10-26 14:01 ` Anton Mikanovich
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Mikanovich @ 2022-10-26 14:01 UTC (permalink / raw)
  To: Jan Kiszka, isar-users; +Cc: Schmidt, Adriaan

18.10.2022 13:48, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>   doc/user_manual.md | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/user_manual.md b/doc/user_manual.md
> index f38a133e..251a2eb8 100644
> --- a/doc/user_manual.md
> +++ b/doc/user_manual.md
> @@ -605,7 +605,7 @@ $ vim meta-user/classes/my-image.bbclass
>   Specify the command to generate the new image, and optionally image type
>   dependencies or required arguments:
>   ```
> -IMAGE_TYPEDEPS_my_image = "ext4"
> +IMAGE_TYPEDEP_my_image = "ext4"
>   IMAGE_CMD_REQUIRED_ARGS_my_image = "MY_ARG"
>   IMAGE_CMD_my_image() {
>       INPUT="${PP_DEPLOY}/${IMAGE_FULLNAME}.ext4"

Applied to next, thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-26 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18 10:48 [PATCH] doc: Fix typo in IMAGE_TYPEDEP example Jan Kiszka
2022-10-26 14:01 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox