Re: [OE-core] [PATCH 1/1] bash: make job control really work

2011-11-02 Thread Cui, Dexuan
Richard Purdie wrote on 2011-11-01: > On Tue, 2011-11-01 at 16:05 +0800, Dexuan Cui wrote: >> It turns out 9393ff833f44570fd5f500bc9de6c72db94b0296 didn't really >> fix the bug. >> >> This patch is made and tested after I read the link below >> http://www.mail-archive.com/bug-bash@gnu.org/msg03107

[OE-core] [PATCH] libxslt: use Copyright in LIC_FILES_CHKSUM instead of COPYING

2011-11-02 Thread Martin Jansa
* COPYING is replaced by symlink to Copyright during do_configure (see configure.in), then we end with link to nonexistent file like this: OE om-gta02@shr ~/shr-core $ ll tmp/deploy/licenses/libxslt/ total 40 drwxr-xr-x 2 bitbake bitbake 4096 Nov 2 00:27 ./ drwxr-xr-x 818 bitbake bitbake 327

[OE-core] [PATCH] udev-164: Update init script to do an explicit add action

2011-11-02 Thread Kumar Gala
With udev 152 or greater the default action for 'udevadm trigger' was modified to be 'change' instead of 'add. To ensure initial coldplug events at boot are seen be scripts the are expecting them as 'add' events we invoke udevadm with an explicit '--action=add'. Signed-off-by: Kumar Gala --- me

[OE-core] [PATCH] lame: add SRC_URI checksums

2011-11-02 Thread Martin Jansa
--- meta/recipes-multimedia/lame/lame_3.98.4.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-multimedia/lame/lame_3.98.4.bb b/meta/recipes-multimedia/lame/lame_3.98.4.bb index 6e098c6..680ea48 100644 --- a/meta/recipes-multimedia/lame/lame_3.98.4.bb +++

Re: [OE-core] [Pull v3 0/4] Add User Fixes

2011-11-02 Thread Richard Purdie
On Tue, 2011-11-01 at 17:21 -0700, Saul Wold wrote: > Richard, > > Hope that third times the charm! > > Fixes 1699, additional commit comments, fixed whitespace. > > Sau! > > > The following changes since commit d0a2c87d068f2d769d47c8455bb1434b90a7a844: > > Fix HOMEPAGE values in libzypp an

Re: [OE-core] [PATCH] lame: add SRC_URI checksums

2011-11-02 Thread Richard Purdie
On Wed, 2011-11-02 at 09:11 +0100, Martin Jansa wrote: > --- > meta/recipes-multimedia/lame/lame_3.98.4.bb |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Merged to master, thanks. Richard ___ Openembedded-core mailing list Openembedde

Re: [OE-core] [PATCH] libxslt: use Copyright in LIC_FILES_CHKSUM instead of COPYING

2011-11-02 Thread Richard Purdie
On Wed, 2011-11-02 at 08:42 +0100, Martin Jansa wrote: > * COPYING is replaced by symlink to Copyright during do_configure > (see configure.in), then we end with link to nonexistent file like this: > > OE om-gta02@shr ~/shr-core $ ll tmp/deploy/licenses/libxslt/ > total 40 > drwxr-xr-x 2 bitba

Re: [OE-core] [Pull v2 2/4] xserver-nodm-init: Add xuser (hardcoded)

2011-11-02 Thread Richard Purdie
On Wed, 2011-11-02 at 08:11 +0200, Lauri Hintsala wrote: > Hi Saul, > > On 11/01/2011 11:44 PM, Saul Wold wrote: > > Signed-off-by: Saul Wold > > --- > > .../x11-common/xserver-nodm-init.bb| 30 > > +++ > > 1 files changed, 11 insertions(+), 19 deletions(-) >

Re: [OE-core] [PATCH] meta: glib-2.0: don't apply qsort_r test removable patch for native version

2011-11-02 Thread Martin Jansa
On Tue, Nov 01, 2011 at 11:08:10PM +0100, Simon Busch wrote: > On some buildhosts with an older version of native glib-2.0 installed (in > this case > 2.16.6) the qsort_r test removable patch leads to a compilation error: > > | ./.libs/libglib-2.0.so: undefined reference to `qsort_r' > | collect2

[OE-core] [PATCH 2/3] keymaps: use VIRTUAL-RUNTIME_kbd instead of console-tools directly

2011-11-02 Thread Martin Jansa
* nowadays kbd seems more active and it's available ie in meta-openembedded * other option is to move kbd from meta-openembedded to openembedded-core and changed DEPENDS Signed-off-by: Martin Jansa --- meta/recipes-bsp/keymaps/keymaps_1.0.bb |7 +-- 1 files changed, 5 insertions(+), 2

[OE-core] [PATCH 1/3] task-core-boot, keymaps: add another VIRTUAL-RUNTIME to allow distributions to use different set of initscripts or no initscripts at all

2011-11-02 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-bsp/keymaps/keymaps_1.0.bb |6 +- meta/recipes-core/tasks/task-core-boot.bb |6 -- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb index

[OE-core] [PATCH 3/3] task-core-x11: use VIRTUAL-RUNTIME variables for xserver_common and graphical_init_manager

2011-11-02 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-sato/tasks/task-core-x11.bb | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/meta/recipes-sato/tasks/task-core-x11.bb b/meta/recipes-sato/tasks/task-core-x11.bb index 26d550a..106bc0f 100644 --- a/meta/recipes-sato/tas

Re: [OE-core] [PATCH] meta: glib-2.0: don't apply qsort_r test removable patch for native version

2011-11-02 Thread Richard Purdie
On Tue, 2011-11-01 at 23:08 +0100, Simon Busch wrote: > On some buildhosts with an older version of native glib-2.0 installed (in > this case > 2.16.6) the qsort_r test removable patch leads to a compilation error: > > | ./.libs/libglib-2.0.so: undefined reference to `qsort_r' > | collect2: ld re

Re: [OE-core] [PATCH v3 01/16] libnl2: Fix a race on route/pktloc_syntax.h

2011-11-02 Thread Martin Jansa
On Tue, Oct 11, 2011 at 08:57:47PM +, McClintock Matthew-B29882 wrote: > On Tue, Oct 11, 2011 at 3:47 PM, Saul Wold wrote: > > On 09/30/2011 10:21 AM, Matthew McClintock wrote: > >> > >> From: Tom Rini > >> > >> At issue is that route/pktloc.c (not generated) depends on > >> route/pktloc_synta

Re: [OE-core] [PATCH 2/3] keymaps: use VIRTUAL-RUNTIME_kbd instead of console-tools directly

2011-11-02 Thread Koen Kooi
Op 2 nov. 2011, om 09:58 heeft Martin Jansa het volgende geschreven: > * nowadays kbd seems more active and it's available ie in meta-openembedded > * other option is to move kbd from meta-openembedded to > openembedded-core and changed DEPENDS Since I really dislike VIRTUAL_RUNTIME_*, let's mo

Re: [OE-core] [PATCH 1/1] bash: make job control really work

2011-11-02 Thread Richard Purdie
On Wed, 2011-11-02 at 15:10 +0800, Cui, Dexuan wrote: > Richard Purdie wrote on 2011-11-01: > > On Tue, 2011-11-01 at 16:05 +0800, Dexuan Cui wrote: > >> It turns out 9393ff833f44570fd5f500bc9de6c72db94b0296 didn't really > >> fix the bug. > >> > >> This patch is made and tested after I read the l

[OE-core] dbus broken again

2011-11-02 Thread Martin Jansa
After last attempt to fix dbus there is new issue I have talked with Richard on IRC already, but will repeat it here just to warn other dbus users. Updated list of available packages in /var/lib/opkg/lists/jama-om_gta02. Upgrading dbus-1 on root from 1.4.12-r2 to 1.4.12-r7... Downloading http://j

[OE-core] [PATCH] bash: Ensure we fully reautoconf the recipes so site data is used

2011-11-02 Thread Richard Purdie
This ensures bug 487 (missing job control functionality) really gets fixed. [YOCTO #487] Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index d55e517..876be1e 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/re

[OE-core] [PATCH] tslib: fix the bug with loading libts-1.0.so

2011-11-02 Thread Dmitry Cherukhin
Touchpad did not work in the qtdemoE if the library libts-1.0.so was not loaded manually using the LD_PRELOAD variable. This problem was fixed in the tslib mainline https://github.com/kergoth/tslib after the 1.0 release. We just import the patch. Signed-off-by: Dmitry Cherukhin --- .../tslib/0

[OE-core] [PATCH] libcense.bbclass: fix OpenSSL mapping [BUGID# 1712]

2011-11-02 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/classes/license.bbclass |2 +- .../recipes-connectivity/openssl/openssl_0.9.8r.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 3f93bf5..baf

[OE-core] [PATCH] image_types bbclass: use 4k bytes per inode so we don't run out of space immediately

2011-11-02 Thread Koen Kooi
genext2fs only creates the minimum number of inodes, after this patch it will scale with the rootfs size Signed-off-by: Koen Kooi --- meta/classes/image_types.bbclass | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/cl

Re: [OE-core] [PATCH] image_types bbclass: use 4k bytes per inode so we don't run out of space immediately

2011-11-02 Thread Koen Kooi
Op 2 nov. 2011, om 15:16 heeft Koen Kooi het volgende geschreven: > genext2fs only creates the minimum number of inodes, after this patch it will > scale with the rootfs size > > Signed-off-by: Koen Kooi The matching OE classic commit is: koen@dominion:/OE/org.openembedded.dev$ git show 1227

Re: [OE-core] [PATCH] image_types bbclass: use 4k bytes per inode so we don't run out of space immediately

2011-11-02 Thread Tom Rini
On Wed, Nov 2, 2011 at 7:16 AM, Koen Kooi wrote: > genext2fs only creates the minimum number of inodes, after this patch it will > scale with the rootfs size > > Signed-off-by: Koen Kooi Acked-by: Tom Rini -- Tom ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] Add new IMAGE_CLASSES variable for classes for image generation

2011-11-02 Thread McClintock Matthew-B29882
On Tue, Nov 1, 2011 at 7:56 PM, Saul Wold wrote: > Right I understood that part from before I think.  But why can't you have > > IMAGE_CLASSES ?= "image_types" > > and then in the local.conf override that with > > IMAGE_CLASSES = "image_types_uboot" > > since image_types_uboot inherits image_types

Re: [OE-core] [PATCH 1/1] bash: make job control really work

2011-11-02 Thread Cui, Dexuan
Richard Purdie wrote on 2011-11-02: > On Wed, 2011-11-02 at 15:10 +0800, Cui, Dexuan wrote: >> Richard Purdie wrote on 2011-11-01: >>> On Tue, 2011-11-01 at 16:05 +0800, Dexuan Cui wrote: > I had a go at this problem myself and it took a bit of figuring out. > The problem is that bash ships "config

[OE-core] [PATCH v2] Add new IMAGE_CLASSES variable for classes for image generation

2011-11-02 Thread Matthew McClintock
Allows us to import classes only for images and not to the global namespace Signed-off-by: Matthew McClintock --- Change IMAGE_CLASSES definition to use ?= instead of = so it's clear we want to override this variable. This worked before because the value in my distro.conf file overwrote this valu

Re: [OE-core] [PATCH v3 01/16] libnl2: Fix a race on route/pktloc_syntax.h

2011-11-02 Thread McClintock Matthew-B29882
On Wed, Nov 2, 2011 at 4:16 AM, Martin Jansa wrote: > On Tue, Oct 11, 2011 at 08:57:47PM +, McClintock Matthew-B29882 wrote: >> On Tue, Oct 11, 2011 at 3:47 PM, Saul Wold wrote: >> > On 09/30/2011 10:21 AM, Matthew McClintock wrote: >> >> >> >> From: Tom Rini >> >> >> >> At issue is that rout

[OE-core] [PATCH 0/1] distro tracking updates for some recipes

2011-11-02 Thread Scott Garman
Hello, Now that the date formatting is normalized in the distro tracking file, here are updates for the recipes that I recently updated: sudo, mtools, grep, and openssh. The following changes since commit 37579d7d74d127c90c1e078d05c5bf4ba0b3f755: meta: glib-2.0: don't apply qsort_r test remova

[OE-core] [PATCH 1/1] distro_tracking_fields: updates for sudo, mtools, grep, and openssh

2011-11-02 Thread Scott Garman
Signed-off-by: Scott Garman --- .../conf/distro/include/distro_tracking_fields.inc | 32 ++-- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 998eabf

Re: [OE-core] how to set time zone

2011-11-02 Thread Andrea Adami
On Mon, Oct 31, 2011 at 1:44 AM, Ni Qingliang wrote: > I'd like the 'system level configuration' solution. > > the /etc/localtime/ link can be done when packaging rootfs (using the > system level configuration). > > On Fri, 2011-10-28 at 22:43 +0800, Mark Hatle wrote: > > Setting the default TZ fo

Re: [OE-core] [Pull v2 3/4] connman: create xuser

2011-11-02 Thread Otavio Salvador
On Tue, Nov 1, 2011 at 19:44, Saul Wold wrote: > We create xuser here as a backup incase that xerver-nodm-init > is not on the system. This is wrong. If xserver-nodm-init (btw, there's a typo on the commit message) is not in the image user is suppose to know what he/she is doing so we shouldn't a

Re: [OE-core] how to set time zone

2011-11-02 Thread Mark Hatle
On 11/2/11 12:32 PM, Andrea Adami wrote: > On Mon, Oct 31, 2011 at 1:44 AM, Ni Qingliang > wrote: > > I'd like the 'system level configuration' solution. > > the /etc/localtime/ link can be done when packaging rootfs (using the > system level config

[OE-core] [PATCH 0/1] Uprev to pseudo 1.2

2011-11-02 Thread Mark Hatle
Uprev to pseudo 1.2. This was heavily tested by building oe-core with numerous image configurations. Each configuration generated the same image before and after the change from the current to new version of pseudo. The primary purpose of this change is to enable the PSEUDO_UNLOAD functionali

[OE-core] [PATCH 1/1] pseudo: Uprev pseudo to version 1.2

2011-11-02 Thread Mark Hatle
This adds a new feature, PSEUDO_UNLOAD, which can be used to eliminate overhead of LD_PRELOAD when no longer necessary. Also the, clone(2), support on Linux has been updated to resolve some potential defects in the previous implementation. Signed-off-by: Mark Hatle --- .../conf/distro/include/d

Re: [OE-core] [PATCH 0/1] Uprev to pseudo 1.2

2011-11-02 Thread Martin Jansa
On Wed, Nov 02, 2011 at 04:11:57PM -0500, Mark Hatle wrote: > Uprev to pseudo 1.2. > > This was heavily tested by building oe-core with numerous image > configurations. Each configuration generated the same image before and > after the change from the current to new version of pseudo. > > The

Re: [OE-core] [PATCH 0/1] Uprev to pseudo 1.2

2011-11-02 Thread Mark Hatle
On 11/2/11 4:22 PM, Martin Jansa wrote: > On Wed, Nov 02, 2011 at 04:11:57PM -0500, Mark Hatle wrote: >> Uprev to pseudo 1.2. >> >> This was heavily tested by building oe-core with numerous image >> configurations. Each configuration generated the same image before and >> after the change from t

Re: [OE-core] [PATCH 0/1] Uprev to pseudo 1.2

2011-11-02 Thread Martin Jansa
On Wed, Nov 02, 2011 at 04:39:42PM -0500, Mark Hatle wrote: > On 11/2/11 4:22 PM, Martin Jansa wrote: > > On Wed, Nov 02, 2011 at 04:11:57PM -0500, Mark Hatle wrote: > >> Uprev to pseudo 1.2. > >> > >> This was heavily tested by building oe-core with numerous image > >> configurations. Each confi

Re: [OE-core] [PATCH 0/1] Uprev to pseudo 1.2

2011-11-02 Thread Mark Hatle
On 11/2/11 5:11 PM, Martin Jansa wrote: > On Wed, Nov 02, 2011 at 04:39:42PM -0500, Mark Hatle wrote: >> On 11/2/11 4:22 PM, Martin Jansa wrote: >>> On Wed, Nov 02, 2011 at 04:11:57PM -0500, Mark Hatle wrote: Uprev to pseudo 1.2. This was heavily tested by building oe-core with numer

Re: [OE-core] [PATCH 0/1] Uprev to pseudo 1.2

2011-11-02 Thread Martin Jansa
On Wed, Nov 02, 2011 at 05:31:59PM -0500, Mark Hatle wrote: > On 11/2/11 5:11 PM, Martin Jansa wrote: > > On Wed, Nov 02, 2011 at 04:39:42PM -0500, Mark Hatle wrote: > >> On 11/2/11 4:22 PM, Martin Jansa wrote: > >>> On Wed, Nov 02, 2011 at 04:11:57PM -0500, Mark Hatle wrote: > Uprev to pseudo

[OE-core] [PATCH] python: improve packaging

2011-11-02 Thread Martin Jansa
* move 2to3 to separate package and include lib2to3 (was in python-misc) * fix pattern for python-unittest (was in python-misc because it's in subdirectory now) * add pydoc_data to python-pydoc (was in python-misc) * add more stuff to smtpd, audio, codecs, ctypes, html, io, json, mime, pickle, s

Re: [OE-core] [Pull v2 3/4] connman: create xuser

2011-11-02 Thread Saul Wold
On 11/02/2011 11:54 AM, Otavio Salvador wrote: On Tue, Nov 1, 2011 at 19:44, Saul Wold wrote: We create xuser here as a backup incase that xerver-nodm-init is not on the system. This is wrong. If xserver-nodm-init (btw, there's a typo on the commit message) is not in the image user is suppose

Re: [OE-core] [Pull v2 3/4] connman: create xuser

2011-11-02 Thread Otavio Salvador
On Wed, Nov 2, 2011 at 21:23, Saul Wold wrote: > On 11/02/2011 11:54 AM, Otavio Salvador wrote: >> >> On Tue, Nov 1, 2011 at 19:44, Saul Wold  wrote: >>> >>> We create xuser here as a backup incase that xerver-nodm-init >>> is not on the system. >> >> This is wrong. If xserver-nodm-init (btw, ther

Re: [OE-core] how to set time zone

2011-11-02 Thread Ni Qingliang
maybe we can do the link in system booting, use the variable "TZ" to create the symlink /etc/localtime, just like archlinux. e.g. providing one script in /etc/rcS.d/ to create the symlink. On Thu, 2011-11-03 at 03:15 +0800, Mark Hatle wrote: > On 11/2/11 12:32 PM, Andrea Adami wrote: > > On Mon, O

Re: [OE-core] how to set time zone

2011-11-02 Thread Otavio Salvador
On Wed, Nov 2, 2011 at 22:47, Ni Qingliang wrote: > maybe we can do the link in system booting, use the variable "TZ" to > create the symlink /etc/localtime, just like archlinux. > e.g. providing one script in /etc/rcS.d/ to create the symlink. This ought to be done by image IMO; so a kind of pos

Re: [OE-core] how to set time zone

2011-11-02 Thread Ni Qingliang
what is "IMO"? On Thu, 2011-11-03 at 09:19 +0800, Otavio Salvador wrote: > On Wed, Nov 2, 2011 at 22:47, Ni Qingliang wrote: > > maybe we can do the link in system booting, use the variable "TZ" to > > create the symlink /etc/localtime, just like archlinux. > > e.g. providing one script in /etc/r

Re: [OE-core] [PATCH 0/1] Uprev to pseudo 1.2

2011-11-02 Thread Mark Hatle
On 11/2/11 5:47 PM, Martin Jansa wrote: > On Wed, Nov 02, 2011 at 05:31:59PM -0500, Mark Hatle wrote: >> On 11/2/11 5:11 PM, Martin Jansa wrote: >>> On Wed, Nov 02, 2011 at 04:39:42PM -0500, Mark Hatle wrote: On 11/2/11 4:22 PM, Martin Jansa wrote: > On Wed, Nov 02, 2011 at 04:11:57PM -050

Re: [OE-core] how to set time zone

2011-11-02 Thread Philip Balister
On 11/02/2011 09:35 PM, Ni Qingliang wrote: > what is "IMO"? "In my opinion" See http://www.internetslang.com/ I'm not suggesting reading the entire thing and using the slang in email though :) Philip > > On Thu, 2011-11-03 at 09:19 +0800, Otavio Salvador wrote: >> On Wed, Nov 2, 2011 at 22:

Re: [OE-core] how to set time zone

2011-11-02 Thread Ni Qingliang
thanks! :) On Thu, 2011-11-03 at 09:58 +0800, Philip Balister wrote: > On 11/02/2011 09:35 PM, Ni Qingliang wrote: > > what is "IMO"? > > "In my opinion" > > See http://www.internetslang.com/ > > I'm not suggesting reading the entire thing and using the slang in email > though :) > > Philip >