Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-10 Thread Mike Looijmans
On 07/10/2013 03:25 PM, Mark Hatle wrote: On 7/10/13 8:15 AM, Mike Looijmans wrote: On 07/10/2013 02:34 PM, Enrico Scholz wrote: Enrico Scholz writes: is it expected that recent gcc 4.8[1] compiles the kernel correctly? Kernels for ARMv5 platforms (PXA168 -> 3.4.52, MX28 -> 3.8.13) fail here

Re: [OE-core] [PATCH V2 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-10 Thread ChenQi
On 07/11/2013 04:02 AM, Saul Wold wrote: On 07/09/2013 11:28 PM, qi.c...@windriver.com wrote: From: Chen Qi We may want to add a user or group which does not logically belong to any specific package. For example, we may want to add a user with the name 'tester' to our image. Besides, we may wa

[OE-core] [PATCH 0/1] exclude pkgs for mips64 from packagegroup-core-tools-profile

2013-07-10 Thread Kai Kang
Exclude systemtap and valgrind for mips64 from packagegroup-core-tools-profile. The following changes since commit a63229917a5708de2d161aba0d67168ce0da6365: meta-yocto-bsp: update reference board SRCREVs (2013-07-10 09:45:51 +0100) are available in the git repository at: git://git.pokylinux

[OE-core] [PATCH 1/1] packagegroup-core-tools-profile: exclude systemtap and valgrind for mips64

2013-07-10 Thread Kai Kang
systemap and valgrind are not buildable for mips64, so exclude them for mips64 from packagegroup-core-tools-profile. Signed-off-by: Kai Kang --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/packagegroup

Re: [OE-core] boost 1.54 compile fail

2013-07-10 Thread Yi Qingliang
maybe it is the gcc's fault (recently it is updated to 4.8.x in poky) I can found uintptr_t in cstdint, but it is wrapped by a c99 related macro. On Wednesday, July 10, 2013 04:21:02 PM Yi Qingliang wrote: > Hello! > > after update poky to latest git version, I got failure when compiling boost:

[OE-core] [PATCH] xserver-xorg: extend packageconfig and dependencies

2013-07-10 Thread Andreas Oberritter
- split glx into dri, dri2 and glx, to be able to select e.g. dri2 only - update dependencies to match configure.ac Signed-off-by: Andreas Oberritter --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipe

[OE-core] [PATCH] qt4-x11-free: fix post-processing of QtWebKit.pc

2013-07-10 Thread Andreas Oberritter
Previously it worked for qt4-embedded only. qt4-x11-free has X11 libs between -lwebcore and -ljscore. Signed-off-by: Andreas Oberritter --- meta/recipes-qt/qt4/qt4.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc

[OE-core] [PATCH 3/3] cogl-1.0: add option to enable GLES1

2013-07-10 Thread Andreas Oberritter
Only PACKAGECONFIG options for GL and GLES2 were available before. Signed-off-by: Andreas Oberritter --- meta/recipes-graphics/cogl/cogl-1.0.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index c0d410e

[OE-core] [PATCH 1/3] cogl-1.0: put each library into its own package

2013-07-10 Thread Andreas Oberritter
This allows to install cogl-gles2 and cogl-pango only when needed and enables Debian package renaming. This stops cogl-pango from dragging in unwanted runtime dependencies, if cogl-pango isn't used. Signed-off-by: Andreas Oberritter --- meta/recipes-graphics/cogl/cogl-1.0.inc | 27 ++

[OE-core] [PATCH 2/3] cogl-1.0: make building cogl-pango optional

2013-07-10 Thread Andreas Oberritter
Add a 'cogl-pango' PACKAGECONFIG option and enable it by default. Signed-off-by: Andreas Oberritter --- meta/recipes-graphics/cogl/cogl-1.0.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0

Re: [OE-core] [PATCH V2 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-10 Thread Saul Wold
On 07/09/2013 11:28 PM, qi.c...@windriver.com wrote: From: Chen Qi We may want to add a user or group which does not logically belong to any specific package. For example, we may want to add a user with the name 'tester' to our image. Besides, we may want to delete or modify user/group in our i

Re: [OE-core] [PATCH] pulseaudio: Added consolekit dependency for pulseaudio-module-console-kit package

2013-07-10 Thread Saul Wold
On 07/08/2013 10:16 AM, e...@felipetonello.com wrote: From: "Felipe F. Tonello" When installing pulseaudio-module-console-kit package in an image the consolekit dependecy cannot be find. This patch makes sure that the consolekit recipe will be build. Is this really a build-time dependency or a

Re: [OE-core] [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: Add real PV inside the recipe

2013-07-10 Thread Saul Wold
On 07/10/2013 08:16 AM, Martin Jansa wrote: On Wed, Jul 10, 2013 at 06:07:08PM +0300, Emilia Ciobanu wrote: Signed-off-by: Emilia Ciobanu --- .../docbook-sgml-dtd-4.1-native.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docb

Re: [OE-core] sstate-cache and making a package "host-dependent"

2013-07-10 Thread Martin Jansa
On Wed, Jul 10, 2013 at 06:39:20PM +0100, Paul Eggleton wrote: > Hi Mike, > > On Wednesday 10 July 2013 15:05:23 Mike Looijmans wrote: > > I added a buildserver that also exports its "sstate-cache" directory, so > > that other build machines can grab their stuff from it. This works fine, > > but I

Re: [OE-core] sstate-cache and making a package "host-dependent"

2013-07-10 Thread Paul Eggleton
Hi Mike, On Wednesday 10 July 2013 15:05:23 Mike Looijmans wrote: > I added a buildserver that also exports its "sstate-cache" directory, so > that other build machines can grab their stuff from it. This works fine, > but I have one problem. Some packages are meant to be dependent on the > system

Re: [OE-core] [PATCH] rpcbind: Add systemd support

2013-07-10 Thread Saul Wold
On 07/10/2013 03:53 AM, Shakeel, Muhammad wrote: From: Muhammad Shakeel - Adds systemd support in rpcbind - Install 'sysv' related files only if distro has this feature - Set PR to 'r0' Signed-off-by: Muhammad Shakeel --- .../rpcbind/rpcbind/rpcbind.service| 13 ++

Re: [OE-core] [PATCH] matchbox-wm: correct the SRC_URI and add checksums

2013-07-10 Thread Saul Wold
On 07/10/2013 02:56 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang Signed-off-by: Jackie Huang --- .../matchbox-wm/matchbox-wm_1.2.bb |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb

Re: [OE-core] [PATCH] boot-directdisk: allow specifying custom MBR disk signature

2013-07-10 Thread Darren Hart
On Wed, 2013-07-10 at 13:19 +1000, Jonathan Liu wrote: Thanks for your patience with this Jonathan. > This introduces a DISK_SIGNATURE variable that allows controlling the > 32-bit MBR disk signature. By default it is set to an automatically > generated disk signature but it may by overridden in

Re: [OE-core] [PATCH] alsa-state: Provide an empty asound.conf by default

2013-07-10 Thread Darren Hart
On Tue, 2013-07-09 at 16:32 -0700, Saul Wold wrote: > On 07/09/2013 03:59 PM, Darren Hart wrote: > > On Tue, 2013-07-09 at 15:43 -0700, Saul Wold wrote: > >> On 07/09/2013 03:15 PM, Darren Hart wrote: > >>> An empty asound.conf should work for most cases. The existing asound.conf > >>> uses plug dm

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-10 Thread Bruce Ashfield
On Wed, Jul 10, 2013 at 11:30 AM, Enrico Scholz wrote: > Bruce Ashfield > writes: > >>> Applying two upstream kernel commits >>> 455bd4c430b0c0a361f38e8658a0d6cb469942b5 (ARM: 7668/1: fix >>> memset-related crashes caused by recent GCC (4.7.2) optimizations) and >>> 418df63adac56841ef6b0f1fcf435b

Re: [OE-core] [PATCH v2] util-linux: Use PACKAGECONFIG to control pam and system config options

2013-07-10 Thread Enrico Scholz
Saul Wold writes: > The PACKAGECONFIG will ensure consistent enabling and disabling of the pam > and systemd related > options for configure and the correct dependencies > > v2: fixed PACKAGECONFIG line continuation grammar > added _class-target for PACKAGECONFIG to work on target only > ...

[OE-core] [PATCH] lib/oeqa/utils/qemurunner.py: increase boot timeout

2013-07-10 Thread Stefan Stanacar
On a loaded host (such as an AB setup where multiple builds run) the 200 seconds timeout might not be enough to reach the login prompt, so use the same value as the qemuimagetest class did. Signed-off-by: Stefan Stanacar --- meta/lib/oeqa/utils/qemurunner.py | 7 +++ 1 file changed, 3 insert

Re: [OE-core] [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: Add real PV inside the recipe

2013-07-10 Thread Martin Jansa
On Wed, Jul 10, 2013 at 06:07:08PM +0300, Emilia Ciobanu wrote: > Signed-off-by: Emilia Ciobanu > --- > .../docbook-sgml-dtd-4.1-native.bb |1 + > 1 file changed, 1 insertion(+) > > diff --git > a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb > b/met

[OE-core] [PATCH 2/3] docbook-sgml-dtd-4.1-native.bb: Add real PV inside the recipe

2013-07-10 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- .../docbook-sgml-dtd-4.1-native.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb index 88c9396

[OE-core] [PATCH 0/3] Add docbook-sgml-dtd-*-native real PV

2013-07-10 Thread Emilia Ciobanu
This changes are needed for a proper version reporting by the Package Reporting System. The following changes since commit a63229917a5708de2d161aba0d67168ce0da6365: meta-yocto-bsp: update reference board SRCREVs (2013-07-10 09:45:51 +0100) are available in the git repository at: git://git.y

[OE-core] [PATCH 3/3] docbook-sgml-dtd-3.1-native.bb: Add real PV inside the recipe

2013-07-10 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- .../docbook-sgml-dtd-3.1-native.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb index a7df4f9

[OE-core] [PATCH 1/3] docbook-sgml-dtd-4.5-native.bb: Add real PV inside the recipe

2013-07-10 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- .../docbook-sgml-dtd-4.5-native.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb b/meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb index 6c464f4

Re: [OE-core] [PATCHv2] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-10 Thread Martin Jansa
On Wed, Jul 10, 2013 at 03:34:58PM +0100, Burton, Ross wrote: > On 10 July 2013 13:41, Martin Jansa wrote: > > Build with last version of this script is still running (after 37 hours) > > Building recipe: gnome-desktop (485/1848) > > but I've tested it in smaller builds and I'm happy with current

Re: [OE-core] [PATCHv2] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-10 Thread Burton, Ross
On 10 July 2013 13:41, Martin Jansa wrote: > Build with last version of this script is still running (after 37 hours) > Building recipe: gnome-desktop (485/1848) > but I've tested it in smaller builds and I'm happy with current > functionality, I'll send found issues in tomorrow or day after that

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-10 Thread Enrico Scholz
Bruce Ashfield writes: >> Applying two upstream kernel commits >> 455bd4c430b0c0a361f38e8658a0d6cb469942b5 (ARM: 7668/1: fix >> memset-related crashes caused by recent GCC (4.7.2) optimizations) and >> 418df63adac56841ef6b0f1fcf435bc64d4ed177 (ARM: 7670/1: fix the memset >> fix) seem to fix the p

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-10 Thread Bruce Ashfield
On Wed, Jul 10, 2013 at 9:34 AM, Enrico Scholz wrote: > Enrico Scholz > > writes: > >> is it expected that recent gcc 4.8[1] compiles the kernel correctly? >> Kernels for ARMv5 platforms (PXA168 -> 3.4.52, MX28 -> 3.8.13) fail here >> 100% at early boot with > > Applying two upstream kernel commi

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-10 Thread Mark Hatle
On 7/10/13 8:15 AM, Mike Looijmans wrote: On 07/10/2013 02:34 PM, Enrico Scholz wrote: Enrico Scholz writes: is it expected that recent gcc 4.8[1] compiles the kernel correctly? Kernels for ARMv5 platforms (PXA168 -> 3.4.52, MX28 -> 3.8.13) fail here 100% at early boot with Applying two ups

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-10 Thread Mike Looijmans
On 07/10/2013 02:34 PM, Enrico Scholz wrote: Enrico Scholz writes: is it expected that recent gcc 4.8[1] compiles the kernel correctly? Kernels for ARMv5 platforms (PXA168 -> 3.4.52, MX28 -> 3.8.13) fail here 100% at early boot with Applying two upstream kernel commits 455bd4c430b0c0a361f38e

[OE-core] [PATCH] libogg: upgrade to 1.3.1

2013-07-10 Thread Cristian Iorga
- obsolete_automake_macros.patch no longer needed; removed; already integrated in upstream; - switched to tar.xz archive format. Signed-off-by: Cristian Iorga --- .../libogg/libogg-1.3.0/obsolete_automake_macros.patch | 14 -- .../libogg/{libogg_1.3.0.bb => libogg_1.3.1.bb}

[OE-core] sstate-cache and making a package "host-dependent"

2013-07-10 Thread Mike Looijmans
I added a buildserver that also exports its "sstate-cache" directory, so that other build machines can grab their stuff from it. This works fine, but I have one problem. Some packages are meant to be dependent on the system that built it. I want to enforce that each build machine creates its ow

Re: [OE-core] [PATCHv2] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-10 Thread Martin Jansa
On Wed, Jul 10, 2013 at 02:38:13PM +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > scripts/test-dependencies.sh | 253 > +++ > 1 file changed, 253 insertions(+) > create mode 100755 scripts/test-dependencies.sh Build with last version of

[OE-core] [PATCHv2] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-10 Thread Martin Jansa
Signed-off-by: Martin Jansa --- scripts/test-dependencies.sh | 253 +++ 1 file changed, 253 insertions(+) create mode 100755 scripts/test-dependencies.sh diff --git a/scripts/test-dependencies.sh b/scripts/test-dependencies.sh new file mode 100755 index 0

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-10 Thread Enrico Scholz
Enrico Scholz writes: > is it expected that recent gcc 4.8[1] compiles the kernel correctly? > Kernels for ARMv5 platforms (PXA168 -> 3.4.52, MX28 -> 3.8.13) fail here > 100% at early boot with Applying two upstream kernel commits 455bd4c430b0c0a361f38e8658a0d6cb469942b5 (ARM: 7668/1: fix memset

[OE-core] [PATCH 1/2] iputils: Upgrade to v20121221

2013-07-10 Thread Radu Moisan
Removed obsolete patches Header for arping changed. New author added. Capability support enabled by default(upstream) -> added libcap to DEPENDS Gnutls enabled by default(upstream) -> switched from openssl to gnutls Signed-off-by: Radu Moisan --- .../files/debian/add-icmp-return-codes.diff

[OE-core] [PATCH 2/2] diffutils: Upgrade to v3.3

2013-07-10 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../diffutils-3.2/obsolete_automake_macros.patch | 14 - .../diffutils/diffutils-3.2/remove-gets.patch | 22 meta/recipes-extended/diffutils/diffutils.inc |4 meta/recipes-extended/diffutils/diffutils_2.8.1.b

[OE-core] [PATCH 0/2] Package Upgrades

2013-07-10 Thread Radu Moisan
The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9: bitbake: hob: save button from settings called a nonexisting method (2013-07-03 08:13:35 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib rmoisan/branch-upgrades-last http:/

Re: [OE-core] [PATCH v8] systemd: added python-systemd package generation.

2013-07-10 Thread Yevhen Kyriukha
Ok, agree with you to have 2 recipes. But can you show me the way how to avoid building systemd twice (in systemd and python-systemd) while including python bindings in python-systemd. Best regards, Yevhen 2013/7/9 Burton, Ross : > On 5 July 2013 00:31, Yevhen Kyriukha wrote: >> +inherit gtk-doc

Re: [OE-core] [RFC][PATCH 2/4] package.bbclass: show warning when package is trying to provide already provided shlib

2013-07-10 Thread Martin Jansa
On Sun, Jul 07, 2013 at 01:13:05AM +0200, Martin Jansa wrote: > * move read_shlib_providers before registering package as provider > and don't change provider if it already exists, show warning instead > > [YOCTO #4628] > > Signed-off-by: Martin Jansa List of WARNINGs about multiple providers

[OE-core] [PATCH] nfs-utils: Add systemd support

2013-07-10 Thread Shakeel, Muhammad
From: Muhammad Shakeel - Adds systemd support in nfs-utils - Install 'sysv' related files only if distro has this feature Signed-off-by: Muhammad Shakeel --- .../nfs-utils/nfs-utils/nfs-utils.service | 16 +++ .../nfs-utils/nfs-utils_1.2.8.bb | 21 +++

Re: [OE-core] [PATCH 1/1] insane.bbclass: Added QA warning for shipping /usr/share/info/dir

2013-07-10 Thread Martin Jansa
On Mon, Jul 01, 2013 at 03:51:26PM +0100, Burton, Ross wrote: > On 1 July 2013 11:31, Mihai Prica wrote: > > /usr/share/info/dir should be generated at install time in a postinst. > > Added QA warning to check at build time for this file. The warning > > is disabled by default. > > Patch is good

[OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-10 Thread Enrico Scholz
Hi, is it expected that recent gcc 4.8[1] compiles the kernel correctly? Kernels for ARMv5 platforms (PXA168 -> 3.4.52, MX28 -> 3.8.13) fail here 100% at early boot with [0.404750] Unable to handle kernel paging request at virtual address 00210020 [0.412468] pgd = c0004000 [0.415187]

Re: [OE-core] [PATCH] cmake: fix configure error if system Qt installation is broken

2013-07-10 Thread Martin Jansa
On Thu, Jul 04, 2013 at 12:26:04PM +0100, Paul Eggleton wrote: > If the host Qt installation exists but is incomplete or the installed > qmake architecture doesn't match that of the Qt libraries, cmake was > failing at do_configure. cmake 2.8.10 failed silently here so we should > make 2.8.11 do th

[OE-core] [PATCH] rpcbind: Add systemd support

2013-07-10 Thread Shakeel, Muhammad
From: Muhammad Shakeel - Adds systemd support in rpcbind - Install 'sysv' related files only if distro has this feature - Set PR to 'r0' Signed-off-by: Muhammad Shakeel --- .../rpcbind/rpcbind/rpcbind.service| 13 ++ meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb

[OE-core] [PATCH] matchbox-wm: correct the SRC_URI and add checksums

2013-07-10 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../matchbox-wm/matchbox-wm_1.2.bb |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb index

Re: [OE-core] [PATCH 1/1] init-live.sh: allow users to choose the boot action

2013-07-10 Thread ChenQi
On 07/10/2013 04:32 PM, Tomas Frydrych wrote: Hi, On 10/07/13 08:12, qi.c...@windriver.com wrote: From: Chen Qi Previously, the boot action for live images was totally determined by the LABEL value in the boot parameters (/proc/cmdline). This behavior is not very convenient for users. The us

Re: [OE-core] [CONSOLIDATED PULL 00/59] Ready for Pull

2013-07-10 Thread Richard Purdie
On Tue, 2013-07-09 at 08:38 -0700, Saul Wold wrote: > Paul, Ross: > > This is the updated version with some additional patches dropped > Please ACK for RP > > > Richard: > > There is an additional patch from Bruce pending on Poky for the kenrel. > > I have included Robert's DESCRIPTION changes

Re: [OE-core] [PATCH 1/1] init-live.sh: allow users to choose the boot action

2013-07-10 Thread Tomas Frydrych
Hi, On 10/07/13 08:12, qi.c...@windriver.com wrote: > From: Chen Qi > > Previously, the boot action for live images was totally determined > by the LABEL value in the boot parameters (/proc/cmdline). > > This behavior is not very convenient for users. The user may just want > to drop to a shell

[OE-core] boost 1.54 compile fail

2013-07-10 Thread Yi Qingliang
Hello! after update poky to latest git version, I got failure when compiling boost: the main error is: (indeed, and too many warning!) | ./boost/atomic/atomic.hpp:202:16: error: 'uintptr_t' was not declared in this scope | typedef atomic atomic_uintptr_t; | ^ | ./boost/atomic/a

[OE-core] [PATCH 5/5] nss: fix incorrect shebang line of perl script

2013-07-10 Thread Hongxu Jia
Replace incorrect shebang line with `#!/usr/bin/perl'. Signed-off-by: Hongxu Jia --- .../files/nss-fix-incorrect-shebang-of-perl.patch | 110 + meta/recipes-support/nss/nss.inc | 1 + 2 files changed, 111 insertions(+) create mode 100644 meta/recipes-su

[OE-core] [PATCH 4/5] nss: create checksum files for the nss libraries

2013-07-10 Thread Hongxu Jia
Add checksum files required for the NSS softoken to operate in FIPS 140 mode. The shlibsign is invoked to sign the libraries, and it is built for the target architecture and doesn't support cross-compiling so far. Invoke shlibsign at target's first boot time to generate checksum files. https://de

[OE-core] [PATCH 2/5] packagegroup-core-lsb: add nss for LSB library check

2013-07-10 Thread Hongxu Jia
Add nss for LSB library check. ... Unable to find library libnss3.so Unable to find library libssl3.so ... [YOCTO 4096] Signed-off-by: Hongxu Jia --- meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/packagegro

[OE-core] [PATCH V2 0/5] add nss for LSB library check

2013-07-10 Thread Hongxu Jia
Change from V1: 1) Rename the title of patch 1/5 2) Use ${libdir} rather than ${base_libdir} as the lib location which references the nss in meta-browser. //Hongxu The following changes since commit dc86293f0444384e8ae5131fdd10b6cb077164b0: bitbake: HOB:Proper handle of SIGINT (2013-07-05 1

[OE-core] [PATCH 1/5] nspr: add native version

2013-07-10 Thread Hongxu Jia
It is required by nss-native. [YOCTO #4096] Signed-off-by: Hongxu Jia --- meta/recipes-support/nspr/nspr_4.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/nspr/nspr_4.10.bb b/meta/recipes-support/nspr/nspr_4.10.bb index 3936d67..fcecb95 100644 --- a/meta/recipe

[OE-core] [PATCH 3/5] nss: add version 3.15.1

2013-07-10 Thread Hongxu Jia
Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS 5, PKCS 7, PKCS 11, PKCS 12, S/MIME, X.509 v3 certificates, and other security st

[OE-core] [PATCH 0/1] init-live.sh: allow user to choose the boot action

2013-07-10 Thread Qi.Chen
From: Chen Qi The following changes since commit 4285e856aa073979bf046168a75188ccf5a1e7d4: lib/oeqa/runtime: add gcc test (2013-07-09 10:53:45 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/live-image-user-choice http://git.pokylinux.org/cgit.

[OE-core] [PATCH 1/1] init-live.sh: allow users to choose the boot action

2013-07-10 Thread Qi.Chen
From: Chen Qi Previously, the boot action for live images was totally determined by the LABEL value in the boot parameters (/proc/cmdline). This behavior is not very convenient for users. The user may just want to drop to a shell for troubleshooting the live image, or the user may want to try to