Re: [yocto] Strange dependency

2016-04-27 Thread Burton, Ross
On 27 April 2016 at 03:30, Paul Eggleton wrote: > Looking at meta/recipes-devtools/qemu/qemu.inc it is explicitly looking at > DISTRO_FEATURES for the native class. That seems wrong to me as well, but I > would be surprised if it were the only place we were referring to > DISTRO_FEATURES in the n

Re: [yocto] Strange dependency

2016-04-26 Thread Paul Eggleton
Hi Gary, On Mon, 25 Apr 2016 15:06:14 Gary Thomas wrote: > I have a distribution which normally includes x11. I just > ran a build with >DISTRO_FEATURES_remove = "x11 wayland" > > Why on earth did this require qemu-native to be rebuilt? > One would think that qemu-native would be independent

[yocto] Strange dependency

2016-04-25 Thread Gary Thomas
I have a distribution which normally includes x11. I just ran a build with DISTRO_FEATURES_remove = "x11 wayland" Why on earth did this require qemu-native to be rebuilt? One would think that qemu-native would be independent of the DISTRO_FEATURES?? --