public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] doc/user_manual: update Prebuilt .deb packages from somewhere part
@ 2023-06-01 10:07 Srinuvasan Arjunan
  2023-06-01 10:33 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Srinuvasan Arjunan @ 2023-06-01 10:07 UTC (permalink / raw)
  To: isar-users; +Cc: jan.kiszka, Srinuvasan A

From: Srinuvasan A <srinuvasan.a@siemens.com>

When we add prebuilt .deb packages from somewhere, this should be
install via IMAGE_PREINSTALL not IMAGE_INSTALL, corrected this variable
name at this chance.

Signed-off-by: Srinuvasan A <srinuvasan.a@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 e07b76d..ada8f9a 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -906,7 +906,7 @@ from which would be the better way.
 
 Such single debs can be included if need be. You just need to write a recipe
 that just fetches those debs to its `WORKDIR` and deploys them. They can then
-be installed via `IMAGE_INSTALL`. Have a look at `prebuilt-deb`.
+be installed via `IMAGE_PREINSTALL`. Have a look at `prebuilt-deb`.
 
 ---
 
-- 
2.34.1


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

* Re: [PATCH] doc/user_manual: update Prebuilt .deb packages from somewhere part
  2023-06-01 10:07 [PATCH] doc/user_manual: update Prebuilt .deb packages from somewhere part Srinuvasan Arjunan
@ 2023-06-01 10:33 ` Jan Kiszka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2023-06-01 10:33 UTC (permalink / raw)
  To: Srinuvasan Arjunan, isar-users; +Cc: Srinuvasan A

On 01.06.23 12:07, Srinuvasan Arjunan wrote:
> From: Srinuvasan A <srinuvasan.a@siemens.com>
> 
> When we add prebuilt .deb packages from somewhere, this should be
> install via IMAGE_PREINSTALL not IMAGE_INSTALL, corrected this variable
> name at this chance.
> 
> Signed-off-by: Srinuvasan A <srinuvasan.a@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 e07b76d..ada8f9a 100644
> --- a/doc/user_manual.md
> +++ b/doc/user_manual.md
> @@ -906,7 +906,7 @@ from which would be the better way.
>  
>  Such single debs can be included if need be. You just need to write a recipe
>  that just fetches those debs to its `WORKDIR` and deploys them. They can then
> -be installed via `IMAGE_INSTALL`. Have a look at `prebuilt-deb`.
> +be installed via `IMAGE_PREINSTALL`. Have a look at `prebuilt-deb`.
>  

No, this is wrong. prebuilt-deb is an own recipe that we need to DEPEND
upon, and that is ensured via IMAGE_INSTALL. IMAGE_INSTALL = DEPEND +
IMAGE_PREINSTALL.

Jan

-- 
Siemens AG, Technology
Competence Center Embedded Linux


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

end of thread, other threads:[~2023-06-01 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 10:07 [PATCH] doc/user_manual: update Prebuilt .deb packages from somewhere part Srinuvasan Arjunan
2023-06-01 10:33 ` Jan Kiszka

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