Re: [OE-core] [PATCH 0/3]

2012-03-04 Thread Richard Purdie
On Sat, 2012-03-03 at 18:59 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan xiaofeng@windriver.com LSB report the following information when running lsb test. VSW5TESTSUITE PURPOSE 7 Assertion XStringToKeysym-7.(A) When the string argument is the name of a KeySym in the table with the

Re: [OE-core] [PATCH] soc-family.inc: to be included in machine.conf to add SOC_FAMILY to MACHINEOVERRIDE

2012-03-04 Thread Richard Purdie
On Sun, 2012-03-04 at 01:24 -0500, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Add a soc-family.inc file that can be included in a machine.conf to enable the use of SOC_FAMILY in MACHINEOVERRIDE, which could be useful to group multiple machines with the same common base.

[OE-core] [PATCH 3/3] gtk+ 2.24.8: bump PR to force rebuild and feed update

2012-03-04 Thread Koen Kooi
This should errors similar to this one: /usr/libexec/gdm-simple-greeter: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: _XGetRequest Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-gnome/gtk+/gtk+_2.24.8.bb |2 +- 1 files changed, 1 insertions(+),

[OE-core] [PATCH 1/3] polkit 0.104: convert pam code to PACKAGECONFIG and adhere to OE recipe styleguide

2012-03-04 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/polkit/polkit_0.104.bb | 25 +++-- 1 files changed, 15 insertions(+), 10 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb

[OE-core] [PATCH 2/3] polkit 0.104: add 2 backports from upstream to fix crashes during auth

2012-03-04 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/polkit/polkit_0.104.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb index 5dc82c5..dfbd300

[OE-core] [PATCH] libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge

2012-03-04 Thread Koen Kooi
This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3 Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-graphics/xorg-lib/libx11.inc |2 ++ meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 3/3] linux-yocto: v3.2.9, v3.0.23 + fixes and updates

2012-03-04 Thread Bruce Ashfield
This is an update of the linux-yocto 3.0 and 3.2 SRCREVs to bring in the following updates: - v3.0.23 stable update - v3.2.9 stable update - 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart - 3.0: pvr merge from Kishore Bodke - linux-yocto/rt: update to 3.0.23-rt38

[OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2012-03-04 Thread Bruce Ashfield
Richard/Saul, Here's the latest consolidated kernel pull request. The patches are as follows: 3/3 is the kernel updates: - v3.0.23 stable update - v3.2.9 stable update - 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart - 3.0: pvr merge from Kishore Bodke -

[OE-core] [PATCH 1/3] linux-yocto: respect FILESPATH directories

2012-03-04 Thread Bruce Ashfield
During the work to enhance the ability to specify out of tree kernel features, an assumption was made about PN being part of a patch path. This assumption is incorrect, since patches can be anywhere in the valid FILESPATH. To make locating the patches in WORKDIR simple, we can just query

[OE-core] [PATCH 2/3] linux-yocto: use bareclone option

2012-03-04 Thread Bruce Ashfield
Instead of specifying nocheckout=1, it provides a better workflow if the linux-yocto recipes use the new bareclone=1 option to get a mirrored copy of the source repository. This allows all local and remote branches to be available during the kernel build and development cycle. Signed-off-by:

Re: [OE-core] [PATCH 3/6] insane.bbclass: fix elf.arch not matching

2012-03-04 Thread Jegan Chandru
Hi Khem, Yes. I do have the patch applied on my tree. I use Yocto v1.1(i just downloaded sometime back, didnt use git ;( ) But even after the patch applied, it results in above mentioned warning. Blame is on me as I havent checked the kernel config. It was 32 bit config not 64 bit. It happened

[OE-core] [PATCH] gcc: Upgrade to 4.6.3 release

2012-03-04 Thread Khem Raj
core-image-sato/core-image-minimal builds and boots on all qemu machines Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/gcc/gcc-4.6.inc |9 +- .../GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch | 32 +++--- .../gcc/gcc-4.6/gcc-flags-for-build.patch

[OE-core] gcc -4.7 available for testing

2012-03-04 Thread Khem Raj
Hi OEers Since gcc-4.7 branch has been started I have prepared initial set of recipes for it which are here http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-4.7 (You need the top 3 patches really) It can build sato images and minimal images in OE core for all supported

Re: [OE-core] [PATCH] libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge

2012-03-04 Thread Koen Kooi
Op 4 mrt. 2012, om 15:50 heeft Koen Kooi het volgende geschreven: This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3 Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-graphics/xorg-lib/libx11.inc |2 ++ meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |

[OE-core] [PATCH v2 1/4] polkit 0.104: convert pam code to PACKAGECONFIG and adhere to OE recipe styleguide

2012-03-04 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-extended/polkit/polkit_0.104.bb | 25 +++-- 1 files changed, 15 insertions(+), 10 deletions(-) diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb

[OE-core] [PATCH v2 2/4] polkit 0.104: add 2 backports from upstream to fix crashes during auth

2012-03-04 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...ession-Set-error-if-we-cannot-find-a-sess.patch | 70 ...ession-Actually-return-TRUE-if-a-session-.patch | 46 + meta/recipes-extended/polkit/polkit_0.104.bb |4 +- 3 files changed, 119

[OE-core] [PATCH v2 3/4] gtk+ 2.24.8: bump PR to force rebuild and feed update

2012-03-04 Thread Koen Kooi
This should errors similar to this one: /usr/libexec/gdm-simple-greeter: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: _XGetRequest Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-gnome/gtk+/gtk+_2.24.8.bb |2 +- 1 files changed, 1 insertions(+),

[OE-core] [PATCH v2 4/4] libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge

2012-03-04 Thread Koen Kooi
This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3 Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-graphics/xorg-lib/libx11.inc |2 ++ meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git