Re: [OE-core] Can't build qt4-x11-free

2012-11-15 Thread Burton, Ross
On 14 November 2012 20:25, Gary Thomas g...@mlbassoc.com wrote: That said, I pulled from Poky/Yocto master on Monday, Nov 12, but the important change says it was committed on Nov 6. How did I miss this? I know that the Poky/Yocto tree is a little removed (in time) from OE-core, but how I

Re: [OE-core] [PATCH v2] initrd: add recovery feature

2012-11-15 Thread Burton, Ross
On 14 November 2012 19:39, Radu Moisan radu.moi...@intel.com wrote: Well, I didn't see any side effects. If there are side effects I'll remove the timeout but please point out to me some of those. Anyway, I thought about this more like a safety net because I've noticed settle has some history

[OE-core] [PATCH v4 07/12] libdrm: upgrade to 2.4.40

2012-11-15 Thread Laurentiu Palcu
Other changes: * removed a backported patch; * activated libdrm-omap helper layer which is needed by the latest xf86-video-omap xorg driver; * split libdrm-drivers package into libdrm-radeon, libdrm-nouveau and libdrm-omap, libdrm-intel and libdrm-exynos; Signed-off-by: Laurentiu Palcu

Re: [OE-core] [PATCH v4 07/12] libdrm: upgrade to 2.4.40

2012-11-15 Thread Laurentiu Palcu
v4: * added the missing library packages (libdrm-intel, libdrm-exynos) On 11/15/2012 12:29 PM, Laurentiu Palcu wrote: Other changes: * removed a backported patch; * activated libdrm-omap helper layer which is needed by the latest xf86-video-omap xorg driver; * split libdrm-drivers

Re: [OE-core] [PATCH v3 08/12] xserver-xorg: upgrade to 1.13.0

2012-11-15 Thread Burton, Ross
On 14 November 2012 16:18, Burton, Ross ross.bur...@intel.com wrote: The xorg server/drivers upgraded fine, but then on startup we got the ABI errors. This shouldn't have happened - the ABI version in the code should have matched the ABI in the dependencies, but they are different. I'm

Re: [OE-core] [PATCH] bash: Add fix for cross compile issues

2012-11-15 Thread Richard Purdie
On Wed, 2012-11-14 at 13:07 -0800, Michael Halstead wrote: On 11/14/2012 11:45 AM, Michael Halstead wrote: On 11/14/2012 05:30 AM, Richard Purdie wrote: On Wed, 2012-11-14 at 13:24 +, Richard Purdie wrote: On Wed, 2012-11-14 at 13:30 +0100, Martin Jansa wrote: On Tue, Nov 13, 2012 at

[OE-core] [PATCH 2/2] opkg: drop PACKAGE_ARCH setting for update-alternatives-cworth

2012-11-15 Thread Martin Jansa
* there is warning about update-alternatives-cworth ipk being overwritten in all feed when opkg is built for more architectures * see https://bugzilla.yoctoproject.org/show_bug.cgi?id=3390 for details Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/opkg/opkg.inc |

[OE-core] [PATCH 1/2] udev-extraconf: drop allarch to allow setting to MACHINE_ARCH in some .bbappend

2012-11-15 Thread Martin Jansa
* if bsp needs some special rule for udev * see https://bugzilla.yoctoproject.org/show_bug.cgi?id=3390 for details Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-core/udev/udev-extraconf_1.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[OE-core] [PATCH v4 08/12] xserver-xorg: upgrade to 1.13.0

2012-11-15 Thread Laurentiu Palcu
The patch contains several aditional changes: * removed one backported patch (included in the new release); * changed mips64-compiler.patch to apply properly; * licence checksum for COPYING file changed: some copyright years have been changed; * bump PR in xorg-driver-common.inc so that all

Re: [OE-core] [PATCH v4 08/12] xserver-xorg: upgrade to 1.13.0

2012-11-15 Thread Laurentiu Palcu
v4: * bumped PR xorg-driver-common.inc to get the the input/video drivers rebuilt. On 11/15/2012 01:07 PM, Laurentiu Palcu wrote: The patch contains several aditional changes: * removed one backported patch (included in the new release); * changed mips64-compiler.patch to apply properly;

[OE-core] llvm issue

2012-11-15 Thread Jaap de Jong
Hi All, when I checkout openjdk-7 on meta-java and bitbake anything I get these errors: ERROR: Unable to parse /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb | ETA: 00:00:15 ERROR: Command execution failed: Exited with 1 NOTE: Error expanding

Re: [OE-core] llvm issue

2012-11-15 Thread Henning Heinold
On Thu, Nov 15, 2012 at 12:33:51PM +0100, Jaap de Jong wrote: Hi All, when I checkout openjdk-7 on meta-java and bitbake anything I get these errors: ERROR: Unable to parse /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb | ETA: 00:00:15 ERROR:

Re: [OE-core] [PATCH v3 04/12] xkeyboard-config: upgrade to 2.7

2012-11-15 Thread Richard Purdie
On Wed, 2012-11-14 at 15:21 +0200, Laurentiu Palcu wrote: A couple of extra changes: * changed the SRC_URI to the new, valid, one * added dependency of gettext (do_qa_configure detected is needed) Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...board-config_2.1.bb =

Re: [OE-core] [PATCH v3 04/12] xkeyboard-config: upgrade to 2.7

2012-11-15 Thread Palcu, Laurentiu
Hi Richard, That's weird... I tested the compilation using the Yocto autobuilder nightly targets for all architectures with/without shared state. All were successful. However, I applied the patches on top of the commit I specified in the cover letter. A didn't retest with the latest changes in

Re: [OE-core] [PATCH v3 04/12] xkeyboard-config: upgrade to 2.7

2012-11-15 Thread Burton, Ross
On 15 November 2012 14:20, Palcu, Laurentiu laurentiu.pa...@intel.com wrote: That's weird... I tested the compilation using the Yocto autobuilder nightly targets for all architectures with/without shared state. All were successful. However, I applied the patches on top of the commit I

Re: [OE-core] [PATCH v2] initrd: add recovery feature

2012-11-15 Thread Otavio Salvador
On Thu, Nov 15, 2012 at 8:19 AM, Burton, Ross ross.bur...@intel.com wrote: On 14 November 2012 19:39, Radu Moisan radu.moi...@intel.com wrote: Well, I didn't see any side effects. If there are side effects I'll remove the timeout but please point out to me some of those. Anyway, I thought

[OE-core] [PATCH v4 04/12] xkeyboard-config: upgrade to 2.7

2012-11-15 Thread Laurentiu Palcu
A few extra changes: * changed the SRC_URI to the new, valid, one * added dependency of gettext (do_qa_configure detected is needed) * disable runtime dependency checks at configure time Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../xorg-lib/xkeyboard-config_2.1.bb

Re: [OE-core] [PATCHv4] scripts/sstate-sysroot-cruft.sh: add simple script to find files in sysroots not tracked by sstate

2012-11-15 Thread Chris Larson
On Thu, Nov 15, 2012 at 12:30 AM, Martin Jansa martin.ja...@gmail.comwrote: * it's not very universal, but works with default oe-core setup and shows basic HOW-TO. It can be improved later. Signed-off-by: Martin Jansa martin.ja...@gmail.com --- V2: added .pyo to WHITELIST shorter

Re: [OE-core] [yocto] meta-freescale general mailing list

2012-11-15 Thread Philip Balister
On 11/14/2012 11:58 AM, McClintock Matthew-B29882 wrote: YoctoProject.org is now hosting a meta-freescale mailing list that are going to unify the communities of meta-fsl-ppc and meta-fsl-arm. From now on all patches affecting meta-fsl-ppc and meta-fsl-arm can be sent to

Re: [OE-core] [PATCHv4] scripts/sstate-sysroot-cruft.sh: add simple script to find files in sysroots not tracked by sstate

2012-11-15 Thread Martin Jansa
On Thu, Nov 15, 2012 at 08:25:20AM -0700, Chris Larson wrote: On Thu, Nov 15, 2012 at 12:30 AM, Martin Jansa martin.ja...@gmail.comwrote: * it's not very universal, but works with default oe-core setup and shows basic HOW-TO. It can be improved later. Signed-off-by: Martin Jansa

Re: [OE-core] [PATCHv4] scripts/sstate-sysroot-cruft.sh: add simple script to find files in sysroots not tracked by sstate

2012-11-15 Thread Chris Larson
On Thu, Nov 15, 2012 at 9:19 AM, Martin Jansa martin.ja...@gmail.comwrote: On Thu, Nov 15, 2012 at 08:25:20AM -0700, Chris Larson wrote: On Thu, Nov 15, 2012 at 12:30 AM, Martin Jansa martin.ja...@gmail.com wrote: * it's not very universal, but works with default oe-core setup and

[OE-core] [PATCHv5] scripts/sstate-sysroot-cruft.sh: add simple script to find files in sysroots not tracked by sstate

2012-11-15 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- V2: added .pyo to WHITELIST shorter filenames

Re: [OE-core] [PATCHv4] scripts/sstate-sysroot-cruft.sh: add simple script to find files in sysroots not tracked by sstate

2012-11-15 Thread Paul Eggleton
On Thursday 15 November 2012 17:19:07 Martin Jansa wrote: I didn't want to use bitbake -e, so that this script can be executed when some other bitbake process is running. You really should not be trying to touch anything under TMPDIR let alone sstate files while bitbake is actually running

Re: [OE-core] [PATCH v2] initrd: add recovery feature

2012-11-15 Thread Radu Moisan
On 11/15/2012 04:42 PM, Otavio Salvador wrote: Radu, please drop it or set it for 20s or so. I am against the timeout as a whole as in case this causes a boot fail it will be quite difficult to average user to come up to realize the cause of the problem so my opinion would be to drop it

Re: [OE-core] [PATCHv4] scripts/sstate-sysroot-cruft.sh: add simple script to find files in sysroots not tracked by sstate

2012-11-15 Thread Martin Jansa
On Thu, Nov 15, 2012 at 04:49:01PM +, Paul Eggleton wrote: On Thursday 15 November 2012 17:19:07 Martin Jansa wrote: I didn't want to use bitbake -e, so that this script can be executed when some other bitbake process is running. You really should not be trying to touch anything under

Re: [OE-core] [yocto] meta-freescale general mailing list

2012-11-15 Thread Otavio Salvador
On Thu, Nov 15, 2012 at 1:36 PM, Philip Balister phi...@balister.orgwrote: On 11/14/2012 11:58 AM, McClintock Matthew-B29882 wrote: YoctoProject.org is now hosting a meta-freescale mailing list that are going to unify the communities of meta-fsl-ppc and meta-fsl-arm. From now on all

Re: [OE-core] [PATCHv4] scripts/sstate-sysroot-cruft.sh: add simple script to find files in sysroots not tracked by sstate

2012-11-15 Thread Martin Jansa
On Thu, Nov 15, 2012 at 09:27:52AM -0700, Chris Larson wrote: On Thu, Nov 15, 2012 at 9:19 AM, Martin Jansa martin.ja...@gmail.comwrote: On Thu, Nov 15, 2012 at 08:25:20AM -0700, Chris Larson wrote: On Thu, Nov 15, 2012 at 12:30 AM, Martin Jansa martin.ja...@gmail.com wrote: *

[OE-core] [PATCH] procps: pass CFLAGS to make

2012-11-15 Thread Joe Slater
EXTRA_OEMAKE in the recipe currently discards the environment CFLAGS when setting CFLAGS passed to make. We change that to include these options. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/procps/procps_3.2.8.bb |8 1 files changed, 4 insertions(+), 4

[OE-core] [PATCH] iproute2: pass CFLAGS to Makefile\

2012-11-15 Thread Joe Slater
Makefile computes CFLAGS, but we can see that our defaults get included by using CCOPTS to pass them to make. Upstream-Status: Pending Signed-off-by: Joe Slater jsla...@windriver.com --- .../iproute2/iproute2_3.5.1.bb |6 +- 1 files changed, 5 insertions(+), 1

[OE-core] [PATCH] mingetty: replace cflags hard-coded into Makefile

2012-11-15 Thread Joe Slater
Add CFLAGS to EXTRA_OEMAKE to allow us control over debugging and optimization. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/mingetty/mingetty_1.08.bb |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH v3] initrd: add recovery feature

2012-11-15 Thread Radu Moisan
Allows you to use as root a partition instead of the rootfs.img for recovering an old install, and fails safe when no rootfs is found, dropping the user to a shell if something goes wrong. Signed-off-by: Radu Moisan radu.moi...@intel.com Signed-off-by: Alexandru Damian alexandru.dam...@intel.com

[OE-core] [PATCH] zip: pay some attention to our CFLAGS

2012-11-15 Thread Joe Slater
Makefile makes use of CFLAGS_NOOPT. If we set that when calling make we can options like -g. The Makefile will override any optimization to -O3. Upstream-Status: Pending Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/zip/zip_3.0.bb |8 +++- 1 files changed,

[OE-core] [PATCH] unzip: pay some attention to our CFLAGS

2012-11-15 Thread Joe Slater
Makefile makes use of CFLAGS_NOOPT. If we set that when calling make we can enable options like -g. The Makefile will override any optimization to -O3. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-extended/unzip/unzip_6.0.bb |9 +++-- 1 files changed, 7

[OE-core] [PATCH] curl: eliminate forced setting of -g0 when compiling

2012-11-15 Thread Joe Slater
Do not invoke CURL_SET_COMPILER_DEBUG_OPTS in configure.ac. This will allow debug options set in our CFLAGS to be used. Signed-off-by: Joe Slater jsla...@windriver.com --- meta/recipes-support/curl/curl/configure_ac.patch | 11 +++ meta/recipes-support/curl/curl_7.26.0.bb |

[OE-core] [PATCH 0/1] Remove package lsbsetup

2012-11-15 Thread Kang Kai
The following changes since commit 9e0d3c0faa9cc80ce8f2ce0eb31dcd20ef875955: sstate: Bump version number to deal with layout fixes (2012-11-14 23:37:45 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/lsb

[OE-core] [PATCH 1/1] lsbsetup: remove it

2012-11-15 Thread Kang Kai
lsbsetup provides script LSB_Setup.sh to setup LSB test on image. But script LSB_Test.sh provided by lsbtest replace its function now. So drop lsbsetup and remove it from packagegroup-core-lsb. Even without linking /etc/localtime to HongKong zoneinfo file, the test case for wcsftime in lsb test