[yocto] Virtual machine images from yocto developer day

2012-11-15 Thread Fredrik Hugosson
Hi! Thanks for a great developer day in Barcelona! Is it possible to get the vdi-files or appliances (which ever it was) used for the labs? It would save some valuable time when doing labs with beginners here at work. Best regards /Fredrik Hugosson

Re: [yocto] Cedartrail / GLES / Framebuffer

2012-11-15 Thread Burton, Ross
Hi, On 20 October 2012 19:31, Chris Tapp opensou...@keylevel.com wrote: I'm still trying to get my 'perfect' platform configuration for a project. 1) I need to use the 'nopvr' machine as I need unionfs. This means I need the kernel 3.2, which doesn't currently support pvr; 2) I'm running

Re: [yocto] meta-freescale general mailing list

2012-11-15 Thread Philip Balister
On 11/14/2012 11:58 AM, McClintock Matthew-B29882 wrote: YoctoProject.org is now hosting a meta-freescale mailing list that are going to unify the communities of meta-fsl-ppc and meta-fsl-arm. From now on all patches affecting meta-fsl-ppc and meta-fsl-arm can be sent to

Re: [yocto] [OE-core] meta-freescale general mailing list

2012-11-15 Thread Otavio Salvador
On Thu, Nov 15, 2012 at 1:36 PM, Philip Balister phi...@balister.orgwrote: On 11/14/2012 11:58 AM, McClintock Matthew-B29882 wrote: YoctoProject.org is now hosting a meta-freescale mailing list that are going to unify the communities of meta-fsl-ppc and meta-fsl-arm. From now on all

Re: [yocto] Virtual machine images from yocto developer day

2012-11-15 Thread Scott Garman
On 11/15/2012 04:05 AM, Fredrik Hugosson wrote: Hi! Thanks for a great developer day in Barcelona! Is it possible to get the vdi-files or appliances (which ever it was) used for the labs? It would save some valuable time when doing labs with beginners here at work. Best regards /Fredrik

Re: [yocto] Virtual machine images from yocto developer day

2012-11-15 Thread Jeff Osier-Mixon
On Thu, Nov 15, 2012 at 10:24 AM, Scott Garman scott.a.gar...@intel.com wrote: On 11/15/2012 04:05 AM, Fredrik Hugosson wrote: Hi! Thanks for a great developer day in Barcelona! Is it possible to get the vdi-files or appliances (which ever it was) used for the labs? It would save some

Re: [yocto] Virtual machine images from yocto developer day

2012-11-15 Thread William Mills
On 11/15/2012 01:50 PM, Jeff Osier-Mixon wrote: On Thu, Nov 15, 2012 at 10:24 AM, Scott Garmanscott.a.gar...@intel.com wrote: On 11/15/2012 04:05 AM, Fredrik Hugosson wrote: Hi! Thanks for a great developer day in Barcelona! Is it possible to get the vdi-files or appliances (which ever it

Re: [yocto] Slides from the Yocto Developer Day

2012-11-15 Thread Trevor Woerner
} \ ${CORE_IMAGE_EXTRA_INSTALL} psplash dropbear For me latest HEAD is defined as: Build Configuration: BB_VERSION= 1.16.0 TARGET_ARCH = i586 TARGET_OS = linux MACHINE = qemux86 DISTRO= poky DISTRO_VERSION= 1.3+snapshot-20121115 TUNE_FEATURES = m32

[yocto] questions about writing a recipe

2012-11-15 Thread Liu
Dear all, I'm writing a recipe and come up with a question.I want to invoke the theworkdir of package A in my recipe of package B. I tried to use the variable WORKDIR,but it represent for the workdir of B in the recipe of package B. Sois thereany goodideas about this? Best wishes!

Re: [yocto] questions about writing a recipe

2012-11-15 Thread Joshua Immanuel
Hello Liu, On Fri, 2012-11-16 at 11:06 +0800, Liu wrote: I'm writing a recipe and come up with a question.I want to invoke the the workdir of package A in my recipe of package B. I tried to use the variable WORKDIR,but it represent for the workdir of B in the recipe of package B. So is