All of lore.kernel.org
 help / color / mirror / Atom feed
* Prevent WIC image from being built?
@ 2020-12-29  0:11 Howard
  2020-12-29  1:44 ` [yocto] " Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Howard @ 2020-12-29  0:11 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 124 bytes --]

Hi:

Was wondering if there was a way to exclude wic image from being built.

Many thanks, and Happy New year.
Howard

[-- Attachment #2: Type: text/html, Size: 158 bytes --]

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

* Re: [yocto] Prevent WIC image from being built?
  2020-12-29  0:11 Prevent WIC image from being built? Howard
@ 2020-12-29  1:44 ` Bruce Ashfield
  2020-12-29 16:51   ` Howard
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2020-12-29  1:44 UTC (permalink / raw)
  To: Howard; +Cc: yocto

On Mon, Dec 28, 2020 at 7:12 PM Howard <howard.egan@avid.com> wrote:
>
> Hi:
>
> Was wondering if there was a way to exclude wic image from being built.
>

If you remove "wic" from the IMAGE_TYPES, it won't be built.

https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-IMAGE_TYPES

Bruce

> Many thanks, and Happy New year.
> Howard
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

* Re: Prevent WIC image from being built?
  2020-12-29  1:44 ` [yocto] " Bruce Ashfield
@ 2020-12-29 16:51   ` Howard
  2020-12-29 17:19     ` [yocto] " Robert P. J. Day
  0 siblings, 1 reply; 4+ messages in thread
From: Howard @ 2020-12-29 16:51 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 140 bytes --]

Yup, thank you Bruce:

Using
IMAGE_FSTYPES_remove += "wic"

Didn't do it for me, but

IMAGE_TYPES_remove += "wic"

did the trick.

[-- Attachment #2: Type: text/html, Size: 183 bytes --]

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

* Re: [yocto] Prevent WIC image from being built?
  2020-12-29 16:51   ` Howard
@ 2020-12-29 17:19     ` Robert P. J. Day
  0 siblings, 0 replies; 4+ messages in thread
From: Robert P. J. Day @ 2020-12-29 17:19 UTC (permalink / raw)
  To: Howard; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]

On Tue, 29 Dec 2020, Howard wrote:

> Yup, thank you Bruce:
>
> Using
> IMAGE_FSTYPES_remove += "wic"
>
> Didn't do it for me, but
>
> IMAGE_TYPES_remove += "wic"
>
> did the trick. 

  pedantry, but i'm fairly sure "=" would have sufficed; there was no
need to use "+=" here.

rday

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

end of thread, other threads:[~2020-12-29 17:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29  0:11 Prevent WIC image from being built? Howard
2020-12-29  1:44 ` [yocto] " Bruce Ashfield
2020-12-29 16:51   ` Howard
2020-12-29 17:19     ` [yocto] " Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.