[OE-core] [PATCH] libacpi: Remove QA warning: No GNU_HASH in the elf binary

2012-12-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Handle LDFLAGS properly in the Makefile to remove warning: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] how to change the resolution of qemux86 machine to 320x240?

2012-12-11 Thread Yi Qingliang
Hi! I have a s3c2442 system with 320x240 touch screen, and I want use qemux86 to simulate it on pc. I googled, got vga=xxx in kernel arguments, but no success. use vga=ask can select resolution, but no 320x240. what's the right way? Yi Qingliang Nanjing Jilong

Re: [OE-core] [OE-Core][PATCH] packagroup-base: use virtual runtime instead of keymap

2012-12-11 Thread Martin Jansa
On Fri, Dec 07, 2012 at 04:44:15PM +0200, Ciprian Ciubotariu wrote: --- .../packagegroups/packagegroup-base.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb

Re: [OE-core] [OE-Core][PATCH] packagroup-base: use virtual runtime instead of keymap

2012-12-11 Thread Paul Eggleton
On Tuesday 11 December 2012 10:18:41 Martin Jansa wrote: On Fri, Dec 07, 2012 at 04:44:15PM +0200, Ciprian Ciubotariu wrote: --- .../packagegroups/packagegroup-base.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [OE-Core][PATCH] packagroup-base: use virtual runtime instead of keymap

2012-12-11 Thread Paul Eggleton
On Tuesday 11 December 2012 09:28:47 Paul Eggleton wrote: On Tuesday 11 December 2012 10:18:41 Martin Jansa wrote: On Fri, Dec 07, 2012 at 04:44:15PM +0200, Ciprian Ciubotariu wrote: --- .../packagegroups/packagegroup-base.bb |2 +- 1 files changed, 1

[OE-core] [PATCH 1/1] squashfs: fix CVE-2012-4025

2012-12-11 Thread yanjun.zhu
From: yanjun.zhu yanjun@windriver.com CQID:WIND00366813 Reference: http://squashfs.git.sourceforge.net/git/gitweb.cgi? p=squashfs/squashfs;a=patch;h=8515b3d420f502c5c0236b86e2d6d7e3b23c190e Integer overflow in the queue_init function in unsquashfs.c in unsquashfs in Squashfs 4.2 and earlier

Re: [OE-core] how to change the resolution of qemux86 machine to 320x240?

2012-12-11 Thread Marcin Juszkiewicz
W dniu 11.12.2012 17:54, Yi Qingliang pisze: Hi! I have a s3c2442 system with 320x240 touch screen, and I want use qemux86 to simulate it on pc. I googled, got vga=xxx in kernel arguments, but no success. use vga=ask can select resolution, but no 320x240. what's the right way? IIRC one

[OE-core] [PATCH] wireless-tools: Remove QA warning: No GNU_HASH in the elf binary

2012-12-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Handle LDFLAGS properly in the Makefile to remove warning: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

[OE-core] Add 3.7 version of linux-libc-headers

2012-12-11 Thread Marcin Juszkiewicz
I would like to know are there plans to use 3.7 kernel for libc headers. This will allow me to drop own copy which I need to keep due to AArch64 stuff which got added in 3.7 cycle. ___ Openembedded-core mailing list

[OE-core] [PATCH] linux-libc-headers: add 3.7 version

2012-12-11 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz marcin.juszkiew...@linaro.org --- meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.7.bb | 4 1 file changed, 4 insertions(+) create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_3.7.bb diff --git

Re: [OE-core] Add 3.7 version of linux-libc-headers

2012-12-11 Thread Bruce Ashfield
On Tue, Dec 11, 2012 at 5:12 AM, Marcin Juszkiewicz marcin.juszkiew...@linaro.org wrote: I would like to know are there plans to use 3.7 kernel for libc headers. This will allow me to drop own copy which I need to keep due to AArch64 stuff which got added in 3.7 cycle. There aren't any

[OE-core] [PATCH] autotools: copy also remove-potcdate.sin from ${STAGING_DATADIR_NATIVE}/gettext/po

2012-12-11 Thread Martin Jansa
* some packages (e.g. uptime, cpu, forecasts, news from meta-efl) don't have remove-potcdate.sin in po subdirectory, but Makefile.in.in supplied by autotools.bbclass depends on it and fails without like this: | make[3]: Entering directory

[OE-core] [PATCH] autotools: copy also remove-potcdate.sin from ${STAGING_DATADIR_NATIVE}/gettext/po

2012-12-11 Thread Martin Jansa
* some packages (e.g. uptime, cpu, forecasts, news from meta-efl) don't have remove-potcdate.sin in po subdirectory, but Makefile.in.in supplied by autotools.bbclass depends on it and fails without like this: | make[3]: Entering directory

[OE-core] [PATCH] x11vnc: bind vnc server to port 5900

2012-12-11 Thread Laurentiu Palcu
At the moment, if one clicks on X11VNC Server icon, a new vnc server is started on an automatically assigned port (starting with 5900). The problem is that the user can click multiple times on the icon and a new vnc server is started on another port. So, we'll end up with multiple vnc servers,

Re: [OE-core] slightly confused about .bbappend file and FILESPATH

2012-12-11 Thread Robert P. J. Day
On Tue, 11 Dec 2012, Martin Jansa wrote: On Thu, Dec 06, 2012 at 01:19:57PM -0500, Robert P. J. Day wrote: On Thu, 6 Dec 2012, Mark Hatle wrote: On 12/6/12 12:03 PM, Robert P. J. Day wrote: currently writing a tutorial page on how .bbappend files and FILESPATH work, and i

[OE-core] [PATCH] build-appliance: Updated to include bblayers.conf.sample fix

2012-12-11 Thread Cristian Iorga
In Build Appliance, Hob didn't start because it crashed checking bblayers.conf Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-core/images/build-appliance-image.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH] build-appliance: provides git proxified acces

2012-12-11 Thread Cristian Iorga
Inside Build Appliance, external repos can be accesed using the git protocol through a proxy Fixes [YOCTO #3175] Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-graphics/builder/files/builder_hob_start.sh |1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 0/4] Bug 3440 Fixes

2012-12-11 Thread Constantin Musca
This represents a set of fixes for multilib warnings. [YOCTO #3440] The following changes since commit c607095894cab60493ddfc4b967b0325e1c313b4: bitbake: Revert BBHandler: Ensure parser state engine is correctly reset for new parsing (2012-12-07 18:09:01 +) are available in the git

[OE-core] [PATCH 2/4] pcmciautils: set correct udevdir and add missing debug files

2012-12-11 Thread Constantin Musca
Fix the following warning: WARNING: QA Issue: pcmciautils: Files/directories were installed but not shipped /usr/lib /usr/lib/udev /usr/lib/udev/pcmcia-socket-startup /usr/lib/udev/pcmcia-check-broken-cis /usr/lib/udev/.debug /usr/lib/udev/.debug/pcmcia-socket-startup

[OE-core] [PATCH 4/4] package.bbclass: prepend MLPREFIX to LOCALEBASEPN

2012-12-11 Thread Constantin Musca
We need to prepend MLPREFIX to LOCALEBASEPN in order to fully enable multilib [YOCTO #3440] Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/classes/package.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/package.bbclass

[OE-core] [PATCH 3/4] multilib.bbclass: fix do_package_qa_multilib

2012-12-11 Thread Constantin Musca
The packages which start with rtld are ok [YOCTO #3440] Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/classes/multilib.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index

[OE-core] OE Changelog since 2012-12-02 until 2012-12-09

2012-12-11 Thread cliff . brake
Changelog since 2012-12-02 until 2012-12-09. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [PATCH 1/4] alsa-utils: Pass udev-rules-dir as parameter

2012-12-11 Thread Saul Wold
On 12/11/2012 07:29 AM, Constantin Musca wrote: Fix the following warning: WARNING: QA Issue: alsa-utils: Files/directories were installed but not shipped /lib /lib/udev /lib/udev/rules.d /lib/udev/rules.d/90-alsa-restore.rules [YOCTO #3440] Signed-off-by: Constantin Musca

Re: [OE-core] [bitbake-devel] [meta-ti] building for pandaboard fails fetching u-boot *way* into the build phase

2012-12-11 Thread Richard Purdie
On Tue, 2012-11-20 at 12:55 -0500, Robert P. J. Day wrote: On Tue, 20 Nov 2012, Denys Dmytriyenko wrote: On Tue, Nov 20, 2012 at 12:34:47PM -0500, Robert P. J. Day wrote: On Tue, 20 Nov 2012, Denys Dmytriyenko wrote: On Tue, Nov 20, 2012 at 11:24:20AM -0500, Robert P. J. Day wrote:

[OE-core] [Patch v2 1/1] create-pull-request: detect trailing white space

2012-12-11 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Add logic in the create-pull-request to detect and warn about the trailing white space inserted by patches. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- scripts/create-pull-request |8 1 files changed, 8 insertions(+), 0

[OE-core] [Patch v2 0/1] a commit for detecting trailing whitespace

2012-12-11 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This v2 commit makes the egrep's output colorful with the --color option, and output is made silent when the patches are clean wrt trailing white space. Detecting of the mixed white space was discussed on the mailing list, but the discussion did

Re: [OE-core] [PATCH] libacpi: Remove QA warning: No GNU_HASH in the elf binary

2012-12-11 Thread Saul Wold
On 12/11/2012 12:12 AM, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com Handle LDFLAGS properly in the Makefile to remove warning: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Muhammad Shakeel

Re: [OE-core] [PATCH] wireless-tools: Remove QA warning: No GNU_HASH in the elf binary

2012-12-11 Thread Saul Wold
On 12/11/2012 02:08 AM, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com Handle LDFLAGS properly in the Makefile to remove warning: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Muhammad Shakeel

Re: [OE-core] [PATCH 1/1] squashfs: fix CVE-2012-4025

2012-12-11 Thread Saul Wold
On 12/11/2012 02:00 AM, yanjun.zhu wrote: From: yanjun.zhu yanjun@windriver.com CQID:WIND00366813 Reference: http://squashfs.git.sourceforge.net/git/gitweb.cgi? p=squashfs/squashfs;a=patch;h=8515b3d420f502c5c0236b86e2d6d7e3b23c190e Integer overflow in the queue_init function in

Re: [OE-core] slightly confused about .bbappend file and FILESPATH

2012-12-11 Thread Robert P. J. Day
On Tue, 11 Dec 2012, Martin Jansa wrote: On Thu, Dec 06, 2012 at 01:19:57PM -0500, Robert P. J. Day wrote: On Thu, 6 Dec 2012, Mark Hatle wrote: On 12/6/12 12:03 PM, Robert P. J. Day wrote: currently writing a tutorial page on how .bbappend files and FILESPATH work, and i

Re: [OE-core] [PATCH 1/8] Wayland userspace library initial 1.0.2

2012-12-11 Thread Burton, Ross
On 11 December 2012 08:29, Alex DAMIAN alexandru.dam...@intel.com wrote: This patch is specifically based on work by Damien Lespiau for collabora, but updated to build wayland 1.0.2. Damien Lespiau is an Intel employee, nothing to do with Collabora. Anything mentioning Damien predates

Re: [OE-core] [PATCH 2/8] Add Wayland image type

2012-12-11 Thread Burton, Ross
The commit summary is wrong, this is a package group not image type. On 11 December 2012 11:36, Alex DAMIAN alexandru.dam...@intel.com wrote: +RPROVIDES_${PN} = task-wayland +RREPLACES_${PN} = task-wayland +RCONFLICTS_${PN} = task-wayland These are only needed if there was a task-wayland to

Re: [OE-core] [PATCH 3/8] Enable Wayland distro feature by default

2012-12-11 Thread Burton, Ross
On 11 December 2012 08:29, Alex DAMIAN alexandru.dam...@intel.com wrote: Conflicts: meta/conf/distro/include/default-distrovars.inc Remove this section from the message. Also unsure if we should enable it by default right now. Ross ___

Re: [OE-core] [PATCH 4/8] mesa: merge internal libraries into mesa-dri package

2012-12-11 Thread Burton, Ross
On 11 December 2012 08:29, Alex DAMIAN alexandru.dam...@intel.com wrote: From: Ross Burton ross.bur...@intel.com libglapi and libgbm are specific to Mesa and it's unlikely that they'll be used on their own. Mesa 9 also adds another internal library, libdricore, so prepare for that by

Re: [OE-core] [PATCH 5/8] mesa-dri: upgrade -git version to current master

2012-12-11 Thread Burton, Ross
On 11 December 2012 08:29, Alex DAMIAN alexandru.dam...@intel.com wrote: From: Ross Burton ross.bur...@intel.com Again this is in m-u-t and the latest consolidated pull, so expect to rebase soon and see this disappear. Ross ___ Openembedded-core

Re: [OE-core] [PATCH 6/8] Fixes for the mesa-dri recipe

2012-12-11 Thread Burton, Ross
On 11 December 2012 08:29, Alex DAMIAN alexandru.dam...@intel.com wrote: From: Alexandru DAMIAN alexandru.dam...@intel.com This set of changes fix packaging and compilation options for the mesa-dri. It also affects priority so that the git version is preffered. Why can't use mesa-dri git be

Re: [OE-core] [PATCH 7/8] Adds wayland/weston recipe

2012-12-11 Thread Burton, Ross
On 11 December 2012 08:29, Alex DAMIAN alexandru.dam...@intel.com wrote: +EXTRA_OECONF += --enable-clients --enable-drm-compositor --enable-xwayland --enable-drm-compositor is repeated in the (commented out) kms packageconfig. XWayland should be a packageconfig option. +PACKAGECONFIG ??=

[OE-core] [PATCH] libmatchbox: upgrade to 1.10, drop git

2012-12-11 Thread Ross Burton
All patches have been upstreamed so drop them, and as upstream isn't heavily developed drop the git recipe. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../libmatchbox/files/16bppfixes-2.patch | 260 .../libmatchbox/files/16bppfixes.patch |

[OE-core] [PATCH] chrpath: normalize the paths

2012-12-11 Thread Saul Wold
By normalizing the paths the path comparing code works correct to generate the right RPATH even when there is a A/../A in TMPDIR [YOCTO #3408] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/chrpath.bbclass |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH] autotools: copy also remove-potcdate.sin from ${STAGING_DATADIR_NATIVE}/gettext/po

2012-12-11 Thread Saul Wold
On 12/11/2012 03:10 AM, Martin Jansa wrote: * some packages (e.g. uptime, cpu, forecasts, news from meta-efl) don't have remove-potcdate.sin in po subdirectory, but Makefile.in.in supplied by autotools.bbclass depends on it and fails without like this: | make[3]: Entering directory

Re: [OE-core] [PATCH 1/4] alsa-utils: Pass udev-rules-dir as parameter

2012-12-11 Thread ChenQi
On 12/11/2012 11:29 PM, Constantin Musca wrote: Fix the following warning: WARNING: QA Issue: alsa-utils: Files/directories were installed but not shipped /lib /lib/udev /lib/udev/rules.d /lib/udev/rules.d/90-alsa-restore.rules [YOCTO #3440] Signed-off-by: Constantin

Re: [OE-core] [PATCH 1/1] squashfs: fix CVE-2012-4025

2012-12-11 Thread yzhu1
On 12/12/2012 03:04 AM, Saul Wold wrote: On 12/11/2012 02:00 AM, yanjun.zhu wrote: From: yanjun.zhu yanjun@windriver.com CQID:WIND00366813 Reference: http://squashfs.git.sourceforge.net/git/gitweb.cgi? p=squashfs/squashfs;a=patch;h=8515b3d420f502c5c0236b86e2d6d7e3b23c190e Integer

Re: [OE-core] how to change the resolution of qemux86 machine to 320x240?

2012-12-11 Thread Yi Qingliang
On Tuesday, December 11, 2012 11:07:00 AM Marcin Juszkiewicz wrote: W dniu 11.12.2012 17:54, Yi Qingliang pisze: Hi! I have a s3c2442 system with 320x240 touch screen, and I want use qemux86 to simulate it on pc. I googled, got vga=xxx in kernel arguments, but no success. use

Re: [OE-core] [PATCH] coreutils: update to upstream version 8.20

2012-12-11 Thread Saul Wold
On 11/30/2012 03:08 AM, Marko Lindqvist wrote: * remove-gets.patch removed as issue is fixed upstream * cross-prime-list.patch added to fix cross-compilation * noman.patch added to disable manpage creation that does not work while cross-compiling * License texts are identical to old, but old

Re: [OE-core] [PATCH] libmatchbox: upgrade to 1.10, drop git

2012-12-11 Thread Saul Wold
On 12/11/2012 01:54 PM, Ross Burton wrote: All patches have been upstreamed so drop them, and as upstream isn't heavily developed drop the git recipe. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../libmatchbox/files/16bppfixes-2.patch | 260

Re: [OE-core] [PATCH 1/1] squashfs: fix CVE-2012-4025

2012-12-11 Thread Saul Wold
On 12/11/2012 06:17 PM, yzhu1 wrote: On 12/12/2012 03:04 AM, Saul Wold wrote: On 12/11/2012 02:00 AM, yanjun.zhu wrote: From: yanjun.zhu yanjun@windriver.com CQID:WIND00366813 Reference: http://squashfs.git.sourceforge.net/git/gitweb.cgi?

[OE-core] [CONSOLIDATED PULL 00/13] Various Fixes

2012-12-11 Thread Saul Wold
Richard, I mostly did a build test of this patch set, there were a couple of failures in other patches that I did not include notably the consoletools in mips and the libmatchbox from Ross seems to have broken matchbox_keyboard. There are a couple of changes also pending for meta-yocto, check

Re: [OE-core] slightly confused about .bbappend file and FILESPATH

2012-12-11 Thread Martin Jansa
On Tue, Dec 11, 2012 at 02:39:16PM -0500, Robert P. J. Day wrote: On Tue, 11 Dec 2012, Martin Jansa wrote: On Thu, Dec 06, 2012 at 01:19:57PM -0500, Robert P. J. Day wrote: On Thu, 6 Dec 2012, Mark Hatle wrote: On 12/6/12 12:03 PM, Robert P. J. Day wrote: currently

Re: [OE-core] how to change the resolution of qemux86 machine to 320x240?

2012-12-11 Thread Marcin Juszkiewicz
W dniu 12.12.2012 11:21, Yi Qingliang pisze: On Tuesday, December 11, 2012 11:07:00 AM Marcin Juszkiewicz wrote: We did such thing long time ago for one customer but I do not remember details. Thanks! maybe I can got some clue about the patch?:) If not, use 640x480 insteadly. I would

Re: [OE-core] [PATCH] libmatchbox: upgrade to 1.10, drop git

2012-12-11 Thread Burton, Ross
On 12 December 2012 04:23, Saul Wold s...@linux.intel.com wrote: | matchbox-keyboard-image.c:68:8: error: dereferencing pointer to incomplete type This is due to libpng15, not libmatchbox. I'll get a fix using the libmatchbox patch as a model. Ross

[OE-core] [PATCH] perf: kill -Werror

2012-12-11 Thread Fahad Usman
this fails to build using a recent sourcery toolchain due to unused-but-set-variable Signed-off-by: Christopher Larson chris_lar...@mentor.com the patch was imported from meta-mentor layer on yoctoproject git server http://git.yoctoproject.org/cgit/cgit.cgi/meta-mentor as of commit ids

Re: [OE-core] [CONSOLIDATED PULL 00/13] Various Fixes

2012-12-11 Thread Burton, Ross
On 12 December 2012 04:49, Saul Wold s...@linux.intel.com wrote: I mostly did a build test of this patch set, there were a couple of failures in other patches that I did not include notably the consoletools in mips and the libmatchbox from Ross seems to have broken matchbox_keyboard. The

Re: [OE-core] [PATCH 1/4] alsa-utils: Pass udev-rules-dir as parameter

2012-12-11 Thread Constantin Musca
On 12/12/2012 04:07 AM, ChenQi wrote: On 12/11/2012 11:29 PM, Constantin Musca wrote: Fix the following warning: WARNING: QA Issue: alsa-utils: Files/directories were installed but not shipped /lib /lib/udev /lib/udev/rules.d /lib/udev/rules.d/90-alsa-restore.rules [YOCTO #3440]