Re: [OE-core] quilt-native fails on tar version 1.27.1

2014-05-02 Thread Trevor Woerner
On 30 April 2014 13:57, Paul Barker wrote: > If you can't find > a good guide online on how to set this up, let me know and I'll write > up a blog post of how I did it. I'd be interested in reading this, if you wrote it up. Which container technology did you use? -- _

Re: [OE-core] [PATCH] distutils.bbclass: only modify *.py file if it contains path to be removed

2014-05-02 Thread Christopher Larson
On Fri, May 2, 2014 at 2:00 AM, Radek Dostal < radek.dos...@streamunlimited.com> wrote: > -sed -i -e s:${D}::g "$i" > +# only modify file if it contains path to avoid recompilation > on the target > +if (grep "${D}" "$i") >/dev/null 2>&1 If you're to go this r

Re: [OE-core] State of bitbake world, Failed tasks 2014-05-02

2014-05-02 Thread Martin Jansa
On Sat, May 03, 2014 at 12:54:14AM +0200, Martin Jansa wrote: > Thanks to 2 fixes from Paul were down to only couple recipes. > > As discussed on OEDAM today, I'll be more aggressive with removing, > blacklisting > so today I'll send patch adding few PNBLACKLIST entries and inheriting > blacklis

[OE-core] State of bitbake world, Failed tasks 2014-05-02

2014-05-02 Thread Martin Jansa
Thanks to 2 fixes from Paul were down to only couple recipes. As discussed on OEDAM today, I'll be more aggressive with removing, blacklisting so today I'll send patch adding few PNBLACKLIST entries and inheriting blacklist bbclass by default. http://www.openembedded.org/wiki/Bitbake_World_Status

[OE-core] [PATCH 1/1] curl: Backport a fix for a build issue

2014-05-02 Thread Tudor Florea
mkhelp: generate code for --disable-manual as well This allows configure --disable-manual to run and build without having to regenerate the src/tool_hugehelp.c file which otherwise is necessary since we ship tarballs with that file present. Signed-off-by: Tudor Florea --- .../curl/generate_code

Re: [OE-core] Ensuring a task is re-ran when local.conf is updated

2014-05-02 Thread Richard Purdie
On Fri, 2014-05-02 at 22:51 +0100, Paul Barker wrote: > On 2 May 2014 22:34, Richard Purdie > wrote: > > On Fri, 2014-05-02 at 17:43 +0100, Paul Barker wrote: > >> > >> Am I missing something here? Is it expected that this variable change > >> is detected and the relevant tasks re-executed? I kno

Re: [OE-core] Ensuring a task is re-ran when local.conf is updated

2014-05-02 Thread Paul Barker
On 2 May 2014 22:34, Richard Purdie wrote: > On Fri, 2014-05-02 at 17:43 +0100, Paul Barker wrote: >> >> Am I missing something here? Is it expected that this variable change >> is detected and the relevant tasks re-executed? I know changing >> variables like PREFERRED_PROVIDER_* in local.conf cau

Re: [OE-core] Ensuring a task is re-ran when local.conf is updated

2014-05-02 Thread Richard Purdie
On Fri, 2014-05-02 at 17:43 +0100, Paul Barker wrote: > Hi all, I'm wondering if someone can help me debug this problem a > little as it's getting into the parts of bitbake I don't know very > well, in particular the determination of whether a task needs to > re-run or not. > > I've attached a pat

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Martin Jansa
On Thu, May 01, 2014 at 06:02:41PM +0100, Richard Purdie wrote: > I was asked what I thought were things that needed discussion at OEDAM. > Sadly I won't be there but I thought it might help to write down my > thoughts in a few areas. > > Developer Workflow > -- > > Firstly, I thi

Re: [OE-core] ARMv5 build error

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 4:58 PM, Tudor Florea wrote: > Hello Otavio, > >> -Original Message- >> From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On >> Behalf Of Otavio Salvador >> Sent: Friday, May 02, 2014 21:01 >> To: Tudor Florea >> Cc: Patches and discussions about the

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Richard Purdie
On Fri, 2014-05-02 at 21:16 +0200, Koen Kooi wrote: > Op 1 mei 2014, om 19:02 heeft Richard Purdie > het volgende geschreven: > > > I was asked what I thought were things that needed discussion at OEDAM. > > Sadly I won't be there but I thought it might help to write down my > > thoughts in a fe

Re: [OE-core] ARMv5 build error

2014-05-02 Thread Tudor Florea
Hello Otavio, > -Original Message- > From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On > Behalf Of Otavio Salvador > Sent: Friday, May 02, 2014 21:01 > To: Tudor Florea > Cc: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] ARMv5 build error > >

Re: [OE-core] [PATCH v6] mirrors.bbclass: Add mirror site for savannah

2014-05-02 Thread Saul Wold
On 04/27/2014 07:44 AM, Changhyeok Bae wrote: * The SRC_URI is not accessible. So need to add mirror site referred by the original site. * The problem is that http://download.savannah.gnu.org/releases redirects to closest mirror and few mirrors (e.g. .jp) weren't working correctly while

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Koen Kooi
Op 1 mei 2014, om 19:02 heeft Richard Purdie het volgende geschreven: > I was asked what I thought were things that needed discussion at OEDAM. > Sadly I won't be there but I thought it might help to write down my > thoughts in a few areas. > > Developer Workflow > -- > > Firs

Re: [OE-core] ARMv5 build error

2014-05-02 Thread Otavio Salvador
Hello Tudor, On Thu, May 1, 2014 at 5:26 PM, Tudor Florea wrote: > Apparently the bug was observed > http://sourceforge.net/p/curl/bugs/1350/ > and fixed > https://github.com/bagder/curl/commit/38d582ff5 > If not too late, I'll test and send a patch for this tomorrow. Did you get this moving? -

[OE-core] Ensuring a task is re-ran when local.conf is updated

2014-05-02 Thread Paul Barker
Hi all, I'm wondering if someone can help me debug this problem a little as it's getting into the parts of bitbake I don't know very well, in particular the determination of whether a task needs to re-run or not. I've attached a patch which adds code to do_package_write_ipk in package_ipk.bbclass

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Philip Balister
On 05/02/2014 07:10 AM, Mike Looijmans wrote: > On 05/02/2014 03:47 PM, Burton, Ross wrote: >> On 2 May 2014 14:00, Mike Looijmans wrote: >>> Just about fifteen minutes ago I was asked the question of "Yay, I could >>> build a complete image for the board from scratch. Now how do I >>> create and

[OE-core] [PATCH] PR bumps to remove PRINC usage from meta-raspberrypi

2014-05-02 Thread Paul Barker
This allows us to remove the following uses of PRINC in meta-raspberrypi: recipes-bsp/formfactor/formfactor_0.0.bbappend: PRINC = "1" recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend: PRINC := "${@int(PRINC) + 5}" Signed-off-by: Paul Barker --- meta/recipes-bsp/formfactor

Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Andreas Oberritter
Hello Tarek, On 02.05.2014 13:04, Tarek El-Sherbiny wrote: > Hi. > > I'm trying to set my IP config to a static address. > > iface eth0 inet static > address 192.168.55.45 > network 192.168.55.0 > netmask 255.255.255.0 > broadcast 192.168.55.255 > gateway 192.168.55.1 >

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Jack Mitchell
On 02/05/14 14:47, Burton, Ross wrote: > On 2 May 2014 14:00, Mike Looijmans wrote: >> Just about fifteen minutes ago I was asked the question of "Yay, I could >> build a complete image for the board from scratch. Now how do I create and >> run a HelloWorld application on it?" > > Depending on co

Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
I have created resolv.conf manually using vi but every time I do a reboot the file comes back empty. and the dns function is not working. What is the best solution to this? On Fri, May 2, 2014 at 3:15 PM, Mike Looijmans wrote: > When using DHCP, busybox's udhcpc script will write the DNS entr

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Mike Looijmans
On 05/02/2014 03:47 PM, Burton, Ross wrote: On 2 May 2014 14:00, Mike Looijmans wrote: Just about fifteen minutes ago I was asked the question of "Yay, I could build a complete image for the board from scratch. Now how do I create and run a HelloWorld application on it?" Depending on context

Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Mike Looijmans
When using DHCP, busybox's udhcpc script will write the DNS entries that the server returned into the resolv.conf file. In this case, I think you'll have to "provide" resolv.conf in some other way, there's nothing in ifup/ifdown that will modify resolv.conf based on keywords in the interfaces

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Burton, Ross
On 2 May 2014 14:00, Mike Looijmans wrote: > Just about fifteen minutes ago I was asked the question of "Yay, I could > build a complete image for the board from scratch. Now how do I create and > run a HelloWorld application on it?" Depending on context simply adding the "tools-sdk dev-pkgs" IMA

Re: [OE-core] My thoughts on the future of OE?

2014-05-02 Thread Mike Looijmans
On 05/01/2014 07:02 PM, Richard Purdie wrote: I was asked what I thought were things that needed discussion at OEDAM. Sadly I won't be there but I thought it might help to write down my thoughts in a few areas. Developer Workflow -- Firstly, I think the big piece we need to addr

Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
My image is based on core-image-base. include recipes-core/images/core-image-base.bb On Fri, May 2, 2014 at 1:49 PM, Iorga, Cristian wrote: > Not really, I just wanted to get a better overview of the issue that you > are facing. > > What image did you started from, if any? > > > > *From:* Tar

Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Iorga, Cristian
Not really, I just wanted to get a better overview of the issue that you are facing. What image did you started from, if any? From: Tarek El-Sherbiny [mailto:tarek.elsherb...@gmail.com] Sent: Friday, May 2, 2014 3:31 PM To: Iorga, Cristian Cc: openembedded-core@lists.openembedded.org; yo...@yocto

Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
No connman is not included. Shall I include it and try? On 2 May 2014 13:01, "Iorga, Cristian" wrote: > Hello, > > > > What image did you start from, if any? > > i.e., core-image-minimal, core-image-sato, etc… > > Is connman included? > > > > Regards, > > Cristian Iorga > > YP > > Intel Corpora

Re: [OE-core] DNS when using Static IP

2014-05-02 Thread Iorga, Cristian
Hello, What image did you start from, if any? i.e., core-image-minimal, core-image-sato, etc… Is connman included? Regards, Cristian Iorga YP Intel Corporation From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Tarek El

[OE-core] [PATCH 1/3] nettle: add nettle to oe-core

2014-05-02 Thread Valentin Popa
Newer versions of gnutls depends on nettle. Signed-off-by: Valentin Popa --- meta/recipes-support/nettle/nettle_2.7.1.bb | 24 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-support/nettle/nettle_2.7.1.bb diff --git a/meta/recipes-support/nettle/nettl

Re: [OE-core] [PATCH 1/3] nettle: add nettle to poky

2014-05-02 Thread Valentin Popa
On 05/01/2014 02:34 PM, Paul Eggleton wrote: Hi Valentin, On Wednesday 30 April 2014 18:39:31 Valentin Popa wrote: Newer versions of gnutls depends on nettle. Signed-off-by: Valentin Popa --- meta/recipes-support/nettle/nettle_2.7.1.bb | 22 ++ 1 file changed, 22 insert

[OE-core] DNS when using Static IP

2014-05-02 Thread Tarek El-Sherbiny
Hi. I'm trying to set my IP config to a static address. iface eth0 inet static address 192.168.55.45 network 192.168.55.0 netmask 255.255.255.0 broadcast 192.168.55.255 gateway 192.168.55.1 dns-nameservers 192.168.10.2 But I don't get the DNS server address to be in

[OE-core] [PATCH] distutils.bbclass: only modify *.py file if it contains path to be removed

2014-05-02 Thread Radek Dostal
Currently sed command touches every single *.py file. This modifies the timestamp of the file. All *.pyo files will be recompiled during the first boot, because timestamp will not match. This should be only necessary if sed command changes the file. Signed-off-by: Radek Dostal --- meta/classes/d

[OE-core] [PATCHv4] git: fix perl binding installation

2014-05-02 Thread Koen Kooi
Git.pm wasn't ending up in the package because do_install removed it with a misleading comment about multilib. Workaround the problem so that Git.pm ends up in the correct dir *and* doesn't get deleted. Signed-off-by: Koen Kooi --- meta/recipes-devtools/git/git.inc | 7 ++- 1 file changed, 6