Re: [yocto] SDK and out of tree modules

2018-07-21 Thread Russell Peterson
No, just the standard SDK. I was having issues building the eSDK back when we used pyro and never fully figured it out… but we have since upgraded to rocko. I should revisit the eSDK and see if it works for me now or find the root cause since it sounds useful. Thanks, Khem. —Russ > On Jul

Re: [yocto] python-cython_0.25.2 Krogoth: EXCLUDE_FROM_WORLD

2018-07-21 Thread Khem Raj
On Sat, Jul 21, 2018 at 5:44 AM Mauro Ziliani wrote: > > Hi all > > I'd like to add cython 0.25.2 to Krogoth. > > I need it to try kivy in Krogoth on IMX6 > > > In my layer under recipes-devtools/python folder I added the recipe > > python-cython_0.25.2.bb with this inside > > > inherit

Re: [yocto] SDK and out of tree modules

2018-07-21 Thread Khem Raj
On Sat, Jul 21, 2018 at 6:20 AM Russell Peterson wrote: > > Hello, > > I have been building some modules using the SDK for a while now. This is > mostly for development flow purposes but we have had a few customers doing > this as well. To get this to work we always need to run “make >

Re: [yocto] why compile "xserver-xorg" package on wayland projects?

2018-07-21 Thread Khem Raj
I have patches cooking see http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/master On Sat, Jul 21, 2018 at 5:27 AM Burton, Ross wrote: > > It shouldn't complain, what is the error? The reason it's being built > is because you've got X11 and Wayland enabled, so it's building >

[yocto] SDK and out of tree modules

2018-07-21 Thread Russell Peterson
Hello, I have been building some modules using the SDK for a while now. This is mostly for development flow purposes but we have had a few customers doing this as well. To get this to work we always need to run “make silentoldconfig scripts” inside the RFS of the SDK on the build host. Many

[yocto] python-cython_0.25.2 Krogoth: EXCLUDE_FROM_WORLD

2018-07-21 Thread Mauro Ziliani
Hi all I'd like to add cython 0.25.2 to Krogoth. I need it to try kivy in Krogoth on IMX6 In my layer under recipes-devtools/python folder I added the recipe python-cython_0.25.2.bb with this inside inherit setuptools require recipes-devtools/python/python-cython.inc RDEPENDS_${PN} += "

Re: [yocto] why compile "xserver-xorg" package on wayland projects?

2018-07-21 Thread Burton, Ross
It shouldn't complain, what is the error? The reason it's being built is because you've got X11 and Wayland enabled, so it's building xwayland. When you add wayland to DISTRO_FEATURES, also remove x11. Ross On 21 July 2018 at 05:48, tugouxp <13824125...@163.com> wrote: > hi folks: > i am

Re: [yocto] can bitbake build offline ?

2018-07-21 Thread Alexander Kanavin
This page has a tip on what might be causing 'git ls-remote': https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_create_my_own_source_download_mirror_.3F Alex 2018-07-21 10:32 GMT+02:00 MOHAMMAD RASIM : > Hi, is there a way I can run a bitbake build offline? I have all the > required

[yocto] can bitbake build offline ?

2018-07-21 Thread MOHAMMAD RASIM
Hi, is there a way I can run a bitbake build offline? I have all the required sources of the target in the sources directory, and I have built the target multiple times with internet connection, but when I build offline it fails because it needs internet access during parsing recipes. Can I

Re: [yocto] bitbake is corrupting my files during unpacking

2018-07-21 Thread MOHAMMAD RASIM
well apparently this is caused by the unzip binary that is compiled by the openembedded unzip recipe. If I unzip the same zip file with the unzip binary that is shipped with my system(manjaro) then the files are not corrupted but when I use the unzip binary compiled by the openembedded recipe I