public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* Detect multiple executions
@ 2024-12-13 18:40 Stephen Ecker
  2024-12-13 23:07 ` 'Alexander Heinisch' via isar-users
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Ecker @ 2024-12-13 18:40 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 641 bytes --]

can someone help me understand how I'm supposed to make the installer 
depend on the base image's completion?  

after poking through the code, it looked like this would be accomplished by 
setting INSTALLER_TARGET_IMAGE to my base image target, but I'm still 
getting race conditions

-- 
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/bb569992-396a-47f7-9a98-d56de8ed7f56n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 946 bytes --]

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

* Re: Detect multiple executions
  2024-12-13 18:40 Detect multiple executions Stephen Ecker
@ 2024-12-13 23:07 ` 'Alexander Heinisch' via isar-users
  0 siblings, 0 replies; 2+ messages in thread
From: 'Alexander Heinisch' via isar-users @ 2024-12-13 23:07 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 1289 bytes --]

Hi Stephen,

The dependency on the target image is set here [1].
Basically what you need to do is set `INSTALLER_TARGET_IMAGE ` and 
`INSTALLER_TARGET_MC` (only if you provide your own multiconfig) right.
You can find an example on how to set that here [2].

[1] https://github.com/ilbers/isar/blob/master/meta-isar/classes/installer-add-rootfs.bbclass#L52C38-L52C52
[2] https://github.com/ilbers/isar/blob/master/kas/image/isar-image-installer.yaml

How exactly does the race condition manifest?
Are you using the upstream isar multiconfigs for the installer?

BR Alexander

Stephen Ecker schrieb am Freitag, 13. Dezember 2024 um 19:40:34 UTC+1:

can someone help me understand how I'm supposed to make the installer 
depend on the base image's completion?  

after poking through the code, it looked like this would be accomplished by 
setting INSTALLER_TARGET_IMAGE to my base image target, but I'm still 
getting race conditions

-- 
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/e3883934-225b-4843-afc6-19e8bf81dad9n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1919 bytes --]

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

end of thread, other threads:[~2024-12-13 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-13 18:40 Detect multiple executions Stephen Ecker
2024-12-13 23:07 ` 'Alexander Heinisch' via isar-users

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