[OE-core] [PATCH 2/5] gnupg: Fix for multilib

2012-02-28 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com Signed-off-by: Zhai Edwin edwin.z...@intel.com --- meta/recipes-support/gnupg/gnupg_2.0.18.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/gnupg/gnupg_2.0.18.bb b/meta/recipes-support/gnupg/gnupg_2.0.18.bb

[OE-core] [PATCH 3/5] libskba: Fix for multilib

2012-02-28 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com Signed-off-by: Zhai Edwin edwin.z...@intel.com --- meta/recipes-support/libksba/libksba_1.2.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/libksba/libksba_1.2.0.bb

[OE-core] [PATCH 0/5] Fixes for multilib, qemugl and vte

2012-02-28 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com All, These are patches to fix bugs and multilib on latest master. Pls. pull. Thanks, Edwin The following changes since commit 927bec5f72230be4f2452d9ef5a747b2c00cb781: bitbake.conf: Create a new filter variable BB_HASHCONFIG_WHITELIST (2012-02-27

[OE-core] [PATCH 4/5] qemugl: Fix gl apps failure on qemu-x86-64

2012-02-28 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com Extend commit 028968 to qemu x86-64, where stack disorder happen due to register handling via push/pop. [YOCTO #1927] fixed Signed-off-by: Zhai Edwin edwin.z...@intel.com --- .../mesa/qemugl/call_opengl_fix.patch | 40 +++-

[OE-core] [PATCH 5/5] self-hosted: Fix multiple libx11 error

2012-02-28 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com Self-hosted needs package libx11-dev, which is ambiguous as virtual/libx11 is provided by libx11 or libx11-trim. This patch explictly set the perferred one, libx11-trim-dev, to avoid this. Signed-off-by: Zhai Edwin edwin.z...@intel.com ---

Re: [OE-core] [PATCH 3/3] vte: fix scroll issue

2012-02-28 Thread Zhai, Edwin
On Wed, Feb 22, 2012 at 11:03:01PM +, Richard Purdie wrote: On Wed, 2012-02-22 at 13:33 +0800, edwin.z...@intel.com wrote: From: Zhai Edwin edwin.z...@intel.com On qemu x86-64, scrollbar in vte got broken with one commit to change the way of emiting changed signal. This patch

[OE-core] [PATCH 1/5] vte: fix scroll issue

2012-02-28 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com On qemu x86-64, scrollbar in vte got broken with one commit to change the way of emiting changed signal. This patch revert it as work around. [YOCTO #1906] got fixed. Signed-off-by: Zhai Edwin edwin.z...@intel.com --- meta/recipes-support/vte/vte.inc

Re: [OE-core] [PATCH v2] qt4.inc: depend on tiff

2012-02-28 Thread Otavio Salvador
On Tue, Feb 28, 2012 at 03:50, Martin Jansa martin.ja...@gmail.com wrote: Not really; let's say if you had done a typo on the depends list it would be unnoticed in autobuilders and commited onto master. I see your point, but OEBasicHash will notice new dependency and then it will be rebuild

Re: [OE-core] [PATCH v2] qt4.inc: depend on tiff

2012-02-28 Thread Martin Jansa
On Tue, Feb 28, 2012 at 09:16:51AM -0300, Otavio Salvador wrote: On Tue, Feb 28, 2012 at 03:50, Martin Jansa martin.ja...@gmail.com wrote: Not really; let's say if you had done a typo on the depends list it would be unnoticed in autobuilders and commited onto master. I see your point, but

Re: [OE-core] [oe-commits] Yi Zhao : lsbtest: Add recipe for LSB tests and automate test

2012-02-28 Thread Martin Jansa
On Tue, Feb 28, 2012 at 12:24:16PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: b9ef6b8022a40bab83e8eb29e5fcde0886cf2988 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=b9ef6b8022a40bab83e8eb29e5fcde0886cf2988 Author:

Re: [OE-core] [PATCH] tcl 8.5.11: fix packaging

2012-02-28 Thread Koen Kooi
Op 28 feb. 2012, om 14:22 heeft Richard Purdie het volgende geschreven: On Tue, 2012-02-28 at 08:58 +0100, Koen Kooi wrote: Include /usr/lib/tcl8 for the msgcat and test module, force dependency on tcl-lib since shlibs isn't picking it up. Signed-off-by: Koen Kooi

Re: [OE-core] [PATCH] tcl 8.5.11: fix packaging

2012-02-28 Thread Richard Purdie
On Tue, 2012-02-28 at 08:58 +0100, Koen Kooi wrote: Include /usr/lib/tcl8 for the msgcat and test module, force dependency on tcl-lib since shlibs isn't picking it up. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-devtools/tcltk/tcl_8.5.11.bb |7 +-- 1

Re: [OE-core] [oe-commits] Yi Zhao : lsbtest: Add recipe for LSB tests and automate test

2012-02-28 Thread Richard Purdie
On Tue, 2012-02-28 at 13:41 +0100, Martin Jansa wrote: On Tue, Feb 28, 2012 at 12:24:16PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: b9ef6b8022a40bab83e8eb29e5fcde0886cf2988 URL:

[OE-core] [PATCH v2] tcl 8.5.11: fix packaging

2012-02-28 Thread Koen Kooi
Include /usr/lib/tcl8 for the msgcat and test module, force dependency on tcl-lib since shlibs isn't picking it up. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- Changes from v1: ${PN}-lib - tcl-lib meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 11 +++ 1 files changed, 7

Re: [OE-core] [PATCH v2] tcl 8.5.11: fix packaging

2012-02-28 Thread Richard Purdie
On Tue, 2012-02-28 at 14:25 +0100, Koen Kooi wrote: Include /usr/lib/tcl8 for the msgcat and test module, force dependency on tcl-lib since shlibs isn't picking it up. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- Changes from v1: ${PN}-lib - tcl-lib

[OE-core] [PATCH 1/1] syslinux: bump PR

2012-02-28 Thread Otavio Salvador
The change done in 868a81e869a6193aada2073ae533d937a1c0baf4 has changed the packaging however it haven't bump the PR making auto-building fail. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-devtools/syslinux/syslinux_4.03.bb |2 +- 1 files changed, 1 insertions(+),

Re: [OE-core] [PATCH 1/1] syslinux: bump PR

2012-02-28 Thread Richard Purdie
On Tue, 2012-02-28 at 14:17 +, Otavio Salvador wrote: The change done in 868a81e869a6193aada2073ae533d937a1c0baf4 has changed the packaging however it haven't bump the PR making auto-building fail. Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---

[OE-core] [PATCH 1/1] licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES

2012-02-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/conf/licenses.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index e2f6149..6ed4dfe 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf

Re: [OE-core] [PATCH 2/2] syslinux: Package unpackaged files in -misc

2012-02-28 Thread Otavio Salvador
On Fri, Feb 24, 2012 at 16:59, Saul Wold s...@linux.intel.com wrote: Signed-off-by: Saul Wold s...@linux.intel.com This missed a PR bump and broke autobuilder; can you send a patch bumping PR please? -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br 

[OE-core] [PATCH] bootimg bbclass: quoting fixes

2012-02-28 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/bootimg.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 1d1a3d0..c4a4c2a 100644 --- a/meta/classes/bootimg.bbclass +++

[OE-core] Including the kernel in the image

2012-02-28 Thread Paul Eggleton
Hi all, For some boot configurations (e.g. kexecboot) having the kernel binary in the image is required. In OE Classic, task-boot used to always include the kernel binary in the image (via RRECOMMENDS, so it could be uninstalled). We don't currently have this in OE-Core and I was wondering

Re: [OE-core] Including the kernel in the image

2012-02-28 Thread Koen Kooi
Op 28 feb. 2012, om 16:48 heeft Paul Eggleton het volgende geschreven: Hi all, For some boot configurations (e.g. kexecboot) having the kernel binary in the image is required. In OE Classic, task-boot used to always include the kernel binary in the image (via RRECOMMENDS, so it could be

Re: [OE-core] [PATCH] bootimg bbclass: quoting fixes

2012-02-28 Thread Saul Wold
On 02/28/2012 07:50 AM, Koen Kooi wrote: Signed-off-by: Koen Kooik...@dominion.thruhere.net --- meta/classes/bootimg.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 1d1a3d0..c4a4c2a 100644

[OE-core] [PATCH] bootimg: Fix Quoting

2012-02-28 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/bootimg.bbclass |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 1d1a3d0..f4981d8 100644 --- a/meta/classes/bootimg.bbclass +++

Re: [OE-core] [PATCH] bootimg bbclass: quoting fixes

2012-02-28 Thread Koen Kooi
Op 28 feb. 2012, om 17:48 heeft Saul Wold het volgende geschreven: On 02/28/2012 07:50 AM, Koen Kooi wrote: Signed-off-by: Koen Kooik...@dominion.thruhere.net --- meta/classes/bootimg.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 0/1] introduce pulseaudio to DISTRO_FEATURES

2012-02-28 Thread Paul Eggleton
This patch adds a pulseaudio feature to DISTRO_FEATURES, using DISTRO_FEATURES_BACKFILL to preserve existing distro configuration, and makes Qt 4 respect it. There are a few other recipes that should respect this feature as well, however I wanted to send the qt4 one in as soon as possible as it

[OE-core] [PATCH 1/1] qt4: make pulseaudio support conditional upon DISTRO_FEATURES

2012-02-28 Thread Paul Eggleton
Add a pulseaudio DISTRO_FEATURES item and disable pulseaudio support in phonon within Qt4 if it is not present; otherwise it is a race condition as to whether it is enabled or disabled or breaks the build. Note that this adds pulseaudio to DISTRO_FEATURES_BACKFILL thus leaving existing distro

Re: [OE-core] [PATCH 1/2] arch-powerpc{, 64}.inc: update/add PACKAGE_EXTRA_ARCHS for powerpc/powerpc64

2012-02-28 Thread Saul Wold
On 02/22/2012 10:21 PM, Matthew McClintock wrote: Signed-off-by: Matthew McClintockm...@freescale.com --- meta/conf/machine/include/powerpc/arch-powerpc.inc |4 +--- .../machine/include/powerpc/arch-powerpc64.inc |1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git

Re: [OE-core] [PATCH V2 0/3] lsbtest: Add recipe for LSB tests and automate test

2012-02-28 Thread Saul Wold
On 02/23/2012 11:02 PM, Yi Zhao wrote: Hi, The pull request is to address [YOCTO #1567] - Add recipe for lsb tests and automate test. LSB testing is different from LTP or POSIX testing. We don't need to build the cases from sources but need to install a set of pre-build binary packages in

Re: [OE-core] [PATCH 0/3] linux-yocto: consolidated pull request

2012-02-28 Thread Saul Wold
On 02/27/2012 11:34 AM, Bruce Ashfield wrote: Richard/Saul, Here's a consolidated pull reqeset for the some kernel items. - a bump of 3.0 to 3.0.22 - a bump of 3.2 to 3.2.7 - A fix for yocto 2032 You can cherry pick the bug fix by itself. As for the version updates, I've built and

Re: [OE-core] [PATCH 1/4] multilib.bbclass: allow TARGET_VENDOR_virtclass-multilib to be overriden

2012-02-28 Thread Saul Wold
On 02/27/2012 11:38 AM, Matthew McClintock wrote: If we set this bit, we can override the ugly pokymllib32 to back to poky (powerpc-pokymllib32-linux-gcc - powerpc-poky-linux-gcc). I've left this unset by default, but can be set by adding the following: TARGET_VENDOR_virtclass-multilib-lib32 =

Re: [OE-core] [PATCH] mtd-utils: Don't use host 'ranlib' or 'ar'.

2012-02-28 Thread Saul Wold
On 02/27/2012 07:49 PM, James Limbouris wrote: If ranlib, ar, or cc are not supplied to make, it attempts to use ${CROSS}xxx. Since ${CROSS} is not set, host ranlib may run, producing an unusable .a file on some platforms. Signed-off-by: James Limbourisja...@digitalmatter.com.au ---

Re: [OE-core] [PATCH 1/1] licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES

2012-02-28 Thread Saul Wold
On 02/28/2012 07:02 AM, Otavio Salvador wrote: Signed-off-by: Otavio Salvadorota...@ossystems.com.br --- meta/conf/licenses.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index e2f6149..6ed4dfe 100644 ---

Re: [OE-core] [PATCH v2] qt4.inc: depend on tiff

2012-02-28 Thread Saul Wold
On 02/27/2012 05:02 PM, Andreas Oberritter wrote: From fdececee9146f4d23494361d29a34877d67b879b Mon Sep 17 00:00:00 2001 From: Andreas Oberrittero...@opendreambox.org Date: Mon, 27 Feb 2012 18:03:22 +0100 Subject: [PATCH] qt4.inc: depend on tiff * Fixes the following error with

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-28 Thread Koen Kooi
Op 27 feb. 2012, om 13:43 heeft Richard Purdie het volgende geschreven: The current approach of adding each different compressed image type doesn't scale. This patch changes the code so compressed images for each form are automatically available using the form type.compression type in

[OE-core] [PATCH 1/3] linux-yocto: make kernel_checkout reentrant

2012-02-28 Thread Bruce Ashfield
The steps in do_kernel_checkout modify the source tree in WORKDIR. If it is called multiple times, or interrupted, the tree is left in an inconsistent state. This change adds protections around branch names, and around the manipulations of directories to ensure that it is safe to call at any

[OE-core] [PATCH 0/3] linux-yocto: revision bump + pvr + checkout fix

2012-02-28 Thread Bruce Ashfield
Richard/Saul, Naturally right after I sent my previous version bump to 3.2.7, 3.2.8 came out with an x86 floating point fix that was worth picking up. Hence my quick bump to 3.2.8. The other update to the 3.0/3.2 trees stages content for PVR functionality in some future BSP work. And finally, I

[OE-core] [PATCH 2/3] linux-yocto/meta: add pvr feature description

2012-02-28 Thread Bruce Ashfield
Updating the 3.0 and 3.2 kernel SRCREVS to make the PVR feature description available to machines with the appropriate hardware. Signed-off-by: Kishore Bodke kishore.k.bo...@intel.com Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb

[OE-core] [PATCH 3/3] linux-yocto: update to v3.2.8

2012-02-28 Thread Bruce Ashfield
3.2.8 was released and contains a floating point fix for x86 32 bit and some x86-64 fixes. So it's worth picking up right away. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |6 +++---

[OE-core] [PATCH 0/1] sudo upgrade

2012-02-28 Thread Scott Garman
Hello, This upgrade to sudo fixes a significant security vulnerability. The following changes since commit 61216d2743502ef38955054aad6a4f2ed63e6d43: licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES (2012-02-28 17:51:42 +) are available in the git repository at:

[OE-core] [PATCH 1/1] sudo: upgrade to 1.8.4

2012-02-28 Thread Scott Garman
During the upgrade to 1.8.4, the UCB-licensed fnmatch.c was replaced with a non-recursive BSD-licensed version, hence the removal of UCB and addition of BSD in the LICENSE field. This led to checksum changes in the doc/LICENSE file, and we now additionally track the comment headers in redblack.c.

[OE-core] qemu.inc do_install question / qemu-targets.inc

2012-02-28 Thread McClintock Matthew-B29882
All, I'm wanting to remove this: diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 58049b9..3be46f2 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -49,13 +49,6 @@ do_configure() { test ! -e

Re: [OE-core] Including the kernel in the image

2012-02-28 Thread McClintock Matthew-B29882
On Tue, Feb 28, 2012 at 5:16 PM, Matthew McClintock m...@freescale.com wrote: On Tue, Feb 28, 2012 at 9:48 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi all, For some boot configurations (e.g. kexecboot) having the kernel binary in the image is required. In OE Classic, task-boot

Re: [OE-core] Including the kernel in the image

2012-02-28 Thread McClintock Matthew-B29882
On Tue, Feb 28, 2012 at 9:48 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi all, For some boot configurations (e.g. kexecboot) having the kernel binary in the image is required. In OE Classic, task-boot used to always include the kernel binary in the image (via RRECOMMENDS, so it

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-28 Thread Andrea Adami
On Tue, Feb 28, 2012 at 9:19 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 27 feb. 2012, om 13:43 heeft Richard Purdie het volgende geschreven: The current approach of adding each different compressed image type doesn't scale. This patch changes the code so compressed images for each

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-28 Thread Otavio Salvador
On Tue, Feb 28, 2012 at 20:41, Andrea Adami andrea.ad...@gmail.com wrote: | ln: failed to create symbolic link `/oe/oe-core/build/tmp-eglibc/deploy/images/initramfs-kexecboot-klibc-image-poodle.cpio.lzma': File exists Looking at run.do_rootfs I see runimagecmd is called twice. In the

[OE-core] [PATCH 1/1] bootimg.bbclass: Quoting fixes

2012-02-28 Thread Beth Flanagan
From: Elizabeth Flanagan elizabeth.flana...@intel.com More quoting issues during an fri build. Fixing as per standard. Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com --- meta/classes/bootimg.bbclass |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 0/1] Quote fixes.

2012-02-28 Thread Beth Flanagan
I found these ParseError quoting issues in the fri2 layer. I fixed other quoting issues in the class while I was there. The following changes since commit d86e3082e695cde555df276a2436873fa5381130: licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES (2012-02-28 17:51:52 +) are

Re: [OE-core] [PATCH] image_types: Refactor compression code into a generic compression solution

2012-02-28 Thread Andrea Adami
On Wed, Feb 29, 2012 at 12:48 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Feb 28, 2012 at 20:41, Andrea Adami andrea.ad...@gmail.com wrote: | ln: failed to create symbolic link `/oe/oe-core/build/tmp-eglibc/deploy/images/initramfs-kexecboot-klibc-image-poodle.cpio.lzma': File

Re: [OE-core] [PATCH 1/1] bootimg.bbclass: Quoting fixes

2012-02-28 Thread Otavio Salvador
On Tue, Feb 28, 2012 at 21:23, Beth Flanagan elizabeth.flana...@intel.com wrote: More quoting issues during an fri build. Fixing as per standard. Already done by Saul :) -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br

[OE-core] [PATCH] initscripts: Create the volatiles cache atomically.

2012-02-28 Thread James Limbouris
If a machine loses power while building the volatiles cache, it will continue to operate with an incomplete set of volatiles. Fix this by updating atomically. Signed-off-by: James Limbouris ja...@digitalmatter.com.au --- .../initscripts-1.0/populate-volatile.sh | 10 ++

[OE-core] psuedo-native strangeness on 64 bit build machine

2012-02-28 Thread Steve Sakoman
I did a clean build on an Ubuntu 64 bit build machine a couple of days ago with no issues. After a pull of today I did an image build for an OMAP3 machine and encountered an issue with psuedo-native. First I got this familiar message: Pseudo is not present but is required, building this first

Re: [OE-core] psuedo-native strangeness on 64 bit build machine

2012-02-28 Thread Mark Hatle
On 2/28/12 10:35 PM, Steve Sakoman wrote: I did a clean build on an Ubuntu 64 bit build machine a couple of days ago with no issues. After a pull of today I did an image build for an OMAP3 machine and encountered an issue with psuedo-native. First I got this familiar message: Pseudo is not

Re: [OE-core] psuedo-native strangeness on 64 bit build machine

2012-02-28 Thread Steve Sakoman
On Tue, Feb 28, 2012 at 9:13 PM, Mark Hatle mark.ha...@windriver.com wrote: I'm building pseudo on 64-bit machines right now, no problem. The error you are seeing is pseudo attempting to build both a 64-bit and a 32-bit wrapper.  The 32-bit wrapper is built when the recipe detects support

Re: [OE-core] [PATCH] initscripts: Make /etc/timestamp consistent again.

2012-02-28 Thread James Limbouris
Hi, I think we need to add BUSYBOX_CONFIG_FEATURE_TEST_64 to the busybox defconfig after this patch. On my build (which had neither BUSYBOX_CONFIG_FEATURE_TEST_64 nor BUSYBOX_CONFIG_EXPR_MATH_SUPPORT_64) I was getting 'out of range' errors.    Regards  James Limbouris -Original

Re: [OE-core] psuedo-native strangeness on 64 bit build machine

2012-02-28 Thread Mark Hatle
On 2/28/12 11:29 PM, Steve Sakoman wrote: On Tue, Feb 28, 2012 at 9:13 PM, Mark Hatlemark.ha...@windriver.com wrote: I'm building pseudo on 64-bit machines right now, no problem. The error you are seeing is pseudo attempting to build both a 64-bit and a 32-bit wrapper. The 32-bit wrapper is

[OE-core] [PATCH 0/3] Pending patches from O.S. Systems' tree

2012-02-28 Thread Otavio Salvador
The following changes since commit 61216d2743502ef38955054aad6a4f2ed63e6d43: licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES (2012-02-28 17:51:42 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD

[OE-core] [PATCH 1/3] image.bbclass: do not create image manifest link if IMAGE_LINK_NAME is empty

2012-02-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/image.bbclass |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 4db55ff..ec75cc1 100644 --- a/meta/classes/image.bbclass +++

[OE-core] [PATCH 2/3] image_types.bbclass: properly support IMAGE_LINK_NAME as empty

2012-02-28 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/image_types.bbclass | 14 +- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 74071c1..f9ed49f 100644 ---

[OE-core] [PATCH 3/3] image_types.bbclass: fix bzip2 and xz compression commands

2012-02-28 Thread Otavio Salvador
We need to use -f (force) or the command fails in the image file already exists. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/image_types.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/image_types.bbclass

[OE-core] [PATCH] syslinux: fix packaging of ${PN} and ${PN}-staticdev

2012-02-28 Thread Otavio Salvador
- ${PN} where not being build due ordering; - ${PN}-staticdev lacked the ${libdir} files. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-devtools/syslinux/syslinux_4.03.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OE-core] [PATCH] initscripts: Make /etc/timestamp consistent again.

2012-02-28 Thread James Limbouris
Also, CONFIG_FEATURE_DATE_COMPAT=y has to be removed - it mungs the MMddhhmm string into hhmmMMdd ! -Original Message- From: James Limbouris Sent: Wednesday, 29 February 2012 1:32 PM To: Patches and discussions about the oe-core layer Subject: RE: [OE-core] [PATCH]

[OE-core] [PATCH] busybox: Enable 64 bit shell tests, and disable non-standard date format interpretation.

2012-02-28 Thread James Limbouris
Without 64 bit shell tests, the timestamp comparison in initscripts' bootmisc.sh throws 'out of range' errors. With CONFIG_FEATURE_DATE_COMPAT, date reads the MMddhhmm string as hhmmMMdd when setting the time from the timestamp in bootmisc.sh. Signed-off-by: James Limbouris