Re: [yocto] Trying to tweak a build with a setup.cfg file

2013-08-20 Thread Paul D. DeRocco
Well, I hate to say it, but this didn't work. The setup.cfg file ended up in the same place, even though I did a clean and a cleansstate on the python-matplotlib recipe. The log shows it searching for setup.cfg, so it is definitely separating the subdir= option from the name. And it's not

[yocto] Building one package needs header from another

2013-08-20 Thread Paul D. DeRocco
I'm trying to build python-matplotlib, which is a plotting package for PyGTK, and I need to compile the GDK rendering backend so that I can put plots onto the screen. (This is for a Gumstix, and I'm using their Danny branch metadata.) The backend source file needs to include pygtk/pygtk.h, which

Re: [yocto] Build packages-ssh, telnet, alsa and other package for arm

2013-08-20 Thread Burton, Ross
On 17 August 2013 16:45, Jegan Chandru pcje...@gmail.com wrote: About the image size, it really depends on what package system are you using(rpm, deb, ipk) If its rpm, the size would be big for a filesystem, and ipk would have the smallest size. The choice of packaging format will only make a

[yocto] MD5SUM recipe error.

2013-08-20 Thread Zafrullah Syed
Hi all, I am facing problems while build. Trying to build gumstix-console-image. I downloaded GNU hello world, extracted and ran MD5SUM against COPYING, added to my bitbake. Still it asks me to add MD5SUM or sha256sum. My hello_2.7.bb file is: http://pastebin.com/MDsCcSB9 Error Log file:

[yocto] omxplayer building for Rpi

2013-08-20 Thread Belisko Marek
Hello, I'm trying to build omxplayer for Rpi board but seems libav and other dependencies was removed (replaced by meta-oe). But libav was also removed from meta-oe [1]. I was trying to use patches [2] but it produce errors: ERROR: Multiple .bb files are due to be built which each provide

Re: [yocto] MD5SUM recipe error.

2013-08-20 Thread Belisko Marek
Hi, On Tue, Aug 20, 2013 at 1:38 PM, Zafrullah Syed zafrullahme...@gmail.com wrote: Hi all, I am facing problems while build. Trying to build gumstix-console-image. I downloaded GNU hello world, extracted and ran MD5SUM against COPYING, added to my bitbake. Still it asks me to add MD5SUM or

Re: [yocto] MD5SUM recipe error.

2013-08-20 Thread Zafrullah Syed
MD5SUM error got solved. When I build I get again this error: ERROR: Nothing RPROVIDES 'ntp-systemd' (but /home/zaif/yocto/poky/meta-gumstix/recipes-images/gumstix/ gumstix-console-image.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'ntp-systemd' is unbuildable, removing...

Re: [yocto] Building one package needs header from another

2013-08-20 Thread Burton, Ross
On 20 August 2013 08:29, Paul D. DeRocco pdero...@ix.netcom.com wrote: I'm trying to build python-matplotlib, which is a plotting package for PyGTK, and I need to compile the GDK rendering backend so that I can put plots onto the screen. (This is for a Gumstix, and I'm using their Danny branch

Re: [yocto] Trying to tweak a build with a setup.cfg file

2013-08-20 Thread Chris Larson
On Mon, Aug 19, 2013 at 11:40 PM, Paul D. DeRocco pdero...@ix.netcom.comwrote: I suspect what happened is that support for the subdir= option on local files was added in 2009, then someone thought, why have this obscure syntax? Simpler to impose the directory structure on the local files in

Re: [yocto] Build packages-ssh, telnet, alsa and other package for arm

2013-08-20 Thread Jegan Chandru
Yes. It depends on how one need the filesystem would be, regardless of the packaging format. It can be attained by looking in local.conf like EXTRA_IMAGE_FEATURES and so to remove that are not necessary, say for example. I meant by the above comment for a minimal filesystem albeit that is not

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, August 20, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-08-20 Thread Saul Wold
* SWAT team rotation: Ross - Cristiana Attendees: DavidW, Nitin, SteveL, Saul, DaveST, Beth, ChrisL, ScottR, TomZ, MichaelH, MarkH, Denys, BruceA, Cristian, Cristiana, Richard, JeffP, Darren, Belen, Simar, PaulE, Song Welcome back, Richard!

Re: [yocto] can not build yocto on NFS mounted NAS

2013-08-20 Thread lothar
Am 2013-08-18 22:44, schrieb Robert Berger: Hi, Just for the record I was able to remove the hard link with a small patch and now things look good (so far) - although it will consume more disk space. diff --git a/meta/lib/oe/path.py b/meta/lib/oe/path.py index faa0f61..3225993 100644 ---

[yocto] Build with Github source fails to connect

2013-08-20 Thread Zafrullah Syed
Hi all, When I am trying to build my own recipe, I get the following error: ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output: fatal: unable to connect to git.github.com: git.github.com[0: 185.31.16.133]: errno=Connection timed out My bitbake file is as

[yocto] [meta-raspberrypi][PATCH 02/11] linux-raspberrypi: Update to 2013-08-20 rpi-3.6.y's and rpi-3.2.27's snapshot

2013-08-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-kernel/linux/linux-raspberrypi_3.2.27.bb |4 ++-- recipes-kernel/linux/linux-raspberrypi_3.6.11.bb |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb

[yocto] [meta-raspberrypi][PATCH 04/11] rpi-config: Update to 2013-08-20 master's snapshot

2013-08-20 Thread Andrei Gherzan
Use git as package version. There is no package version for this script. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-bcm/bootfiles/rpi-config_0.1.bb | 57 --- recipes-bcm/bootfiles/rpi-config_git.bb | 57 +++ 2 files

[yocto] [meta-raspberrypi][PATCH 08/11] bcm2835: Update to v1.9

2013-08-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-bcm/bcm2835/bcm2835_1.8.bb | 42 --- recipes-bcm/bcm2835/bcm2835_1.9.bb | 43 2 files changed, 43 insertions(+), 42 deletions(-) delete mode 100644

[yocto] [meta-raspberrypi][PATCH 07/11] mesa: Use libgl from mesa for raspberrypi

2013-08-20 Thread Andrei Gherzan
The graphics libraries provided by userland does not include libgl. So compile mesa with libgl support and remove gles and egl from it as these are provided by userland. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-graphics/mesa/mesa_9.1.6.bbappend | 34

[yocto] [meta-raspberrypi][PATCH 03/11] userland: Update to 2013-08-20 master's snapshot

2013-08-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-graphics/userland/userland_git.bb |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index fe4132a..c7ea522 100644 ---

[yocto] [meta-raspberrypi][PATCH 11/11] vc-graphics: Remove some useless new lines

2013-08-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-bcm/vc-graphics/vc-graphics-hardfp.bb |2 -- recipes-bcm/vc-graphics/vc-graphics.bb|2 -- 2 files changed, 4 deletions(-) diff --git a/recipes-bcm/vc-graphics/vc-graphics-hardfp.bb

[yocto] [meta-raspberrypi][PATCH 05/11] rpi-gpio: Update to v0.5.3a

2013-08-20 Thread Andrei Gherzan
don-t-install-setuptools.patch was removed as this is included now in the new version. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../python/rpi-gpio/don-t-install-setuptools.patch | 16 --- recipes-devtools/python/rpi-gpio_0.2.0.bb | 21

[yocto] [meta-raspberrypi][PATCH 09/11] omxplayer: Update to 2013-08-20 master's snapshot

2013-08-20 Thread Andrei Gherzan
* Use DIST for install path as used in package's makefile. * Set FLOAT based on callconvention-hard TUNE_FEATURE. * Add an include path to avoid a header error. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- ...Makefile.include-which-includes-hardcoded.patch | 84

[yocto] [meta-raspberrypi][PATCH 10/11] firmware: Update to 2013-08-20 master's snapshot

2013-08-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-bcm/common/firmware.inc |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc index e291832..5bad182 100644 --- a/recipes-bcm/common/firmware.inc

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Allow optional compression

2013-08-20 Thread Andrei Gherzan
On Fri, Aug 16, 2013 at 1:48 PM, Paul Barker p...@paulbarker.me.uk wrote: Image files will typically contain lots of null blocks and should compress well. This will help with distribution of images over slow network links. Signed-off-by: Paul Barker p...@paulbarker.me.uk ---

[yocto] Cleaning up poky-contrib

2013-08-20 Thread Flanagan, Elizabeth
Folks, If you have left over branches hanging out in poky-contrib that are no longer needed, could you take a few moments this week and delete them? Poky-contrib is taking a lot longer than necessary to pull down and clean up is long overdue. Thanks! -b -- Elizabeth Flanagan Yocto Project

Re: [yocto] What are _virtual providers? and other Suffixes?

2013-08-20 Thread Paul Eggleton
Hi Brad, On Monday 19 August 2013 22:51:04 Brad Litterell wrote: I searched the Yocto Mega Manual, but am still somewhat mystified by the suffix formatting of various variable - especially virtual ones like this: PREFERRED_PROVIDER_virtual/gettext = gettext

Re: [yocto] Building one package needs header from another

2013-08-20 Thread Paul D. DeRocco
From: Burton, Ross [mailto:ross.bur...@intel.com] If you've built pygtk then the target sysroot should have the headers in, and for me it does: ross@melchett /data/poky-master/tmp/sysroots/genericx86 $ find . -name pygtk.h ./usr/include/pygtk-2.0/pygtk/pygtk.h This is probably a

Re: [yocto] What are _virtual providers? and other Suffixes?

2013-08-20 Thread Brad Litterell
Hi Paul, Thanks for taking the time to explain, very enlightening. I think I understood it, please allow me to play back my understanding: 1. _virtual is part of the variable name, and is not a special type of override. 2. PREFERRED_PROVIDER_virtual/kernel_am335x-evm breaks into:

Re: [yocto] What are _virtual providers? and other Suffixes?

2013-08-20 Thread Paul Eggleton
On Tuesday 20 August 2013 23:16:56 Brad Litterell wrote: Thanks for taking the time to explain, very enlightening. I think I understood it, please allow me to play back my understanding: 1. _virtual is part of the variable name, and is not a special type of override. Actually,

Re: [yocto] What are _virtual providers? and other Suffixes?

2013-08-20 Thread Brad Litterell
Hi Paul, Thanks - that makes it clearer. But now I have one other question to ask: if virtual/xyz is added to overrides when the item is dealt with, then in that case P_P_virtual/xyz_am335 has two overrides hanging off of the base variable PREFERRED_PROVIDER. You also said earlier that the

Re: [yocto] Error building meta-ide-support; 'SNDCTL_DSP_MAPINBUF' undeclared here

2013-08-20 Thread Zhang, Jessica
Hi Bryan, Probably the simplest way is to archive your whole project directory and for other user, they can import them to workspace, then do reconfigure and rebuild based on their cross toolchain setup. Jessica -Original Message- From: Bryan Evenson [mailto:beven...@melinkcorp.com]

[yocto] Weekly build availability

2013-08-20 Thread Flanagan, Elizabeth
The weekly build will soon be available at: http://autobuilder.yoctoproject.org/pub/nightly/20130820-1 meta-fsl-arm 1663874ee7ff6607a2685929c27695fe21c8ceb8 meta-fsl-ppc 399c1ab5e86cf6dbb7c0c48d5253ac8798d6bfe4 meta-intel 3be52cc95ff2c43d9d3c46c03c636e520ebefebc meta-minnow

[yocto] Recipe for building an Ubuntu-12.04 root filesystem

2013-08-20 Thread Elvis Dowson
Hi, Does anyone know how to create a recipe for building an Ubuntu-12.04 root filesystem image? The Ubuntu and Linaro websites don’t document how the actual binary *.deb packages were created, the just document the process of assembling a rootfs from deb binary package feeds. I’m aware

Re: [yocto] Recipe for building an Ubuntu-12.04 root filesystem

2013-08-20 Thread Nicolas Dechesne
On Wed, Aug 21, 2013 at 2:24 AM, Elvis Dowson elvis.dow...@gmail.comwrote: The Ubuntu and Linaro websites don’t document how the actual binary *.deb packages were created, the just document the process of assembling a rootfs from deb binary package feeds. I’m aware that Yocto/OpenEmbedded

Re: [yocto] Recipe for building an Ubuntu-12.04 root filesystem

2013-08-20 Thread Elvis Dowson
Hi Nicolas, On Aug 21, 2013, at 4:50 AM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Wed, Aug 21, 2013 at 2:24 AM, Elvis Dowson elvis.dow...@gmail.com wrote: The Ubuntu and Linaro websites don’t document how the actual binary *.deb packages were created, the just document the

[yocto] Recipe for Gnome Unity Interface

2013-08-20 Thread Elvis Dowson
Hi, Has anyone developed a recipe for building a Gnome Unity Interface? https://github.com/chenxiaolong/Unity-for-Arch Best regards, Elvis Dowson___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto