superna9999 / meta-meson

Upstream Linux Amlogic Meson Yocto/OpenEmbedded Layer
https://github.com/superna9999/meta-meson/wiki
MIT License
100 stars 67 forks source link

Remove dupliacte include of linux-yocto-virtualization.inc #99

Closed m5p3nc3r closed 3 years ago

m5p3nc3r commented 3 years ago

Including linux-yocto-virtualization.inc in the linix-yocto recipes is not needed as it is pulled in for both linux-yocto-5.x and linux-yocto-dev from the meta-virtualization recipes.

Before removing this, there were a number of "WARNING: Duplicate inclusion for ..." warnings in the build.

@khilman I know you committed this in an earlier patch set, can you review that you are happy with this?

I have tested using both linux-yocto-5.4 and linux-yocto-5.8 (from the master Poky branch) and docker works fine for me. I have not tested on linux-yocto-dev, but from code inspection I believe it should work fine.

khilman commented 3 years ago

@m5p3nc3r yes, you're correct, this is duplicate. Sorry about that.