[yocto] x86-64 with -mx32 option?

2016-06-25 Thread Paul D. DeRocco
Has anyone successfully used Yocto to build a Linux system for a 64-bit Intel processor using the -mx32 compiler option, forcing all long and pointer types to 32 bits? I've got an embedded system with a gig of RAM and I'd like to have access to the larger register set (especially SSE) of 64-bit

Re: [yocto] [meta-raspberrypi][PATCH v5 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-06-25 Thread Francois Muller
Hi Hervé, I haven't tested your patch yet, but while reviewing the diff I'm a bit surprised about this: >  overlays = oe.utils.str_filter_out('\S+\-overlay\.dtb$', > dts , d) > +overlays = oe.utils.str_filter_out('\S+\.dtbo$', > overlays, > d) Shouldn't .dtbo files be filtered out

Re: [yocto] what other layers make extensive use of "UBOOT_CONFIG[...] = "?

2016-06-25 Thread Andrea Galbusera
Hi, On Sat, Jun 25, 2016 at 11:02 AM, Robert P. J. Day wrote: > > was looking for docs on proper usage of the UBOOT_CONFIG[sd] > construct and other variations (doesn't seem to be a lot), and noticed > that while the meta-fsl-{arm,ppc} layers make extensive use of this >

[yocto] what other layers make extensive use of "UBOOT_CONFIG[...] = "?

2016-06-25 Thread Robert P. J. Day
was looking for docs on proper usage of the UBOOT_CONFIG[sd] construct and other variations (doesn't seem to be a lot), and noticed that while the meta-fsl-{arm,ppc} layers make extensive use of this feature, i don't see much more of that across the other layers i have checked out. are there