[yocto] Failing Build

2014-10-23 Thread nick
Greetings Fellow Yocto Developers and Users, I am getting a failing build with bitbake core-image-rt-sdk on qemux86 or qemux86_64 machine builds. Further more I am posting my failing build messages below, I am assuming it's a misconfiguration or a bug related to qemux86 or Intel platforms. Cheer

[yocto] autotools-brokensep.bbclass not working

2014-10-23 Thread Vuille, Martin (Martin)
(Using daisy/1.6.1) I need to build an older version of dhcp because of some custom functionality that was patched into the client. That version of dhcp does not support ${B} != ${S}. So I changed the recipe to inherit autotools-brokensep instead of inheriting autotools. But this has no effect.

[yocto] QA Issue for recipe inheriting from native.bbclass

2014-10-23 Thread Vuille, Martin (Martin)
I have a recipe that inherits from meta/classes/native.bbclass I am getting an ERROR: QA Issue: for this recipe: "Variable RPROVIDES is set as not being package specific, please fix this." which, as far as I can tell, is due to the RPROVIDES assignment in native.bbclass Is this a bug? Is the r