public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* IMAGE_TYPE vs IMAGE_TYPE(S)
@ 2018-06-01 14:40 cedric_hombourger
  2018-06-04  7:16 ` Jan Kiszka
  2018-06-04  7:17 ` Claudius Heine
  0 siblings, 2 replies; 4+ messages in thread
From: cedric_hombourger @ 2018-06-01 14:40 UTC (permalink / raw)
  To: isar-users


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

Hello!

The documentation suggests that IMAGE_TYPE may be a list of images to be 
built:

   | The `IMAGE_TYPE` variable contains the list of image types to generate.

(ref: https://github.com/ilbers/isar/blob/master/doc/user_manual.md#image-type-selection)

It appears that one could set this to e.g. "ext4-img wic-img" to get Isar 
to generate both an EXT4 image and a WIC image.
Alright.

But then how about this code:

   | if d.getVar('IMAGE_TYPE', True) == 'wic-img':
   |     d.appendVar('BUILDCHROOT_PREINSTALL',
   |                 d.getVar('BUILDCHROOT_PREINSTALL_WIC', True))

(ref: https://github.com/ilbers/isar/blob/master/meta/recipes-devtools/buildchroot/buildchroot.bb#L45)

The condition would be False for the example provided above and our 
buildchroot missing vital tools such mkdosfs

We probably need to fix one or the other. What are your thoughts?

Thanks
Cedric

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

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

end of thread, other threads:[~2018-06-04  8:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-01 14:40 IMAGE_TYPE vs IMAGE_TYPE(S) cedric_hombourger
2018-06-04  7:16 ` Jan Kiszka
2018-06-04  8:27   ` Henning Schild
2018-06-04  7:17 ` Claudius Heine

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