Date
1 - 4 of 4
Prevent WIC image from being built?
Howard
Hi:
Was wondering if there was a way to exclude wic image from being built. Many thanks, and Happy New year. Howard
|
|
Bruce Ashfield
On Mon, Dec 28, 2020 at 7:12 PM Howard <howard.egan@avid.com> wrote:
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. -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
|
|
Howard
Yup, thank you Bruce:
Using IMAGE_FSTYPES_remove += "wic" Didn't do it for me, but IMAGE_TYPES_remove += "wic" did the trick.
|
|
Robert P. J. Day
On Tue, 29 Dec 2020, Howard wrote:
Yup, thank you Bruce:pedantry, but i'm fairly sure "=" would have sufficed; there was no need to use "+=" here. rday
|
|