Re: [OE-core] [Angstrom-devel] Python library hashlib is missig hash-code.

2012-04-23 Thread Koen Kooi
Op 15 apr. 2012, om 16:35 heeft Koen Kooi het volgende geschreven: My theory is that this is caused by the openssl /usr changes, can anyone confirm or deny that? I dug into this. The breakage was recorded by buildhistory:

[OE-core] [PATCH 0/1 v2][PULL] Fix bug 2355

2012-04-23 Thread Dongxiao Xu
Hi Richard, This pull request is the second version to fix bug 2355, please help to review and pull. Changes from v1: Add an inherit for siteinfo.bbclass Thanks, Dongxiao The following changes since commit 00256125873ff6f1630743a712e882e5f473a9d2: self-hosted-image: Update poky revision to

[OE-core] [PATCH 1/1] qt4: move functions from python to shell style

2012-04-23 Thread Dongxiao Xu
In qt4's do_configure operation, it will refer to some variables that are derived from 'd', however these variable values may be not correct in multilib case since the extraction of these variables happens before the multilib handler. The fix is to move these python style functions back to shell

Re: [OE-core] [PATCH 0/1 v2][PULL] Fix bug 2355

2012-04-23 Thread Xu, Dongxiao
On Mon, 2012-04-23 at 16:53 +0800, Dongxiao Xu wrote: Hi Richard, This pull request is the second version to fix bug 2355, please help to review and pull. Richard, there are some issue inside. Please hold this change for a while. Thanks, Dongxiao Changes from v1: Add an inherit for

[OE-core] [PATCH 0/1] Bump PR for latest pseudo commit

2012-04-23 Thread Lianhao Lu
This patch is to bump PR for latest pseudo commit c6c701f424aeb502d20ff02d02712e56f4e259a5. The following changes since commit b19af63a201933038a044f29570710fe38365f28: Richard Purdie (1): self-hosted-image: Update poky revision to point at the 1.2 release branch are available in the

[OE-core] [PATCH 1/1] pseudo: PR bump.

2012-04-23 Thread Lianhao Lu
Bump PR value due to the commit c6c701f424aeb502d20ff02d02712e56f4e259a5. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-devtools/pseudo/pseudo_1.3.bb |2 +- meta/recipes-devtools/pseudo/pseudo_git.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH 0/1 v2][PULL] Fix bug 2355

2012-04-23 Thread Xu, Dongxiao
On Mon, 2012-04-23 at 17:45 +0800, Xu, Dongxiao wrote: On Mon, 2012-04-23 at 16:53 +0800, Dongxiao Xu wrote: Hi Richard, This pull request is the second version to fix bug 2355, please help to review and pull. Richard, there are some issue inside. Please hold this change for a

[OE-core] [PATCH] uclibc SDK not including libpthread_nonshared.a

2012-04-23 Thread Mark Norman
Modified the uclibc PACKAGES list order to ensure the uclibc-dev package is processed before uclibc-staticdev to allow *_nonshared.a libraries to be packaged in the uclibc-dev package. The *_nonshared.a libraries are required by the SDK. --- meta/recipes-core/uclibc/uclibc.inc |6 +++--- 1

Re: [OE-core] [Angstrom-devel] Python library hashlib is missig hash-code.

2012-04-23 Thread Koen Kooi
Op 23 apr. 2012, om 10:15 heeft Koen Kooi het volgende geschreven: Op 15 apr. 2012, om 16:35 heeft Koen Kooi het volgende geschreven: My theory is that this is caused by the openssl /usr changes, can anyone confirm or deny that? I dug into this. The breakage was recorded by

Re: [OE-core] [PATCH 1/5] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-23 Thread Darren Hart
On 04/17/2012 06:05 AM, Andreas Oberritter wrote: * depmod already gets executed by pkg_postinst_kernel-image. What if you install a module package after the initial system installation? Don't you want the module install to run depmod? -- Darren Signed-off-by: Andreas Oberritter

Re: [OE-core] [PATCH] bootimg.bbclass: Tweak iso images to become hybrid images

2012-04-23 Thread Darren Hart
On 04/19/2012 03:02 PM, Richard Purdie wrote: From: Damien Lespiau damien.lesp...@intel.com This allows iso images to be written to usb keys and booted on systems which have a BIOS which support this. There is no real down side to tweaking the iso images in this way. I like the idea, but

Re: [OE-core] [CONSOLIDATED PULL 43/43] kernel: Fix packaging issue

2012-04-23 Thread Darren Hart
On 04/20/2012 09:45 AM, Saul Wold wrote: Remove /etc since it is empty, when creating a machine that does not deliver any module config files, the /etc is empty and is then warned about not being shipped, so we remove it. This occurs in the routerstationpro with the following warning:

Re: [OE-core] [CONSOLIDATED PULL 29/43] package.bbclass: Ensure kernel modules get stripped

2012-04-23 Thread Darren Hart
On 04/20/2012 09:45 AM, Saul Wold wrote: From: Richard Purdie richard.pur...@linuxfoundation.org Kernel modules are not marked as executable but we do expect to strip them. This patch adds in missing code to ensure we do this. Without this images are getting sigificantly bloated in size.

Re: [OE-core] [PATCH 1/5] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-23 Thread Andreas Oberritter
On 23.04.2012 17:31, Darren Hart wrote: On 04/17/2012 06:05 AM, Andreas Oberritter wrote: * depmod already gets executed by pkg_postinst_kernel-image. What if you install a module package after the initial system installation? Don't you want the module install to run depmod? If you look

Re: [OE-core] [PATCH] bootimg.bbclass: Tweak iso images to become hybrid images

2012-04-23 Thread Otavio Salvador
On Mon, Apr 23, 2012 at 12:37, Darren Hart dvh...@linux.intel.com wrote: How many different systems and firmware has this been tested on? I think it is a worthwhile patch, but we should be aware of the above in case a regression is reported. In such an event, it seems a NO_ISO_HYBRID flag

Re: [OE-core] [PATCH 1/5] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-23 Thread Darren Hart
On 04/17/2012 06:05 AM, Andreas Oberritter wrote: * depmod already gets executed by pkg_postinst_kernel-image. Please include a description of the errors seen that this fixes. This makes it easier for people experiencing this to find the fix. Signed-off-by: Andreas Oberritter

Re: [OE-core] [PATCH 1/5] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-23 Thread Andreas Oberritter
On 23.04.2012 19:35, Darren Hart wrote: On 04/17/2012 06:05 AM, Andreas Oberritter wrote: * depmod already gets executed by pkg_postinst_kernel-image. Please include a description of the errors seen that this fixes. This makes it easier for people experiencing this to find the fix.

[OE-core] [PATCH 1/2] sanity.bbclass: add variable to disable the sanity checks

2012-04-23 Thread Joshua Lock
It's useful for Hob to be able to disable the sanity checks completely without marking them as passed so that the user can get into the GUI to configure their settings, etc. Add a variable, DISABLE_SANITY_CHECKS, to do so. Signed-off-by: Joshua Lock j...@linux.intel.com ---

[OE-core] [PATCH 0/2] Allow Hob to run with sanity checks disabled

2012-04-23 Thread Joshua Lock
Currently sanity check failures prevent Hob from launching, however we want users to be able to change the various sanity failure causing settings - such as proxy configuration - from the GUI. This change and a related set of changes to BitBake allow Hob to start with the sanity checks disabled

[OE-core] [PATCH 2/2] scripts/hob: disable sanity checks when launching

2012-04-23 Thread Joshua Lock
This enables us to use the GUI to change any settings which might cause sanity checks to fail, such as the proxy configuration. Signed-off-by: Joshua Lock j...@linux.intel.com --- scripts/hob |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/scripts/hob b/scripts/hob

[OE-core] [PATCH[ bitbake.conf: Add a STAGING_BASELIBDIR variable that recipes can use to find base_libdir

2012-04-23 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 911854b..56e3e4d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -340,6 +340,7 @@ STAGING_DATADIR_NATIVE =

[OE-core] [PATCH] python: Fix various contamination issues leading to broken/missing c modules

2012-04-23 Thread Richard Purdie
The move of libcrypto to /lib instead of /usr/lib has broken the _hashlib module compilation. There were also a number of other failing modules which should have been building correctly. This turned out partly to be the /lib issue but also due to a number of native paths creeping into compiler

[OE-core] [PATCHv2] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-23 Thread Andreas Oberritter
* depmod already gets executed by pkg_postinst_kernel-image. * If you build a module using module.bbclass, pkg_postinst returns 1 in do_rootfs, causing pkg_postinst to run again on first boot. To improve this situation, I copied pkg_postinst from kernel.bbclass to module.bbclass. This was

[OE-core] [PATCH 0/1]:gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-23 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com LSB Test Suite complain no library libgdk_pixbuf_xlib-2.0.so.0 \ because of having --without-x11 for gdk-pixbuf_2.24.1.bb. For passing lsb test I add PACKAGECONFIG support to the recipe and \ have poky-lsb turn on the poky-lsb distro for this recipe.

[OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-23 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com LSB Test Suite complain no library libgdk_pixbuf_xlib-2.0.so.0 \ because of having --without-x11 for gdk-pixbuf_2.24.1.bb. For passing lsb test I add PACKAGECONFIG support to the recipe and \ have poky-lsb turn on the poky-lsb distro for this recipe.

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-23 Thread Koen Kooi
Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven: From: Xiaofeng Yan xiaofeng@windriver.com LSB Test Suite complain no library libgdk_pixbuf_xlib-2.0.so.0 \ because of having --without-x11 for gdk-pixbuf_2.24.1.bb. For passing lsb test I add PACKAGECONFIG support to