Re: [yocto] Cross building question

2013-06-19 Thread Burton, Ross
On 19 June 2013 16:25, Gary Thomas wrote: > > FILES_${PN} += "/usr/lib \ > /usr/local \ > " > INSANE_SKIP_${PN} += "dev-so" > > Now I get errors like these (they might have been there before): > ERROR: QA Issue: non debug package contains .debug directory: amanda path > /

Re: [yocto] Cross building question

2013-06-19 Thread Gary Thomas
On 2013-06-19 15:52, Burton, Ross wrote: On 19 June 2013 15:39, Gary Thomas wrote: In the mean time, I faked that one and moved on and got the whole thing to build :-) Now I face this packaging issue: ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: amanda path '/work

Re: [yocto] Cross building question

2013-06-19 Thread Burton, Ross
On 19 June 2013 15:39, Gary Thomas wrote: > In the mean time, I faked that one and moved on and got the whole thing > to build :-) Now I face this packaging issue: > ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: > amanda path > '/work/ppce500v2-amltd-linux-gnuspe/amand

Re: [yocto] Cross building question

2013-06-19 Thread Gary Thomas
On 2013-06-19 15:14, Burton, Ross wrote: On 19 June 2013 15:03, Gary Thomas wrote: What's the best way to handle this and how? I recall in the dark old days that there were many such things that relied on running QEMU to actually execute target code. Is this still possible (and being done)?

Re: [yocto] Cross building question

2013-06-19 Thread Burton, Ross
On 19 June 2013 15:03, Gary Thomas wrote: > What's the best way to handle this and how? I recall in the > dark old days that there were many such things that relied on > running QEMU to actually execute target code. Is this still > possible (and being done)? If so, is that a solution and how >

[yocto] Cross building question

2013-06-19 Thread Gary Thomas
I'm asking on this list since this is a pretty general question. If it's more appropriate for another venue, just let me know. I'm trying to build a new package for my target which has never been ported to OpenEmbedded/Yocto/... (It's the Amanda backup server if anyone has ever looked at this).