[yocto] ADT and ast issue.

2015-07-28 Thread Edward Vidal
Hello All, I am trying to use the ADT to build myhdl a python library.To obtain myhdl I use git clone https://github.com/jandecaluwe/myhdl.git I first setup the ADT. source /opt/poky/1.8+snapshot/environment-setup-cortexa7hf-vfp-vfpv4-neon-poky-linux-gnueabi The working python is appears to be

[yocto] GRUB Problem Changing Timeout in CFG file

2015-07-28 Thread Lorin Vandegrift
Hi all, What is the best way to set the timeout for the GRUB boot menu through yocto? I know if you add the line 'set timeout="0" to /yocto/poky/meta/recipes-bsp/grub/files/cfg, it will set the timeout to zero, but how do you do that without modifying the meta layer? I want to do the same thing bu

[yocto] Including Libavformat

2015-07-28 Thread Ryan Soussan
Hello, Is there a way to include libavformat without including ffmpeg or libav? Libav and ffmpeg seem to both require a commericial license and we're trying to avoid that. Thanks, Ryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yocto

[yocto] Glibc kernel version depends

2015-07-28 Thread PRAVEEN KUMAR R
I am trying to bring QT 5.5 on armv6 arch which is running on linux kernel v 2.6.27, the qt5 libraries depends on glib 2.12+, I tried installing latest glibc to satisfy run time depends on target when I run the qt application, I get FATAL: kernel too old 1. is the glib 2.21 tightly coupled

[yocto] [rrs][PATCH 3/3] recipes.html: Format change for last updated column

2015-07-28 Thread mariano . lopez
From: Mariano Lopez This changes the format of the last updated column. Now the column text is set to the default text color. [YOCTO #8018] Signed-off-by: Mariano Lopez --- templates/rrs/recipes.html | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/templates/rrs/rec

[yocto] [rrs][PATCH 2/3] rrs-additional.css: Added min-width to last update column

2015-07-28 Thread mariano . lopez
From: Mariano Lopez This adds the min-width for the last updated column to the css. [YOCTO #8018] Signed-off-by: Mariano Lopez --- rrs/static/css/rrs-additional.css | 4 1 file changed, 4 insertions(+) diff --git a/rrs/static/css/rrs-additional.css b/rrs/static/css/rrs-additional.css i

[yocto] [rrs][PATCH 1/3] views.py: Show last updated date for all recipes

2015-07-28 Thread mariano . lopez
From: Mariano Lopez This changes the behavior of the last update column and show the date for all the recipes, including the up to date recipes. [YOCTO #8018] Signed-off-by: Mariano Lopez --- rrs/views.py | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/rrs/vi

[yocto] [rrs][PATCH 0/3] Changed behavior of last updated column

2015-07-28 Thread mariano . lopez
From: Mariano Lopez Changed the last updated column behavior and color. Now it display the dates for all the recipes, including the up to date column. Also changed the color of the text to the default used in other columns. [YOCTOC #8018] Mariano Lopez (3): views.py: Show last updated date fo

Re: [yocto] Using wic from a Bitbake task

2015-07-28 Thread Ed Bartosh
On Mon, Jul 27, 2015 at 12:49:12PM +, Ahsan, Noor wrote: > May I know it’s expected completion date? I hope to get it done till the end of August. This bug has the highest priority, so I'll start working on it as soon as I'm back to wic development. > Noor > > From: yocto-boun...@yoctoprojec

[yocto] Which repo for meta-altera ?

2015-07-28 Thread Spriggs, Jim
Hi Guys; confused noob here... There appear to be (at least) two "official" repos for meta-altera: github.com/kraj/meta-altera and git.rocketboards.org/meta-altera.git So how should I choose between them? Thanks! -- Jim Sorry about the company sig.: I can't switch it off.

Re: [yocto] [OE-core] glibc 2.22

2015-07-28 Thread Lei, Maohui
Hi Khem, > glibc 2.22 will release end of this month. For some time I have put > together the update here > > http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/m > aster&id=0 > 2e73ea526d94f21c7ef82eb96b062eff8ebb825 > > It works pretty well for machines I have tested it on

[yocto] [yocto-docs][PATCH] ref-manual: clarify allarch wrt RDPENDS and TUNE_PKGARCH

2015-07-28 Thread adraszik
From: André Draszik See e.g. http://permalink.gmane.org/gmane.comp.handhelds.openembedded/64067 Signed-off-by: André Draszik --- documentation/ref-manual/ref-classes.xml | 16 1 file changed, 16 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentat