Re: [yocto] How to temporarily disable a package rebuild during an image build?

2014-02-02 Thread Eric Bénard
Hi Alex, Le Wed, 29 Jan 2014 20:09:37 +, Alex J Lennon ajlen...@dynamicdevices.co.uk a écrit : I was wondering if there's a per-package environment variable I could use to contrain the rebuilding of packages? i.e. I am modifying a linux-imx kernel, rebuilding that kernel package and

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Eric Bénard
Hi Rich, Le Thu, 18 Jul 2013 15:07:01 +0100, Rich Bayliss richbayl...@gmail.com a écrit : On 18 July 2013 14:50, Rich Bayliss richbayl...@gmail.com wrote: Configuring network interfaces... ifup: interface lo already configured ifup: interface eth0 already configured done. I wonder if

Re: [yocto] Qt4 - qmake in toolchain for Qt/X11

2013-06-27 Thread Eric Bénard
Hi, Le Thu, 27 Jun 2013 11:01:11 +0200, DAMARLA Satya Swaroop satyaswaroop.dama...@gmail.com a écrit : I have a small confusion In my image, I have normal Qt4 packages installed and they are working good. Now, when I wanted to develop a Qt application for my image, I compiled a toolchain

Re: [yocto] Qt4 - qmake in toolchain for Qt/X11

2013-06-27 Thread Eric Bénard
Le Thu, 27 Jun 2013 16:40:19 +0200, Eric Bénard e...@eukrea.com a écrit : Hi, Le Thu, 27 Jun 2013 11:01:11 +0200, DAMARLA Satya Swaroop satyaswaroop.dama...@gmail.com a écrit : I have a small confusion In my image, I have normal Qt4 packages installed and they are working good. Now

Re: [yocto] how to use native executable from one recipe during install in another recipe

2013-04-11 Thread Eric Bénard
Hi Michael, Le Thu, 11 Apr 2013 11:58:50 +, Michael Fainstein michael.fainst...@ecitele.com a écrit : I have one recipe that inherits native, builds native executable and installs it in tmp/work/x86_64-linux/foo-native-1.00-r0/image/sbin/foo do you have BBCLASSEXTEND = native in this

Re: [yocto] Yocto Qt!

2013-03-26 Thread Eric Bénard
Hi, Le Tue, 26 Mar 2013 08:33:43 +0200, Florin Cristian Dan dan.florincrist...@gmail.com a écrit : Hi... I've tried adding this CORE_IMAGE_EXTRA_INSTALL += qt4-tools in order to have the qt4 tools, and now, i made a simple qt4 form aplication with a label ana a test box, nothing

Re: [yocto] Autobuilder migration status.

2013-03-21 Thread Eric Bénard
Hi Trevor, Le Thu, 21 Mar 2013 09:54:11 -0400, Trevor Woerner twoer...@gmail.com a écrit : The new autobuilder looks great! One thing that's nice is how easy it is to look at the build and figure out from what commit the build is based. Clicking around in some of those builds, though, I

Re: [yocto] [meta-raspberrypi][PATCH] use right license name for GPLv2

2013-03-14 Thread Eric Bénard
Hi Andrei, Le Wed, 13 Mar 2013 20:01:54 +0200, Andrei Gherzan and...@gherzan.ro a écrit : The SPDX name for GPLv2 (http://spdx.org/licenses/) is GPL-2.0 so I'd like to use this. OE-core is mainly using GPLv2 thus the change proposal to be consistant. And one more thing, please add the

[yocto] [meta-raspberrypi][PATCH] rpi-first-run-wizard: fix QA Error

2013-03-12 Thread Eric Bénard
ERROR: QA Issue: .../meta-raspberrypi/recipes-extra/startup/rpi-first-run-wizard.bb: Variable RDEPENDS is set as not being package specific, please fix this. Signed-off-by: Eric Bénard e...@eukrea.com --- recipes-extra/startup/rpi-first-run-wizard.bb | 2 +- 1 file changed, 1 insertion(+), 1

[yocto] [meta-raspberrypi][PATCH] use right license name for GPLv2

2013-03-12 Thread Eric Bénard
Signed-off-by: Eric Bénard e...@eukrea.com --- recipes-bcm/bcm2835/bcm2835_1.8.bb| 2 +- recipes-extra/startup/rpi-first-run-wizard.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bcm/bcm2835/bcm2835_1.8.bb b/recipes-bcm/bcm2835/bcm2835_1.8.bb index

Re: [yocto] Fwd: How do I control what kernel modules are being loaded?

2013-03-11 Thread Eric Bénard
Hi Bruce, Le Mon, 11 Mar 2013 09:37:44 -0400, Bruce Ashfield bruce.ashfi...@windriver.com a écrit : Can you post your exact changes where we can see them ? You need to put the module_autload variable in a .conf file, whether that be your local.conf, your machine.conf or you distro

Re: [yocto] Fwd: How do I control what kernel modules are being loaded?

2013-03-11 Thread Eric Bénard
Hi Bruce, Le Mon, 11 Mar 2013 09:37:44 -0400, Bruce Ashfield bruce.ashfi...@windriver.com a écrit : Can you post your exact changes where we can see them ? You need to put the module_autload variable in a .conf file, whether that be your local.conf, your machine.conf or you distro

Re: [yocto] How do I control what kernel modules are being loaded?

2013-03-08 Thread Eric Bénard
Hi Hans, Le Fri, 8 Mar 2013 13:08:21 +0100, Hans Beckérus hans.becke...@gmail.com a écrit : Hi. I have built some custom kernel modules (.ko) using a .bb that inherits from the module.bbclass. There is one main kernel module and the rest are dependent on the first. Building and installing the

Re: [yocto] Remove unwanted package from Qt

2013-01-18 Thread Eric Bénard
Le Fri, 18 Jan 2013 10:25:22 -0500, Jon Szymaniak jon.szyman...@gmail.com a écrit : I checked the package list on a running system (opkg list | grep -i qt). Here's all the installed Qt packages...no qt4-embedded-examples as far as I see. libqtcoree4 - 4.8.3-r50.0 libqtdeclarativee4 -

Re: [yocto] Remove unwanted package from Qt

2013-01-17 Thread Eric Bénard
Hi Jon, Le Wed, 16 Jan 2013 13:49:25 -0500, Jon Szymaniak jon.szyman...@gmail.com a écrit : I'm not doing anything too unusual for installing Qt. My recipes for my Qt application simply inherit qt4e, and list qt4-embedded in DEPENDS. inherit qt4e is enough, no need to add qt4-embedded to

Re: [yocto] SDK environment LDFLAGS problem?

2013-01-15 Thread Eric Bénard
Hi Patrick, Le Tue, 15 Jan 2013 16:52:14 +, Patrick Turley patricktur...@gamestop.com a écrit : 1) Has anyone else run into this before? 2) If so, how did you resolve it? 3) Since the Yocto kernel build is *not* failing, I infer that it is *not* using the ld options the SDK gives me.

Re: [yocto] SDK environment LDFLAGS problem?

2013-01-15 Thread Eric Bénard
Le Tue, 15 Jan 2013 17:59:10 +, Patrick Turley patricktur...@gamestop.com a écrit : Yes, it's clear to me that, in this one respect, the SDK is unsuitable for building kernels or kernel modules. My point is that this is a problem, and it might be reasonable to fix it. set LDFLAGS= and

Re: [yocto] chris larson's cool bitbake-env utility

2012-11-30 Thread Eric Bénard
Le Fri, 30 Nov 2012 08:53:35 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca a écrit : On Thu, 29 Nov 2012, Tim Bird wrote: I put a link to your page on my bitbake cheat sheet page at: http://elinux.org/Bitbake_Cheat_Sheet as someone who has never bothered to play with any of the

Re: [yocto] chris larson's cool bitbake-env utility

2012-11-30 Thread Eric Bénard
Le Fri, 30 Nov 2012 10:37:10 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca a écrit : On Fri, 30 Nov 2012, Eric Bénard wrote: Le Fri, 30 Nov 2012 08:53:35 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca a écrit : On Thu, 29 Nov 2012, Tim Bird wrote: I put a link

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-27 Thread Eric Bénard
Hi Trevor, Le Mon, 26 Nov 2012 21:20:30 -0500, Trevor Woerner twoer...@gmail.com a écrit : On Mon, Nov 26, 2012 at 6:52 PM, Trevor Woerner twoer...@gmail.com wrote: I haven't yet figured out if the PREFERRED_PROVIDER_virtual/kernel = linux-yocto-rt line might be the culprit. No, it is

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-27 Thread Eric Bénard
Le Tue, 27 Nov 2012 14:00:34 +, Jonas Jonsson L jonas.l.jons...@ericsson.com a écrit : I can also confirm this. A package (I've tried with diffutils bash) must be built separately before it's added to an image via IMAGE_INSTALL_append. that seems to work the first time you add

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-27 Thread Eric Bénard
Le Tue, 27 Nov 2012 12:24:06 -0500 (EST), Robert P. J. Day rpj...@crashcourse.ca a écrit : and ran the fetchall again. this time, no strace source was fetched, so it looks like an issue with simple fetching. It's not fetched because the build system fails to see the new package as a

Re: [yocto] Alternative SDK installation directory working?

2012-11-19 Thread Eric Bénard
Hi Wolfgang, Le Mon, 19 Nov 2012 13:35:04 +0100, Wolfgang Denk w...@denx.de a écrit : I wonder if the installation of the SDK into an alternative directory is actually working? I also didn't manage to use SDK relocation with Qt Embedded SDK as reported here :

Re: [yocto] Failure building qte4-demo-image

2012-05-01 Thread Eric Bénard
Hi Giovanni, Le Mon, 16 Apr 2012 08:58:19 +0200, giovanni.pav...@exorint.it a écrit : I am getting a do_rootfs failure building qte4-demo-image (poky-1.2_M4.rc3) Full log in attachment. Any suggestion? This error message is strange : Processing module-init-tools... Unable to find package

Re: [yocto] Building a Qt4-x11 app.

2012-04-29 Thread Eric Bénard
Le Sun, 29 Apr 2012 16:41:17 +0200, Wolfgang Denk w...@denx.de a écrit : Dear Daniel, In message cadvyk4sbwkanu4rl6k2_+1aedbfnfptohkffjgdak6c2bs-...@mail.gmail.com you wrote: I wish to run an application developed with QT in a Yocto filesystem. The app should be linked against Qt4-X11

Re: [yocto] Building a Qt4-x11 app.

2012-04-29 Thread Eric Bénard
Le Sun, 29 Apr 2012 21:16:44 +0800, Daniel Toussaint dan...@dmhome.net a écrit : I wish to run an application developed with QT in a Yocto filesystem. The app should be linked against Qt4-X11 libs. What is the exact work flow to get my app cross compiled on my x86_64 host ? So far I have : -

Re: [yocto] [PATCH 1/1] Fixed the URL for git repo for meta-openembedded

2012-04-18 Thread Eric Bénard
Le Wed, 18 Apr 2012 13:20:53 -0400, Autif Khan aut...@gmail.com a écrit : Signed-off-by: Autif Khan aut...@gmail.com --- README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index 5fafd9d..9f441f5 100644 --- a/README +++ b/README @@ -10,7

[yocto] meta-chromium

2012-04-17 Thread Eric Bénard
Hi, we have pushed the begining of our (Eukréa Electromatique's team and especially Denis) work to get Chromium to build with OpenEmbedded Core to : git://github.com/eukrea/meta-chromium.git https://github.com/eukrea/meta-chromium For the moment it's only tested on ARMv7 platforms (i.MX515 and

[yocto] ELC Videos

2012-02-23 Thread Eric Bénard
Hi, ELC videos are available here : http://video.linux.com/categories/2012-embedded-linux-conference 2 (at least) are about OE Yocto : Khem OpenEmbedded - A Layered Approach : http://video.linux.com/videos/openembedded-a-layered-approach Saul Yocto Project Update :