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

2013-07-10 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com 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 image. This patch adds a

[OE-core] [PATCH V2 0/1] image.bbclass: add a method for image level user/group configuration

2013-07-10 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 80b263430453896189b704d0997943642eec6fef: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:08 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-07-10 Thread Robert Yang
On 07/06/2013 10:49 PM, Jonathan Liu wrote: On 14/05/2013 3:32 PM, Robert Yang wrote: On 05/13/2013 09:22 PM, Jonathan Liu wrote: On 13/05/2013 8:50 PM, Robert Yang wrote: On 05/13/2013 05:50 PM, Jonathan Liu wrote: On 13/05/2013 7:23 PM, Robert Yang wrote: Hi Jonathan Liu, What's

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

2013-07-10 Thread ChenQi
On 07/09/2013 07:20 AM, Saul Wold wrote: On 07/04/2013 11:07 PM, qi.c...@windriver.com wrote: Since this gets run every time for image creation, we can be sure an image won't be using someform of login, so finding login.defs might not be the best thing to do. take the poky.tiny example and

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

2013-07-10 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com 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

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

2013-07-10 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com 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

[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

[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 hongxu@windriver.com --- meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[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

[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 hongxu@windriver.com --- 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

[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 hongxu@windriver.com --- .../files/nss-fix-incorrect-shebang-of-perl.patch | 110 + meta/recipes-support/nss/nss.inc | 1 + 2 files changed, 111 insertions(+) create

[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.

[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 atomicuintptr_t atomic_uintptr_t; | ^ |

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 qi.c...@windriver.com 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

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, along

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 qi.c...@windriver.com 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

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

2013-07-10 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../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

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

2013-07-10 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Adds systemd support in rpcbind - Install 'sysv' related files only if distro has this feature - Set PR to 'r0' Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../rpcbind/rpcbind/rpcbind.service| 13

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 the

[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 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 mihai.pr...@intel.com 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.

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

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

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 martin.ja...@gmail.com List of WARNINGs about

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 ross.bur...@intel.com: On 5 July 2013 00:31, Yevhen Kyriukha

[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

[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 radu.moi...@intel.com ---

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

2013-07-10 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../diffutils-3.2/obsolete_automake_macros.patch | 14 - .../diffutils/diffutils-3.2/remove-gets.patch | 22 meta/recipes-extended/diffutils/diffutils.inc |4

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

2013-07-10 Thread Enrico Scholz
Enrico Scholz enrico.scholz-wttK6gPy29v+Hn7q9Vec/7nah6klm...@public.gmane.org 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

[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 martin.ja...@gmail.com --- 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

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 martin.ja...@gmail.com --- scripts/test-dependencies.sh | 253 +++ 1 file changed, 253 insertions(+) create mode 100755 scripts/test-dependencies.sh Build

[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 own

[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 cristian.io...@intel.com --- .../libogg/libogg-1.3.0/obsolete_automake_macros.patch | 14 -- .../libogg/{libogg_1.3.0.bb

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 enrico.scholz-wttK6gPy29v+Hn7q9Vec/7nah6klm...@public.gmane.org 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

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 enrico.scholz-wttK6gPy29v+Hn7q9Vec/7nah6klm...@public.gmane.org writes: is it expected that recent gcc 4.8[1] compiles the kernel correctly? Kernels for ARMv5 platforms (PXA168 - 3.4.52, MX28

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 enrico.sch...@sigma-chemnitz.de wrote: Enrico Scholz enrico.scholz-wttK6gPy29v+Hn7q9Vec/7nah6klm...@public.gmane.org writes: is it expected that recent gcc 4.8[1] compiles the kernel correctly? Kernels for ARMv5 platforms (PXA168 - 3.4.52, MX28

[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 emilia.maria.silvia.ciob...@intel.com --- .../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

[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 emilia.maria.silvia.ciob...@intel.com --- .../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

[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:

[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 emilia.maria.silvia.ciob...@intel.com --- .../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

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 emilia.maria.silvia.ciob...@intel.com --- .../docbook-sgml-dtd-4.1-native.bb |1 + 1 file changed, 1 insertion(+) diff --git

[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 stefanx.stana...@intel.com --- meta/lib/oeqa/utils/qemurunner.py | 7

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

2013-07-10 Thread Enrico Scholz
Saul Wold sgw-VuQAYsv1563Yd54FQh9/c...@public.gmane.org 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

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 enrico.sch...@sigma-chemnitz.de wrote: Bruce Ashfield bruce.ashfield-re5jqeeqqe8avxtiumw...@public.gmane.org writes: Applying two upstream kernel commits 455bd4c430b0c0a361f38e8658a0d6cb469942b5 (ARM: 7668/1: fix memset-related crashes caused

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 jackie.hu...@windriver.com Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- .../matchbox-wm/matchbox-wm_1.2.bb |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

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 muhammad_shak...@mentor.com - Adds systemd support in rpcbind - Install 'sysv' related files only if distro has this feature - Set PR to 'r0' Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

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 that

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 have one

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 emilia.maria.silvia.ciob...@intel.com --- .../docbook-sgml-dtd-4.1-native.bb |1 + 1 file changed, 1 insertion(+) diff --git

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 e...@felipetonello.com 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

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 qi.c...@windriver.com 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

[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 o...@opendreambox.org --- 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

[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 o...@opendreambox.org --- meta/recipes-qt/qt4/qt4.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4.inc

[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 o...@opendreambox.org --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)

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 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:

[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 kai.k...@windriver.com --- meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

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 qi.c...@windriver.com 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

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 enrico.scholz-wttK6gPy29v+Hn7q9Vec/7nah6klm...@public.gmane.org writes: is it expected that recent gcc 4.8[1] compiles the kernel correctly? Kernels