Re: [OE-core] [oe-commits] Kang Kai : perl: update dependency creating script

2013-01-14 Thread Martin Jansa
On Mon, Jan 14, 2013 at 11:02:45AM +0800, Kang Kai wrote: On 2013年01月07日 20:29, Martin Jansa wrote: On Mon, Jan 07, 2013 at 11:36:03AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 35291c97edc05756788d206457c56dcc41edb637 URL:

[OE-core] [PATCH] Updated checkpkg task

2013-01-14 Thread Emilia Ciobanu
bitbake -c checkpkg fetches the latest version for all packages, including the ones from sourceforge and those that have ununsual package naming. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com --- meta/classes/distrodata.bbclass | 181

[OE-core] [PATCH V7 0/6] read-only rootfs support

2013-01-14 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The series of patches add support to read-only rootfs. The main idea is to use symbolic links to create the illuion that some directories are writable in case of a read-only rootfs. This set of patches have been tested on minimal images with and without

[OE-core] [PATCH V7 1/6] sysvinit: add ROOTFS_READ_ONLY variable to rcS-default

2013-01-14 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com This variable indicates whether the rootfs is intended to be read-only or not. Changing this value from 'no' to 'yes' on a currently running system with read-write rootfs and rebooting will give the user a working system with read-only rootfs. However, it is

[OE-core] [PATCH V7 2/6] image.bbclass: add a hook funtion to support readonly rootfs

2013-01-14 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs' is in IMAGE_FEATURES. It tweaks some basic files and makes populate- volatile.sh script run at rootfs time. [YOCTO #3406] Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH V7 4/6] initscripts: support read-only rootfs

2013-01-14 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com To support a read-only rootfs, we use symbolic links which point to volatile storage to create the illusion that some directories are writable. Improve populate-volatile.sh script to support read-only rootfs. Add two default config files specific to

[OE-core] [PATCH V7 6/6] volatile-conf-sato: add recipe

2013-01-14 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com This recipe provides a config file for core-image-sato. The config file is used to handle volatile storage in case of a read-only-rootfs image. Also, let core-image-sato.bb depend on this recipe. [YOCTO #3406] Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH V7 5/6] volatile-conf-minimal: add recipe

2013-01-14 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com This recipe provides a config file for core-image-minimal. This config file is used for volatile storage handling in case of a readonly rootfs. Also, let core-image-minimal depend on this recipe. [YOCTO #3406] Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH V7 3/6] core-image.bbclass: support read-only rootfs

2013-01-14 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The hook function is appended to ROOTFS_POSTPROCESS_COMMAND properly to support the 'read-only-rootfs' image feature. [YOCTO #3406] Signed-off-by: Chen Qi qi.c...@windriver.com --- meta/classes/core-image.bbclass |5 +++-- 1 file changed, 3

Re: [OE-core] [PATCH] Updated checkpkg task

2013-01-14 Thread Laurentiu Palcu
On 01/14/2013 10:25 AM, Emilia Ciobanu wrote: bitbake -c checkpkg fetches the latest version for all packages, including the ones from sourceforge and those that have ununsual package naming. Signed-off-by: Emilia Ciobanu emilia.maria.silvia.ciob...@intel.com ---

[OE-core] [PATCH v2] Updated checkpkg task

2013-01-14 Thread Emilia Ciobanu
bitbake -c checkpkg fetches the latest version for all packages, including the ones from sourceforge and those that have ununsual package naming. Also removed all pn-native/nativesdk-pn entries from the resulting checkpkg.csv file if the system already reported the latest version for pn.

Re: [OE-core] [oe-commits] Kang Kai : perl: update dependency creating script

2013-01-14 Thread Kang Kai
On 2013年01月14日 16:14, Martin Jansa wrote: On Mon, Jan 14, 2013 at 11:02:45AM +0800, Kang Kai wrote: On 2013年01月07日 20:29, Martin Jansa wrote: On Mon, Jan 07, 2013 at 11:36:03AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit:

Re: [OE-core] [PATCH] db: upgrade to 5.3.21

2013-01-14 Thread Iorga, Cristian
Hello, Checked RPM and SMART functionality. Works OK after db upgrade. It is ok to be merged. Regards, Cristian -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Iorga, Cristian Sent:

Re: [OE-core] [PATCH 00/21][RFC v3] systemd Integration

2013-01-14 Thread Radu Moisan
On 01/11/2013 07:45 PM, Saul Wold wrote: On 01/11/2013 07:12 AM, Radu Moisan wrote: On 01/10/2013 08:27 PM, Khem Raj wrote: On Thu, Jan 10, 2013 at 12:02 AM, Radu Moisan radu.moi...@intel.com wrote: On 01/09/2013 07:14 PM, Khem Raj wrote: On Tue, Jan 8, 2013 at 4:24 AM, Radu Moisan

[OE-core] [PATCH] oprofile: set correct kernel path

2013-01-14 Thread Bogdan Marinescu
oprofile's configure was always looking at the configuration of the host kernel, not the target kernel. This patch instructs oprofile to use the target kernel to configure itself. Signed-off-by: Bogdan Marinescu bogdan.a.marine...@intel.com --- meta/recipes-kernel/oprofile/oprofile.inc |4

Re: [OE-core] [PATCH 1/3] archive-*-source.bbclass: Use tasks instead of pre/post functions

2013-01-14 Thread Shakeel, Muhammad
All right. I am resending this patch with two commits in total. --Shakeel -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Tuesday, January 08, 2013 9:04 PM To: Shakeel, Muhammad Cc: Patches and discussions about

[OE-core] [PATCH 1/2 v2] archiver class: Use tasks with sstate instead of pre/post funcs

2013-01-14 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add tasks to move sources, script/logs and diff/env files in deploy directory. * Enable SSTATE for 'do_archive_scripts_logs' task * Enable SSTATE for 'do_dumpdata_create_diff_gz' task * SSTATE is not used for sources/patches archiver task

[OE-core] [PATCH 2/2 v2] archive-*-source.bbclass: Handle all package classes

2013-01-14 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com * Add archiver tasks correctly for any 'IMAGE_PKGTYPE'. [YOCTO #3449] Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com Signed-off-by: Noor Ahsan noor_ah...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com ---

[OE-core] [PATCH v2 1/6] gcc: add missing dependency (zlib)

2013-01-14 Thread Constantin Musca
- add zlib to DEPENDS (it fails otherwise) Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/recipes-devtools/gcc/gcc-4.7.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc

[OE-core] [PATCH v2 0/6] On-target multilib gcc enhacement

2013-01-14 Thread Constantin Musca
This patchset enables the user to build gcc with configurable multilib options. The following changes since commit 53cc748b93e8af584557d6db5309c3e955182c5c: linux-libc-headers: fix headers install in long path name environments (2013-01-10 23:53:51 +) are available in the git repository

[OE-core] [PATCH v2 2/6] gcc: remove the 64bithack patch

2013-01-14 Thread Constantin Musca
Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/recipes-devtools/gcc/gcc-4.7.inc | 1 - meta/recipes-devtools/gcc/gcc-4.7/64bithack.patch | 63 --- 2 files changed, 64 deletions(-) delete mode 100644

[OE-core] [PATCH v2 3/6] multilib.conf: add TARGET_ARCH to MULTILIB_SAVE_VARNAME

2013-01-14 Thread Constantin Musca
Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/conf/multilib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 97b53ec..daa569c 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf

[OE-core] [PATCH v2 4/6] gcc: enable multilib for target gcc

2013-01-14 Thread Constantin Musca
- add a task to setup multilib configuration for target gcc - this commit adapts Nitin Kamble's work to gcc 4.7 - gcc_multilib_setup creates the same patch for all gcc variants - use a hash for storing the multilib default options - use a hash for storing arch-dependent multilib options Tests:

[OE-core] [PATCH v2 5/6] tune-mips32: add BASE_LIB to mips32 tunes

2013-01-14 Thread Constantin Musca
Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/conf/machine/include/tune-mips32.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/conf/machine/include/tune-mips32.inc b/meta/conf/machine/include/tune-mips32.inc index 03cd411..ffbaecf 100644 ---

[OE-core] [PATCH v2 6/6] tune-ppc603e: add BASE_LIB

2013-01-14 Thread Constantin Musca
Signed-off-by: Constantin Musca constantinx.mu...@intel.com --- meta/conf/machine/include/tune-ppc603e.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/machine/include/tune-ppc603e.inc b/meta/conf/machine/include/tune-ppc603e.inc index 6557c1d..2cfd342 100644 ---

[OE-core] [PATCH] iproute2: upgrade to v3.7.0

2013-01-14 Thread Cristian Iorga
configure-cross patch is now simplified. sysroot is now properly set. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../iproute2/iproute2-3.5.1/configure-cross.patch | 77 .../iproute2/iproute2/configure-cross.patch| 32

[OE-core] [PATCH] busybox.inc: have the busybox-syslog postinstall run on host

2013-01-14 Thread Laurentiu Palcu
update-rc.d fails when executing the postinstall on host. That's because 'syslog' is renamed to 'syslog.busybox' and a 'syslog' link to it is made instead. However, on host, the link is not valid and update-rc.d will complain that the file does not exist. On target, this does not happen. So, this

Re: [OE-core] [PATCH] busybox.inc: have the busybox-syslog postinstall run on host

2013-01-14 Thread Martin Jansa
On Mon, Jan 14, 2013 at 06:39:29PM +0200, Laurentiu Palcu wrote: update-rc.d fails when executing the postinstall on host. That's because 'syslog' is renamed to 'syslog.busybox' and a 'syslog' link to it is made instead. However, on host, the link is not valid and update-rc.d will complain

Re: [OE-core] [PATCH 00/21][RFC v3] systemd Integration

2013-01-14 Thread Radu Moisan
On 01/12/2013 01:23 AM, Saul Wold wrote: On 01/08/2013 04:24 AM, Radu Moisan wrote: As Ross suggested I've done the following changes to the previous set: * added two patches (the first two) that address multiple init systems support,\ as in shifting from default hardcoded sysvinit to

Re: [OE-core] [PATCH 2/2 v2] archive-*-source.bbclass: Handle all package classes

2013-01-14 Thread Otavio Salvador
On Mon, Jan 14, 2013 at 11:48 AM, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com * Add archiver tasks correctly for any 'IMAGE_PKGTYPE'. [YOCTO #3449] Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com Signed-off-by: Noor

Re: [OE-core] [PATCH 3/4] cairo: Adds libxext in X11DEPENDS.

2013-01-14 Thread Saul Wold
On 01/04/2013 04:00 PM, Khem Raj wrote: From: Noor Ahsan noor_ah...@mentor.com * cairo was giving redefinition error of struct _XLinearGradient, struct _XCircle and struct _XRadialGradient. * cario now depends on libxext. Adding that dependency resolved above errors. * Verified it on P2020RDB.

Re: [OE-core] [PATCH 00/21][RFC v3] systemd Integration

2013-01-14 Thread Saul Wold
On 01/14/2013 09:16 AM, Radu Moisan wrote: On 01/12/2013 01:23 AM, Saul Wold wrote: On 01/08/2013 04:24 AM, Radu Moisan wrote: As Ross suggested I've done the following changes to the previous set: * added two patches (the first two) that address multiple init systems support,\ as in shifting

Re: [OE-core] [PATCH 3/4] cairo: Adds libxext in X11DEPENDS.

2013-01-14 Thread Khem Raj
On Mon, Jan 14, 2013 at 10:08 AM, Saul Wold s...@linux.intel.com wrote: This commit message does not fully state what's going on in the change below, as pointed out by Richard, you do not comment on the uclib change at all and what's the CAIRO_NO_MUTEX setting doing? The DEPENDS part is

Re: [OE-core] [PATCH 3/4] cairo: Adds libxext in X11DEPENDS.

2013-01-14 Thread Khem Raj
On Mon, Jan 14, 2013 at 11:14 AM, Khem Raj raj.k...@gmail.com wrote: On Mon, Jan 14, 2013 at 10:08 AM, Saul Wold s...@linux.intel.com wrote: This commit message does not fully state what's going on in the change below, as pointed out by Richard, you do not comment on the uclib change at all

Re: [OE-core] [PATCH V7 6/6] volatile-conf-sato: add recipe

2013-01-14 Thread ChenQi
I've got to apologize. This patch has a serious problem. The fact that the IMAGE_INSTALL statement was before the 'inherit' statement caused an override of IMAGE_INSTALL variable in image.bbclass, thus resulting a bunch of packaged not installed on target. A new patch will be sent soon.

[OE-core] [PATCH V7 6/6] volatile-conf-sato: add recipe

2013-01-14 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com This recipe provides a config file for core-image-sato. The config file is used to handle volatile storage in case of a read-only-rootfs image. Also, let core-image-sato.bb depend on this recipe. [YOCTO #3406] Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH 1/1] runqemu scripts: add support for booting an ISO image

2013-01-14 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Add support for booting an ISO image for runqemu scripts. [YOCTO #3710] Signed-off-by: Chen Qi qi.c...@windriver.com --- scripts/runqemu |6 ++ scripts/runqemu-internal |7 +++ 2 files changed, 13 insertions(+) diff --git

[OE-core] [PATCH 0/1] runqemu scripts: add support for booting an ISO image

2013-01-14 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 53cc748b93e8af584557d6db5309c3e955182c5c: linux-libc-headers: fix headers install in long path name environments (2013-01-10 23:53:51 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] core-image-minimal boot problem

2013-01-14 Thread Yi Qingliang
I have debugged the sysvinit, found that: the 30seconds is about close(fd) in function: void print(char *s) (src/init.c) and the close return 0. why close will hang for 30seconds? I asked in sysvinit-devel email list, no response. anyone can give some suggestion?

Re: [OE-core] image creation and deployment

2013-01-14 Thread Trevor Woerner
(sorry I don't have the original email around to which to reply...) For the past many years I have been accumulating various scripts which I have used to create the root filesystems for various embedded systems. These scripts create updates, generate artifacts for creating bootable CF cards, and

Re: [OE-core] [PATCH 1/1] replace portmap with rpcbind.

2013-01-14 Thread lei yang
Hi Rongqing, I just find rpcbind introduce some packages conflicts, both rpcbind and eglibc-utils provides rpcinfo. not sure who is responsible to fix this. Lei On Mon, Dec 24, 2012 at 9:02 AM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Rpcbind has more

Re: [OE-core] [PATCH v2 0/6] On-target multilib gcc enhacement

2013-01-14 Thread Saul Wold
On 01/14/2013 07:16 AM, Constantin Musca wrote: This patchset enables the user to build gcc with configurable multilib options. The following changes since commit 53cc748b93e8af584557d6db5309c3e955182c5c: linux-libc-headers: fix headers install in long path name environments (2013-01-10

Re: [OE-core] [PATCH 00/21][RFC v3] systemd Integration

2013-01-14 Thread Radu Moisan
On 01/14/2013 08:10 PM, Saul Wold wrote: On 01/14/2013 09:16 AM, Radu Moisan wrote: On 01/12/2013 01:23 AM, Saul Wold wrote: On 01/08/2013 04:24 AM, Radu Moisan wrote: As Ross suggested I've done the following changes to the previous set: * added two patches (the first two) that address