[yocto] bitbake: how to resolve a dependency to kernel-devicetree when building rootfs

2013-02-19 Thread Hans Beckérus
First of all, I am a total noob when it comes to bitbake, but I am struggling and slowly getting there ( I think). So, I am sorry if my questions seems stupid, but this one I just can not seem to figure out on my own. What I am trying to do is to build a custom ARM based rootfs image using the

Re: [yocto] bitbake: how to resolve a dependency to kernel-devicetree when building rootfs

2013-02-19 Thread Frans Meulenbroeks
Is there a kernel-devicetree package in you tmp/deploy ? I'm using ipk and I have: tmp/deploy/ipk/syrcxx/kernel-devicetree_2.6.38-r4_syrcxx.ipk If it is not there that is your problem. You may also want to nuke your tmp dir and rebuild (with sstate it should not take excessively long) Frans