documentation icon indicating copy to clipboard operation
documentation copied to clipboard

virtualization warning message

Open photoszzt opened this issue 5 years ago • 7 comments

I checkout the sumo branch of oe-rpb-manifest and build it. It emits the following warning:

WARNING: You have included the meta-virtualization layer, but 'virtualization' has not been enabled in your DISTRO_FEATURES. Some bbappend files may not take effect. See the meta-virtualization README for details on enabling virtualization support.

I need to add DISTRO_FEATURES_append = " virtualization" to the local.conf file to suppress the warning message. Is this the right way to enable virtualization support?

photoszzt avatar Aug 08 '18 17:08 photoszzt

@ndechesne Can you please take a look at this?

Mani-Sadhasivam avatar Aug 08 '18 17:08 Mani-Sadhasivam

+1 just looked at the sumo build log I did earlier, I see the same warning as well.

ric96 avatar Aug 08 '18 17:08 ric96

i will defer to @fboudra , since he added meta-virtualization for building docker.

ndechesne avatar Aug 08 '18 20:08 ndechesne

@fboudra Can you please shed some light into this warning?

Mani-Sadhasivam avatar Aug 23 '18 10:08 Mani-Sadhasivam

looking at their README file, I can see:

If you know what you are doing, this warning can be disabled by setting the following variable in your configuration: SKIP_META_VIRT_SANITY_CHECK = 1

So I would say we should either add virtualization in distro feature or add this varilable into our builds.

ndechesne avatar Aug 23 '18 10:08 ndechesne

@ndechesne Thanks for the info! Since we can't quote on the usefulness of virtualization without discussing with @fboudra, we will wait for his reply.

Mani-Sadhasivam avatar Aug 23 '18 10:08 Mani-Sadhasivam

@fboudra Can you please share your views?

Mani-Sadhasivam avatar Oct 15 '18 06:10 Mani-Sadhasivam