Re: [OE-core] [PATCH 0/2] switch to using busybox instead of tinylogin

2013-05-27 Thread ChenQi
On 05/28/2013 02:25 PM, Jonathan Liu wrote: On 28 May 2013 15:39, > wrote: From: Chen Qi mailto:qi.c...@windriver.com>> The following changes since commit 21089515bd18ba18e86ec8f72ff8141b9fb1dea8: ref-manual: Added xmlto and dblatex packages for

Re: [OE-core] [PATCH 0/2] switch to using busybox instead of tinylogin

2013-05-27 Thread Jonathan Liu
On 28 May 2013 15:39, wrote: > From: Chen Qi > > The following changes since commit > 21089515bd18ba18e86ec8f72ff8141b9fb1dea8: > > ref-manual: Added xmlto and dblatex packages for docs (2013-05-22 > 17:23:41 +0100) > > are available in the git repository at: > > git://git.pokylinux.org/poky

Re: [OE-core] [PATCH 2/2] busybox: enable login/password commands by default

2013-05-27 Thread Otavio Salvador
On Tue, May 28, 2013 at 2:39 AM, wrote: > From: Chen Qi > > As we switch to using busybox as the default login manager, we here > modify the defconfig file of busybox to enable the commands that > were previously provided by tinylogin. > > These commands are: addgroup, adduser, delgroup, deluser

[OE-core] [PATCH 1/2] packagegroup-core-boot: use busybox as the default login manager

2013-05-27 Thread Qi.Chen
From: Chen Qi tinylogin has been deprecated and the functionality ported into busybox. So we switch to using busybox instead of tinylogin. [YOCTO #4207] Signed-off-by: Chen Qi --- .../packagegroups/packagegroup-core-boot.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 2/2] busybox: enable login/password commands by default

2013-05-27 Thread Qi.Chen
From: Chen Qi As we switch to using busybox as the default login manager, we here modify the defconfig file of busybox to enable the commands that were previously provided by tinylogin. These commands are: addgroup, adduser, delgroup, deluser, login, su, getty, sulogin, passwd and vlock. [YOCTO

[OE-core] [PATCH 0/2] switch to using busybox instead of tinylogin

2013-05-27 Thread Qi.Chen
From: Chen Qi The following changes since commit 21089515bd18ba18e86ec8f72ff8141b9fb1dea8: ref-manual: Added xmlto and dblatex packages for docs (2013-05-22 17:23:41 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/tinylogin-busybox http://git.p

Re: [OE-core] [PATCH] base-files:fix the command line wrap around issue

2013-05-27 Thread Zongchun YU
It seems that setting it in environment is a workaround for the real issue. Can't the same be accomplished changing busybox settings? Can you explain your idea in detail? Do you mean changing the setting of “resize” in busybox or other? Thank you very much! Best Regards Zongchun 发件人: ota

Re: [OE-core] [PATCH] base-files:fix the command line wrap around issue

2013-05-27 Thread Otavio Salvador
On Mon, May 27, 2013 at 11:51 PM, Zongchun YU wrote: > Hello Ross. > > ** ** > > Do you have any other comments about this patch? > It seems that setting it in environment is a workaround for the real issue. Can't the same be accomplished changing busybox settings? -- Otavio Salvador

Re: [OE-core] [PATCH] base-files:fix the command line wrap around issue

2013-05-27 Thread Zongchun YU
Hello Ross. Do you have any other comments about this patch? Thank you! Best Regards Zongchun ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] binutils: add two AArch64 related backports to 2.23.2

2013-05-27 Thread Khem Raj
On May 27, 2013, at 7:49 AM, Marcin Juszkiewicz wrote: > Update required to pass "movi" related build errors when gcc-4.8 is > used. > > libgcrypt, slang, mysql5 were failing like this: > > | {standard input}: Assembler messages: > | {standard input}:316: Error: immediate value out of range 0

Re: [OE-core] [PATCH] gcc 4.8: use /lib/ for AArch64

2013-05-27 Thread Khem Raj
On May 27, 2013, at 7:40 AM, Marcin Juszkiewicz wrote: > Signed-off-by: Marcin Juszkiewicz > --- > meta/recipes-devtools/gcc/gcc-4.8.inc | 1 + > .../gcc/gcc-4.8/use-lib-for-aarch64.patch | 23 ++ > 2 files changed, 24 insertions(+) > create mode 100644

Re: [OE-core] [PATCH 0/7] Package Upgrades

2013-05-27 Thread Saul Wold
On 05/24/2013 06:18 PM, Ionut Radu wrote: test: I've tested patches with autobuilder on all 5 architectures (nightly-x86, nightly-x86-64, nightly-arm, nightly-ppc, nightly-mips). A have also tested locally on all architectures and verified that all images successfully build and graphics is correc

[OE-core] [PATCH] binutils: add two AArch64 related backports to 2.23.2

2013-05-27 Thread Marcin Juszkiewicz
Update required to pass "movi" related build errors when gcc-4.8 is used. libgcrypt, slang, mysql5 were failing like this: | {standard input}: Assembler messages: | {standard input}:316: Error: immediate value out of range 0 to 255 at operand 2 -- `movi v3.8b,-106' | {standard input}:348: Error:

[OE-core] [PATCH] gcc 4.8: use /lib/ for AArch64

2013-05-27 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz --- meta/recipes-devtools/gcc/gcc-4.8.inc | 1 + .../gcc/gcc-4.8/use-lib-for-aarch64.patch | 23 ++ 2 files changed, 24 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-4.8/use-lib-for-aarch64.patch diff

[OE-core] [PATCH 3/3] autogen-native: upgraded to 5.17.4

2013-05-27 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- ...en-native_5.17.3.bb => autogen-native_5.17.4.bb} |4 ++-- meta/recipes-devtools/autogen/files/guile.patch | 19 +-- 2 files changed, 11 insertions(+), 12 deletions(-) rename meta/recipes-devtools/autogen/{autogen-native_5.17.3.bb =

[OE-core] [PATCH 2/3] python-dbus: upgraded to 1.2.0

2013-05-27 Thread Bogdan Marinescu
The license itself didn't modify, just some comments regarding the license. Signed-off-by: Bogdan Marinescu --- .../python-dbus-1.1.1/obsolete_automake_macros.patch | 14 -- .../{python-dbus_1.1.1.bb => python-dbus_1.2.0.bb} |8 +++- 2 files changed, 3 insertions(

[OE-core] [PATCH 1/3] git: upgraded to 1.8.3

2013-05-27 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- meta/recipes-devtools/git/{git_1.8.2.2.bb => git_1.8.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.8.2.2.bb => git_1.8.3.bb} (67%) diff --git a/meta/recipes-devtools/git/git_1.8.2.2.bb b/meta/recip

[OE-core] [PATCH 0/3] multiple package upgrades

2013-05-27 Thread Bogdan Marinescu
Upgrades for git, python-dbus and autogen-native. The following changes since commit 676fd3f394a0c0576b63c77ed2184bf5f42c29b6: dropbear: a fix for hang in dropbearkey, built for x32 (2013-05-24 14:14:49 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib

Re: [OE-core] [oe] [RFC] Layers, PRINC and bbappends

2013-05-27 Thread Paul Barker
On 23 May 2013 03:50, Chris Larson wrote: > On Wed, May 22, 2013 at 3:14 AM, Phil Blundell wrote: >> >> On Wed, 2013-05-22 at 09:47 +0100, Paul Barker wrote: >> > I've just sent a patch to the yocto@ list to fix this but it's brought >> > up two things: >> > >> > 1) In openembedded-core/meta/clas

Re: [OE-core] [oe] State of bitbake world

2013-05-27 Thread Paul Barker
On 16 May 2013 11:36, Paul Barker wrote: > On 16 May 2013 08:52, Martin Jansa wrote: >> >> >> meta-openembedded/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.7.2.bb, >> do_compile >> > > Cause of failure is: > > | ipsec_doi.c: In function 'get_proppair': > | ipsec_doi.c:1321:24: e

[OE-core] [PATCH] gdb-cross-canadian: use correct exec-prefix path for python

2013-05-27 Thread Samuli Piippo
Incorrect exec-prefix path was given to gdb which leads to gdb startup failure when SDK is not installed to its original destination. Gdb relocates the exec-prefix path, so it will work for SDKs that are installed to different location. PYTHONHOME env in no longer neeeded for gdb. [YOCTO #3839] --

Re: [OE-core] [PATCH] flex: updated to 2.5.37

2013-05-27 Thread Marinescu, Bogdan A
On Sun, May 12, 2013 at 10:32 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2013-05-10 at 12:00 +0100, Burton, Ross wrote: > > On 10 May 2013 11:50, Phil Blundell wrote: > > > Or you could replace the shell wrapper that create_wrapper() currently > > > generates with e