Re: [OE-core] [PATCH] linux-yocto-custom: Use SRCREV_machine

2014-03-14 Thread Bruce Ashfield
On Sat, Mar 15, 2014 at 12:42 AM, Darren Hart wrote: > On 3/14/14, 20:51, "Bruce Ashfield" wrote: > >>On Fri, Mar 14, 2014 at 5:15 PM, Darren Hart >>wrote: >>> The Yocto kernel tools look for SRCREV_machine in do_validate_branches, >>> if it's empty, it just returns and silently continues. This

Re: [OE-core] [PATCH] linux-yocto-custom: Use SRCREV_machine

2014-03-14 Thread Darren Hart
On 3/14/14, 20:51, "Bruce Ashfield" wrote: >On Fri, Mar 14, 2014 at 5:15 PM, Darren Hart >wrote: >> The Yocto kernel tools look for SRCREV_machine in do_validate_branches, >> if it's empty, it just returns and silently continues. This likely needs >> at least a warning. However, this recipe shou

Re: [OE-core] [PATCH] linux-yocto-custom: Use SRCREV_machine

2014-03-14 Thread Bruce Ashfield
On Fri, Mar 14, 2014 at 5:15 PM, Darren Hart wrote: > The Yocto kernel tools look for SRCREV_machine in do_validate_branches, > if it's empty, it just returns and silently continues. This likely needs > at least a warning. However, this recipe should be using SRCREV_machine, > and not just SRCREV.

[OE-core] [PATCH] lib/oe: turn oe into a namespace package

2014-03-14 Thread Christopher Larson
This will let folks extend the oe package with modules from other layers. Given openembedded consists of more than just oe-core, I think this makes sense, and adds some useful flexibility. Signed-off-by: Christopher Larson --- meta/lib/oe/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff

[OE-core] [PATCH] linux-yocto-custom: Use SRCREV_machine

2014-03-14 Thread Darren Hart
The Yocto kernel tools look for SRCREV_machine in do_validate_branches, if it's empty, it just returns and silently continues. This likely needs at least a warning. However, this recipe should be using SRCREV_machine, and not just SRCREV. Signed-off-by: Darren Hart Reported-by: Saul Wold Cc: Bru

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Paul Barker
On 14 March 2014 19:16, Khem Raj wrote: > On Fri, Mar 14, 2014 at 12:13 PM, Chris Larson wrote: >> You'll be amazed how many headaches you can save having the host environment >> be a known quantity :) > > absolutely > I cant agree more. > -Khem I used to do this with a separate build VM but aft

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Khem Raj
On Fri, Mar 14, 2014 at 12:13 PM, Chris Larson wrote: > You'll be amazed how many headaches you can save having the host environment > be a known quantity :) absolutely I cant agree more. -Khem -- ___ Openembedded-core mailing list Openembedded-core@li

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Khem Raj
On Fri, Mar 14, 2014 at 12:11 PM, Jack Mitchell wrote: > > > On 14/03/2014 18:57, Saul Wold wrote: >> >> On 03/14/2014 11:34 AM, Paul Barker wrote: >>> >>> I'm stuck using Dylan for a project as I need a 3.2 series kernel. >>> Building on my current development machine I ran into two failures: >>

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Chris Larson
On Fri, Mar 14, 2014 at 12:11 PM, Paul Barker wrote: > >> I use containers. systemd-nspawn goes long way > > > > > > Yeah, containers (systemd-nspawn, docker) or even a chroot can be > > invaluable. schroot on a debian machine works quite well too for > something > > as simple as builds. I end up

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Paul Barker
On 14 March 2014 19:06, Chris Larson wrote: > > On Fri, Mar 14, 2014 at 11:46 AM, Khem Raj wrote: >> >> On Fri, Mar 14, 2014 at 11:44 AM, Paul Barker >> wrote: >> > On 14 March 2014 18:37, Khem Raj wrote: >> >> On Fri, Mar 14, 2014 at 11:34 AM, Paul Barker >> >> wrote: >> >>> I'm stuck using D

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Jack Mitchell
On 14/03/2014 18:57, Saul Wold wrote: On 03/14/2014 11:34 AM, Paul Barker wrote: I'm stuck using Dylan for a project as I need a 3.2 series kernel. Building on my current development machine I ran into two failures: eglibc-initial, do_configure: Make 4.0 isn't recognised This can be fixed by

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Chris Larson
On Fri, Mar 14, 2014 at 11:46 AM, Khem Raj wrote: > On Fri, Mar 14, 2014 at 11:44 AM, Paul Barker > wrote: > > On 14 March 2014 18:37, Khem Raj wrote: > >> On Fri, Mar 14, 2014 at 11:34 AM, Paul Barker > wrote: > >>> I'm stuck using Dylan for a project as I need a 3.2 series kernel. > >>> Buil

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Saul Wold
On 03/14/2014 11:34 AM, Paul Barker wrote: I'm stuck using Dylan for a project as I need a 3.2 series kernel. Building on my current development machine I ran into two failures: eglibc-initial, do_configure: Make 4.0 isn't recognised This can be fixed by backporting a678243d6e4add90c1e9459da42d

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Khem Raj
On Fri, Mar 14, 2014 at 11:44 AM, Paul Barker wrote: > On 14 March 2014 18:37, Khem Raj wrote: >> On Fri, Mar 14, 2014 at 11:34 AM, Paul Barker wrote: >>> I'm stuck using Dylan for a project as I need a 3.2 series kernel. >>> Building on my current development machine I ran into two failures: >>

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Paul Barker
On 14 March 2014 18:37, Khem Raj wrote: > On Fri, Mar 14, 2014 at 11:34 AM, Paul Barker wrote: >> I'm stuck using Dylan for a project as I need a 3.2 series kernel. >> Building on my current development machine I ran into two failures: >> >> eglibc-initial, do_configure: Make 4.0 isn't recognised

Re: [OE-core] [dylan] Backport request

2014-03-14 Thread Khem Raj
On Fri, Mar 14, 2014 at 11:34 AM, Paul Barker wrote: > I'm stuck using Dylan for a project as I need a 3.2 series kernel. > Building on my current development machine I ran into two failures: > > eglibc-initial, do_configure: Make 4.0 isn't recognised > > This can be fixed by backporting > a678243

[OE-core] [dylan] Backport request

2014-03-14 Thread Paul Barker
I'm stuck using Dylan for a project as I need a 3.2 series kernel. Building on my current development machine I ran into two failures: eglibc-initial, do_configure: Make 4.0 isn't recognised This can be fixed by backporting a678243d6e4add90c1e9459da42de34d3724db5d (already in Dora). linux-yocto_

[OE-core] [WIP][PATCH] report-error: Allow to upload reports automatically

2014-03-14 Thread Martin Jansa
* useful when distro wants to collect build statistics from all users/developers without any manual interaction from them Signed-off-by: Martin Jansa --- meta/classes/report-error.bbclass| 85 +++- meta/conf/local.conf.sample.extended | 20 + 2 files

[OE-core] [PATCH] make: add 'inherit pkgconfig'

2014-03-14 Thread Valentin Popa
Bitbaking make-native generates syntax error during configure: 'PKG_PROG_PKG_CONFIG: command not found'. Add 'inherit pkgconfig' to solve this issue. Signed-off-by: Valentin Popa --- meta/recipes-devtools/make/make.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/reci

Re: [OE-core] [PATCH 0/6 V3] refactor the archiver*.bbclass

2014-03-14 Thread Robert Yang
On 03/14/2014 01:45 AM, Burton, Ross wrote: On 11 March 2014 17:08, Robert Yang wrote: Robert Yang (6): classes/archive*.bbclass: remove archive-*-source.bbclass archiver.bbclass: refactor it package_rpm.bbclass: archive the source to srpm package archiver.bbclass: move a few code

Re: [OE-core] Why to make branch info is mandatory for non-master commit with latest bitbake

2014-03-14 Thread Detlev Zundel
Hi Richard, sorry to jump in so late, but I just realized that this "small" change has some impact also on our ELDK recipies, so I would really like to understand where the change comes from and why we couple a persistent specification (commit ID) with a transient specification (branch name). With

[OE-core] [PATCH] libsdl: add missing libglu dependency for openGL

2014-03-14 Thread Koen Kooi
From: Koen Kooi Configure checks for glu.h to determine if openGL is available. Signed-off-by: Koen Kooi --- meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/

[OE-core] [PATCH_V2] mips64-linux: set ac_cv_sizeof_ssize_t

2014-03-14 Thread Valentin Popa
Set ac_cv_sizeof_ssize_t for mips64; mips-common will not overwrite it. "ssize_t is a posix define which is architecture specific whose value is signed size_t, glibc/uclibc for mips64/n64 linux platform defines it to be equivalent of 'long' and long here is 8bytes because mips64/n64 follows LP64 m

Re: [OE-core] [PATCH 3/6] package_rpm.bbclass: archive the source to srpm package

2014-03-14 Thread Burton, Ross
On 14 March 2014 02:14, Robert Yang wrote: > I'd like to remove the sources in the first thought, but that would > cause a problem: if we only re-run the do_package_write_rpm, for example, > when the FILES is changed, then the sources are gone, and we would get > nothing in the .src.rpm. I thing t

Re: [OE-core] [PATCH] Set ac_cv_sizeof_ssize_t

2014-03-14 Thread Valentin Popa
On 03/14/2014 12:10 PM, Khem Raj wrote: On Fri, Mar 14, 2014 at 12:40 AM, Saul Wold wrote: On 03/13/2014 04:28 AM, Valentin Popa wrote: Set ac_cv_sizeof_ssize_t for mips64; mips-common will not overwrite it. This really needed a little more about "why" this change is needed. ssize_t is a p

[OE-core] OpenEmbedded Developers meeting after ELC May 2-3

2014-03-14 Thread Philip Balister
Please read: http://openembedded.org/wiki/OEDAM We'd like to get a good idea of the number of people attending. If you are waiting for approvals to travel, you could add yourself as tentative so we have some idea of total attendance for planning. If you are having trouble adding yourself on the

Re: [OE-core] [PATCH 6/6] patch.bbclass: do_patch: unset TMPDIR from environment

2014-03-14 Thread Robert Yang
On 03/14/2014 12:54 AM, Burton, Ross wrote: On 13 March 2014 16:46, Burton, Ross wrote: On 11 March 2014 17:08, Robert Yang wrote: We need unset it after we use it, otherwise it would affect the env after we run "bb.build.exec_func('do_patch', d)", and will cause unexpected errors. This a

Re: [OE-core] [PATCH 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-14 Thread Paul Eggleton
On Friday 14 March 2014 17:14:27 Chong Lu wrote: > On 03/13/2014 06:01 PM, Paul Eggleton wrote: > > On Thursday 13 March 2014 17:54:03 Chong Lu wrote: > >> On 03/06/2014 06:04 PM, Burton, Ross wrote: > >>> On 6 March 2014 08:06, Chong Lu wrote: > +PACKAGES += "dbus-ptest" > +ALLOW_EMPTY_

Re: [OE-core] [PATCH] Set ac_cv_sizeof_ssize_t

2014-03-14 Thread Khem Raj
On Fri, Mar 14, 2014 at 12:40 AM, Saul Wold wrote: > On 03/13/2014 04:28 AM, Valentin Popa wrote: >> >> Set ac_cv_sizeof_ssize_t for mips64; >> mips-common will not overwrite it. >> > > This really needed a little more about "why" this change is needed. > ssize_t is a posix define which is archit

Re: [OE-core] [PATCH 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-14 Thread Chong Lu
On 03/13/2014 06:01 PM, Paul Eggleton wrote: On Thursday 13 March 2014 17:54:03 Chong Lu wrote: On 03/06/2014 06:04 PM, Burton, Ross wrote: On 6 March 2014 08:06, Chong Lu wrote: +PACKAGES += "dbus-ptest" +ALLOW_EMPTY_${PN}-ptest = "1" +RDEPENDS_${PN}-ptest = "${@base_contains('IMAGE_FEATURE

Re: [OE-core] [PATCH] Set ac_cv_sizeof_ssize_t

2014-03-14 Thread Gary Thomas
On 2014-03-14 01:40, Saul Wold wrote: > On 03/13/2014 04:28 AM, Valentin Popa wrote: >> Set ac_cv_sizeof_ssize_t for mips64; >> mips-common will not overwrite it. >> > > This really needed a little more about "why" this change is needed. Also, the email subject is missing the 'mips64-linux: ' pre

Re: [OE-core] [PATCH] systemd 208: move stray /usr/lib/systemd/* into /lib/systemd

2014-03-14 Thread Koen Kooi
Op 14 mrt. 2014, om 02:41 heeft Richard Purdie het volgende geschreven: > On Thu, 2014-03-13 at 10:09 +0100, Koen Kooi wrote: >> Op 21 jan. 2014, om 14:02 heeft Koen Kooi het >> volgende geschreven: >> >>> On 01/21/2014 02:01 PM, Martin Jansa wrote: On Tue, Jan 21, 2014 at 12:01:21PM +0

Re: [OE-core] [PATCH] Set ac_cv_sizeof_ssize_t

2014-03-14 Thread Saul Wold
On 03/13/2014 04:28 AM, Valentin Popa wrote: Set ac_cv_sizeof_ssize_t for mips64; mips-common will not overwrite it. This really needed a little more about "why" this change is needed. Sau! [YOCTO #5935] Signed-off-by: Valentin Popa --- meta/site/mips64-linux | 1 + 1 file changed, 1 i