Re: [OE-core] strange directories inside sdk build with with dora

2014-02-11 Thread Henning Heinold
On Mon, Feb 10, 2014 at 09:46:47PM -0800, Khem Raj wrote: On Jan 21, 2014, at 7:50 AM, Henning Heinold henn...@itconsulting-heinold.de wrote: Hi, I build a sdk with latest stable dora and in includes some x86 directories in the arm sysroot: pwd

Re: [OE-core] [PATCH v5 00/53] Rootfs/image generation refactoring (cover letter only)

2014-02-11 Thread David Nyström
= 1.5+snapshot-20140211 TUNE_FEATURES = m32 fpu-hard ppc7400 altivec TARGET_FPU= meta meta-yocto meta-yocto-bsp= (detachedfromFETCH_HEAD):20104ecbb94a1ada0cb3a26c7801b56a897dc900 NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR

Re: [OE-core] [PATCH v5 00/53] Rootfs/image generation refactoring (cover letter only)

2014-02-11 Thread Laurentiu Palcu
Hi David, On Tue, Feb 11, 2014 at 09:42:49AM +0100, David Nyström wrote: File: '/media/sdb5/poky-contrib/meta/lib/oe/image.py', lineno: 158, function: _write_script 0154:self.d.setVarFlag('img_creation_func', 'func', 1) 0155:self.d.setVarFlag('img_creation_func',

Re: [OE-core] [PATCH v5 00/53] Rootfs/image generation refactoring (cover letter only)

2014-02-11 Thread David Nyström
On 2014-02-11 09:50, Laurentiu Palcu wrote: Hi David, On Tue, Feb 11, 2014 at 09:42:49AM +0100, David Nyström wrote: File: '/media/sdb5/poky-contrib/meta/lib/oe/image.py', lineno: 158, function: _write_script 0154:self.d.setVarFlag('img_creation_func', 'func', 1) 0155:

[OE-core] [PATCH] lighttpd: introduce /etc/lighttpd.d subdir for config file includes

2014-02-11 Thread Steffen Sledz
Extend default config file by a directive to include config file fragments from /etc/lighttpd.d. This allows other web application packages to put their configuration there. Signed-off-by: Steffen Sledz sl...@dresearch-fe.de --- meta/recipes-extended/lighttpd/lighttpd/lighttpd.conf | 3 +++

Re: [OE-core] [PATCH v5 00/53] Rootfs/image generation refactoring (cover letter only)

2014-02-11 Thread David Nyström
On 2014-02-11 09:56, David Nyström wrote: On 2014-02-11 09:50, Laurentiu Palcu wrote: Hi David, On Tue, Feb 11, 2014 at 09:42:49AM +0100, David Nyström wrote: File: '/media/sdb5/poky-contrib/meta/lib/oe/image.py', lineno: 158, function: _write_script 0154:

[OE-core] [PATCHv2] curl: fix https certificate problems

2014-02-11 Thread Koen Kooi
point CA bundle to /etc/ssl/certs/ca-certificates.crt instead of using the buildhost location, Configure would look at the buildhost and hardcode the bundle location for there into the target. This leads to non-working https support. Also remove the empty and now useless curl-certs packages

Re: [OE-core] [PATCH] Revert cross-canadian: Handle powerpc linux verses linux-gnuspe

2014-02-11 Thread David Nyström
On 2014-01-31 19:17, alexandru.sar...@freescale.com wrote: Hi, Sure, I'll do this and also some more extensive testing on the boards. Thanks, Alex Hi Alex, Whats the status on this ? Br, David ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 3/3] systemd: Enable building microhttpd

2014-02-11 Thread Burton, Ross
On 11 February 2014 03:33, Khem Raj raj.k...@gmail.com wrote: +PACKAGECONFIG[microhttpd] = --enable-microhttpd,,libmicrohttpd There isn't a disabled option here, and you don't set PACKAGECONFIG to enable it so in theory it's disabled by default. Is this sufficiently core to be in oe-core?

Re: [OE-core] [PATCH] [NEEDS TESTING] opkg: Fix add-exclude.patch

2014-02-11 Thread Paul Barker
On 27 January 2014 12:44, Paul Barker p...@paulbarker.me.uk wrote: The case statement for ARGS_OPT_ADD_EXCLUDE added to the argument handling switch statement in opkg was missing a break; at the end, so it was falling through into the handler for ARGS_OPT_NOACTION. Thus when --add-exclude was

Re: [OE-core] [Consolidated Pull 00/11] Kernel Update and more ptest support

2014-02-11 Thread Richard Purdie
On Mon, 2014-02-10 at 13:26 -0800, Saul Wold wrote: Richard, These are changes that went through the Autobuild, I reviewed them. The ptest changes have been pending for a bit, is there a reason that you have not taken them? Did you look at the results of the autobuild? Several items

[OE-core] qte-4.8.5 missing libQtUiToolsE.a on toolchain

2014-02-11 Thread Diego Sueiro
Folks, I was trying to use meta-toolchain-qte on dora branch, but when building some examples from Qt, the compiler raised this error: /usr/local/oecore-x86_64/sysroots/x86_64-angstromsdk-linux/usr/libexec/arm-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.8.2/ld: cannot find

Re: [OE-core] [PATCH v5 00/53] Rootfs/image generation refactoring (cover letter only)

2014-02-11 Thread David Nyström
On 2014-02-10 13:15, Laurentiu Palcu wrote: V5: * dump command output in case errors occur; rm -fr tmp/deploy/qemuppc/images/* bitbake -c cleanall core-image-minimal; bitbake core-image-minimal Above does not seem to regenerate the image ? Br, David

Re: [OE-core] [PATCH v5 00/53] Rootfs/image generation refactoring (cover letter only)

2014-02-11 Thread David Nyström
On 2014-02-11 15:33, David Nyström wrote: On 2014-02-10 13:15, Laurentiu Palcu wrote: V5: * dump command output in case errors occur; rm -fr tmp/deploy/qemuppc/images/* bitbake -c cleanall core-image-minimal; bitbake core-image-minimal Above does not seem to regenerate the image ?

Re: [OE-core] [PATCH 3/3] systemd: Enable building microhttpd

2014-02-11 Thread Khem Raj
On Tue, Feb 11, 2014 at 2:43 AM, Burton, Ross ross.bur...@intel.com wrote: On 11 February 2014 03:33, Khem Raj raj.k...@gmail.com wrote: +PACKAGECONFIG[microhttpd] = --enable-microhttpd,,libmicrohttpd There isn't a disabled option here, thats the default one can add --disable-microhttpd too

[OE-core] [PATCH] sstate: Exclude SSTATE_EXTRAPATH from checksums

2014-02-11 Thread Richard Purdie
After the change to allow target recipes to depend on native recipes, the native checksums becomes all the more critical. Add to this that we're now accounting for pre/postfuncs and we have a cache reuse issue since the distro LSB string is getting coded in when it shouldn't be. This excludes

[OE-core] [PATCH 1/1] gmp: add configure.ac patch to append user provided compilation flags

2014-02-11 Thread Laurentiu Palcu
gmp configure script is pretty good at auto detecting the ABI and the tune flags that need to be passes to the compiler. However, the user provided flags (CFLAGS, CXXFLAGS, CPPFLAGS) take precedence and the ABI detection may fail, leading to configure errors like the one below: | configure:

[OE-core] [PATCH] license.bbclass: Dont create a manifest when using BUILD_IMAGES_FROM_FEEDS

2014-02-11 Thread David Nyström
Wihtout this patch, FEEDS functionality is broken, and creating a manifest from recipe metadata may be faulty when using FEEDS. Signed-off-by: David Nyström david.nyst...@enea.com --- meta/classes/license.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git

Re: [OE-core] [PATCH 3/3] systemd: Enable building microhttpd

2014-02-11 Thread Burton, Ross
On 11 February 2014 14:49, Khem Raj raj.k...@gmail.com wrote: On Tue, Feb 11, 2014 at 2:43 AM, Burton, Ross ross.bur...@intel.com wrote: On 11 February 2014 03:33, Khem Raj raj.k...@gmail.com wrote: +PACKAGECONFIG[microhttpd] = --enable-microhttpd,,libmicrohttpd There isn't a disabled option

Re: [OE-core] [PATCH 3/3] systemd: Enable building microhttpd

2014-02-11 Thread Khem Raj
On Tue, Feb 11, 2014 at 7:04 AM, Burton, Ross ross.bur...@intel.com wrote: thats the default one can add --disable-microhttpd too Please add it for clarity. Do you suggest to add it to configure cmdline or in comments ___ Openembedded-core mailing

Re: [OE-core] [PATCH 3/3] systemd: Enable building microhttpd

2014-02-11 Thread Burton, Ross
On 11 February 2014 15:07, Khem Raj raj.k...@gmail.com wrote: On Tue, Feb 11, 2014 at 7:04 AM, Burton, Ross ross.bur...@intel.com wrote: thats the default one can add --disable-microhttpd too Please add it for clarity. Do you suggest to add it to configure cmdline or in comments I meant

[OE-core] [PATCH] rt-tests: version bump to 0.87

2014-02-11 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com - Drop PR and INC_PR. - license remains the same with cyclictest.c checksum change Signed-off-by: Maxin B. John maxin.j...@enea.com --- ...st-finish-removal-of-1-second-first-loops.patch | 61 meta/recipes-rt/rt-tests/rt-tests.inc

[OE-core] [PATCH] classes/buildhistory: avoid buildhistory triggering rebuilds (again)

2014-02-11 Thread Paul Eggleton
Postfuncs are now incorporated into task signatures as of BitBake rev b84d010144de687667cf855ddcb41c9b863c236e, so we need to exclude the one we're adding to do_fetch. The change to the SSTATEPOSTINSTFUNCS variable value was also entering the signatures of do_populate_sysroot and probably other

[OE-core] [PATCH] package_rpm: fix small indentation error

2014-02-11 Thread Ross Burton
Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/package_rpm.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index e9a6ac8..07cd981 100644 --- a/meta/classes/package_rpm.bbclass +++

Re: [OE-core] [PATCH 3/3] systemd: Enable building microhttpd

2014-02-11 Thread Khem Raj
On Tue, Feb 11, 2014 at 7:29 AM, Burton, Ross ross.bur...@intel.com wrote: On 11 February 2014 15:07, Khem Raj raj.k...@gmail.com wrote: On Tue, Feb 11, 2014 at 7:04 AM, Burton, Ross ross.bur...@intel.com wrote: thats the default one can add --disable-microhttpd too Please add it for clarity.

Re: [OE-core] [PATCH 3/3] systemd: Enable building microhttpd

2014-02-11 Thread Burton, Ross
On 11 February 2014 16:46, Khem Raj raj.k...@gmail.com wrote: We already had --disable-microhttpd in EXTRA_OECONF so I removed it from there and moved that piece to PACKAGECONFIG and pushed the patch to pull tree, take a look. Yeah, that. :) Ross

[OE-core] [PATCH] classes/cpan-base: fix signatures changing when perl is in sysroot

2014-02-11 Thread Paul Eggleton
The previous fix for this same issue (OE-Core rev f31f6a70ec24e8c9515d69c5092e15effc5e7d4d) was not sufficient - we are setting the PERLVERSION variable from the get_perl_version function, but we're setting it using immediate expansion; thus the value is going into the signature and is still

[OE-core] [PATCH] mesa: upgrade to 9.2.5

2014-02-11 Thread Valentin Popa
tested on qemux86, genericx86 for core-image-sato and core-image-weston. Signed-off-by: Valentin Popa valentin.p...@intel.com --- .../mesa/{mesa-gl_9.2.2.bb = mesa-gl_9.2.5.bb}| 0 meta/recipes-graphics/mesa/{mesa_9.2.2.bb = mesa_9.2.5.bb}| 10 --

[OE-core] [PATCH] wayland/weston: upgrade to 1.4.0

2014-02-11 Thread Valentin Popa
tested on qemux86 and genericx86 with core-image-weston and core-image-sato Signed-off-by: Valentin Popa valentin.p...@intel.com --- .../wayland/wayland/just-scanner.patch | 21 +--- .../wayland/{wayland_1.3.0.bb = wayland_1.4.0.bb} | 7 +++---

Re: [OE-core] [oe-commits] Christopher Larson : pulseaudio: fix RDEPENDS traversal for consolekit

2014-02-11 Thread Martin Jansa
On Sun, Feb 09, 2014 at 11:01:50AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: dora Commit: 029b225cd7491a1efdc42593460a57d9eb865427 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=029b225cd7491a1efdc42593460a57d9eb865427 Author:

Re: [OE-core] [PATCH] mesa: upgrade to 9.2.5

2014-02-11 Thread Martin Jansa
On Tue, Feb 11, 2014 at 08:08:13PM +0200, Valentin Popa wrote: tested on qemux86, genericx86 for core-image-sato and core-image-weston. Does it resolve http://lists.openembedded.org/pipermail/openembedded-core/2014-January/088727.html ? Signed-off-by: Valentin Popa valentin.p...@intel.com

Re: [OE-core] [PATCH] mesa: upgrade to 9.2.5

2014-02-11 Thread Burton, Ross
On 11 February 2014 20:10, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Feb 11, 2014 at 08:08:13PM +0200, Valentin Popa wrote: tested on qemux86, genericx86 for core-image-sato and core-image-weston. Does it resolve

[OE-core] [PATCH] systemd-serialgetty: Update to match version in recent systemd

2014-02-11 Thread Richard Purdie
Whilst debugging other issues I noticed this was out of sync with the code in systemd itself. This brings things back into sync and shouldn't hurt anything. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

[OE-core] [PATCH 0/3] PUs and telepathy-mission-control fix

2014-02-11 Thread Cristian Iorga
The following changes since commit 92cad721d764ec28c3570dfe4a80847c3df19453: curl: fix https certificate problems (2014-02-11 17:15:55 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs

[OE-core] [PATCH 3/3] flac: upgrade to 1.3.0

2014-02-11 Thread Cristian Iorga
- Updated description, bugtracker and source; - Switched to ${BP} variable; - 0001-No-AltiVec-on-SPE.patch, flac-gcc43-fixes.patch, asm-pic.patch, obsolete_automake_macros.patch patches removed, included in upstream; - Licenses checksums changed due to added copyright owners and street adresses

[OE-core] [PATCH 1/3] telepathy-mission-control: typo in connectivity switch

2014-02-11 Thread Cristian Iorga
telepathy-mission-control connectivity switch was mistyped, defeating its purpose. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git