[yocto] yocto-jethro: how to define a machine which builds kernel in 64-bit whereas user space in 32bit

2017-05-25 Thread sourabh banerjee
For reference I looked up the default provided machine conf files inside poky/meta. Following seems to build qemuarm for 32bit, i.e. both kernel and user space 32bit * http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/machine/qemuarm.conf?h=jethro And following seems to build qemuarm6

Re: [yocto] Problem building glibc-locale

2017-05-25 Thread Craig McQueen
> > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Burton, Ross > > So you did: > > echo "DISTRO_FEATURES += \"usbhost\"" >> conf/local.conf > > But poky.conf does: > > DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} > ${POKY_DE

[yocto] Include meta-qt5 in an eSDK build ?

2017-05-25 Thread Jan-Simon Möller
Hi ! How can I build an eSDK that includes meta-qt5 ? The examples I found use the 'traditional' sdk and add the classes from meta-qt5. But I have not seen the eSDK being used, yet. -- -- Jan-Simon Möller dl...@gmx.de -- ___ yocto mailing list yocto

Re: [yocto] Can Yocto treat layers like an external package?

2017-05-25 Thread Koehler, Yannick (HPN Aruba)
Hi Marcello, Not sure if I understood what you meant but, I am using a single repo with submodule for vendor layers, as such, submodule kind of solve the "temptation" for our developer team to go play in there, since playing there is a minefields thanks to the complicated submodule process. Bu

Re: [yocto] Can Yocto treat layers like an external package?

2017-05-25 Thread Marcelo E. Magallon
On Thu, May 25, 2017 at 01:13:03PM +, Koehler, Yannick (HPN Aruba) wrote: > The case I am mostly interested about is the Vendor layers, if I pull > in meta-openembedded or meta-freescale in my yocto distro, I will > never touch those layer at the git level, instead whatever change I > want wil

Re: [yocto] [meta-freescale] etnaviv image

2017-05-25 Thread Andreas Müller
On Thu, May 25, 2017 at 10:48 AM, Trevor Woerner wrote: > w00t!! > > It took a lot of hacking, but I was able to build and run an image for > the wandboard dual that uses etnaviv :-D > > Patches to follow. > > I now have 4 dev boards using open-source graphics: > 1) rpi3-32 with vc4 > 2) dragonboa

Re: [yocto] Can Yocto treat layers like an external package?

2017-05-25 Thread Koehler, Yannick (HPN Aruba)
So far all reply seems to indicate that the fetching and retrieval of additional layers is not a bitbake problem and should be handled with external tools. In my view, I fail to see how fetching a layer is different than fetching sources from a particular package. There is in my opinion two ki

Re: [yocto] [meta-cgl][PATCH] core-image-cgl: Remove ROOTFS_PKGMANAGE_BOOTSTRAP

2017-05-25 Thread Adrian Dudau
It's been merged already:) --Adrian From: Alexandru Vaduva [vaduvajanalexan...@yahoo.com] Sent: Thursday, May 25, 2017 10:28 AM To: Adrian Dudau; yocto@yoctoproject.org Subject: Re: [yocto] [meta-cgl][PATCH] core-image-cgl: Remove ROOTFS_PKGMANAGE_BOOTSTRAP Look

Re: [yocto] etnaviv image

2017-05-25 Thread Fabien Lahoudere
On Thu, 2017-05-25 at 11:01 +0200, Gary Thomas wrote: > On 2017-05-25 10:48, Trevor Woerner wrote: > > w00t!! > > > > It took a lot of hacking, but I was able to build and run an image for > > the wandboard dual that uses etnaviv :-D > > > > Patches to follow. > > > > I now have 4 dev boards usi

Re: [yocto] etnaviv image

2017-05-25 Thread Trevor Woerner
On Thu, May 25, 2017 at 5:01 AM, Gary Thomas wrote: > Would you mind sharing your configuration (conf/local.conf, > conf/bblayers.conf)? > I'm mostly interested in trying this on my RaspberryPi3. Absolutely! I'm hoping to do a couple blog posts about it soon-ish showing comparative results of gl

Re: [yocto] etnaviv image

2017-05-25 Thread Gary Thomas
On 2017-05-25 10:48, Trevor Woerner wrote: w00t!! It took a lot of hacking, but I was able to build and run an image for the wandboard dual that uses etnaviv :-D Patches to follow. I now have 4 dev boards using open-source graphics: 1) rpi3-32 with vc4 2) dragonboard-410c with freedreno 3) min

Re: [yocto] etnaviv image

2017-05-25 Thread Trevor Woerner
w00t!! It took a lot of hacking, but I was able to build and run an image for the wandboard dual that uses etnaviv :-D Patches to follow. I now have 4 dev boards using open-source graphics: 1) rpi3-32 with vc4 2) dragonboard-410c with freedreno 3) minnow (turbot) with Intel's stuff 4) wandboard