[OE-core] [PATCH 0/1][PULL] bitbake.conf: Add DATE and TIME to BB_HASH_WHITELIST

2012-02-27 Thread Dongxiao Xu
Hi Richard, This pull request adds DATE and TIME into BB_HASH_WHITELIST, please help to review and pull. Thanks, Dongxiao The following changes since commit 6e1065a4988489baa762f7dc1535fe326e0ba7b5: arch-armv7.inc: fix quoting (2012-02-26 23:01:36 +) are available in the git repository

[OE-core] [PATCH 1/1] bitbake.conf: Add DATE and TIME to BB_HASH_WHITELIST

2012-02-27 Thread Dongxiao Xu
DATE and TIME are not needed when calculating cache's hash value. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7d0e0d8..d817bcc 100644

Re: [OE-core] empty dirs in glib-2.0

2012-02-27 Thread Gyorgy Kovesdi
rmdir was used specifically so we'd know if the directory wasn't empty. What files are in there? ./usr/lib/gio/modules: total 32K drwxr-xr-x 2 kgy users 4.0K Feb 27 11:26 . drwxr-xr-x 3 kgy users 4.0K Feb 27 11:26 .. -rwxr-xr-x 1 kgy users 2.0K Feb 27 11:26 libgiofam.la -rwxr-xr-x 1 kgy

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Martin Jansa
On Wed, Feb 22, 2012 at 10:13:09PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: c3d5800d2850a186f91b5a0db642aa5d1c20156b URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=c3d5800d2850a186f91b5a0db642aa5d1c20156b Author:

Re: [OE-core] empty dirs in glib-2.0

2012-02-27 Thread Gyorgy Kovesdi
It is reproducible now, even in a brand new checkout. The revision of the glib-2.0_2.30.2.bb file is 4642ae91cee2978956a61cf15df7ea62e3eb1726 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] empty dirs in glib-2.0

2012-02-27 Thread Jack Mitchell
On 27/02/12 10:30, Gyorgy Kovesdi wrote: rmdir was used specifically so we'd know if the directory wasn't empty. What files are in there? ./usr/lib/gio/modules: total 32K drwxr-xr-x 2 kgy users 4.0K Feb 27 11:26 . drwxr-xr-x 3 kgy users 4.0K Feb 27 11:26 .. -rwxr-xr-x 1 kgy users 2.0K Feb

Re: [OE-core] [PATCH 1/1] bitbake.conf: Add DATE and TIME to BB_HASH_WHITELIST

2012-02-27 Thread Richard Purdie
On Mon, 2012-02-27 at 15:58 +0800, Dongxiao Xu wrote: DATE and TIME are not needed when calculating cache's hash value. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] empty dirs in glib-2.0

2012-02-27 Thread Ni Qingliang
Same problem!!! On Mon, 2012-02-27 at 18:41 +0800, Jack Mitchell wrote: On 27/02/12 10:30, Gyorgy Kovesdi wrote: rmdir was used specifically so we'd know if the directory wasn't empty. What files are in there? ./usr/lib/gio/modules: total 32K drwxr-xr-x 2 kgy users 4.0K Feb 27

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Koen Kooi
Op 27 feb. 2012, om 11:33 heeft Martin Jansa het volgende geschreven: On Wed, Feb 22, 2012 at 10:13:09PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: c3d5800d2850a186f91b5a0db642aa5d1c20156b URL:

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Richard Purdie
On Mon, 2012-02-27 at 12:31 +0100, Koen Kooi wrote: Op 27 feb. 2012, om 11:33 heeft Martin Jansa het volgende geschreven: On Wed, Feb 22, 2012 at 10:13:09PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit:

Re: [OE-core] empty dirs in glib-2.0

2012-02-27 Thread Richard Purdie
On Mon, 2012-02-27 at 19:05 +0800, Ni Qingliang wrote: Same problem!!! On Mon, 2012-02-27 at 18:41 +0800, Jack Mitchell wrote: On 27/02/12 10:30, Gyorgy Kovesdi wrote: rmdir was used specifically so we'd know if the directory wasn't empty. What files are in there?

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

2012-02-27 Thread Richard Purdie
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 IMAGE_FSTYPES. This doesn't change any existing externally visible behaviour and the

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Martin Jansa
On Mon, Feb 27, 2012 at 12:13:48PM +, Richard Purdie wrote: On Mon, 2012-02-27 at 12:31 +0100, Koen Kooi wrote: Op 27 feb. 2012, om 11:33 heeft Martin Jansa het volgende geschreven: On Wed, Feb 22, 2012 at 10:13:09PM +, g...@git.openembedded.org wrote: Module:

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Richard Purdie
On Mon, 2012-02-27 at 13:36 +0100, Martin Jansa wrote: On Mon, Feb 27, 2012 at 12:13:48PM +, Richard Purdie wrote: On Mon, 2012-02-27 at 12:31 +0100, Koen Kooi wrote: Op 27 feb. 2012, om 11:33 heeft Martin Jansa het volgende geschreven: On Wed, Feb 22, 2012 at 10:13:09PM +,

Re: [OE-core] [oe] gcc-cross-initial patching fails

2012-02-27 Thread Richard Purdie
On Mon, 2012-02-27 at 12:37 +0100, Andreas Müller wrote: On Thu, Feb 23, 2012 at 8:18 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 22 feb. 2012, om 22:39 heeft Andreas Müller het volgende geschreven: On Wed, Feb 22, 2012 at 10:18 PM, Khem Raj raj.k...@gmail.com wrote: On Wed, Feb

Re: [OE-core] DEPENDS not extended to -native for BBCLASSEXTENDS when added by PACKAGECONFIG

2012-02-27 Thread Martin Jansa
On Fri, Feb 24, 2012 at 01:32:43PM +0100, Martin Jansa wrote: On Wed, Feb 15, 2012 at 12:00:44AM +0100, Martin Jansa wrote: oe-core gtk+ has: X11DEPENDS = virtual/libx11 libxext libxcursor libxrandr libxdamage libxrender libxcomposite DEPENDS = glib-2.0 pango atk jpeg libpng

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Otavio Salvador
On Mon, Feb 27, 2012 at 10:26, Koen Kooi k...@dominion.thruhere.net wrote: 1) a package with /etc/rpc, /etc/hosts, /etc/protocols and /etc/services 2) a package with /etc/network/interfaces 3) a package with the initscript (probably move that into the ifupdown package) I like this idea a lot

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Koen Kooi
Op 27 feb. 2012, om 13:13 heeft Richard Purdie het volgende geschreven: On Mon, 2012-02-27 at 12:31 +0100, Koen Kooi wrote: Op 27 feb. 2012, om 11:33 heeft Martin Jansa het volgende geschreven: On Wed, Feb 22, 2012 at 10:13:09PM +, g...@git.openembedded.org wrote: Module:

[OE-core] udev 181 compilation error

2012-02-27 Thread Jack Mitchell
I receive the following error when compiling Angstrom related to udev 181. In file included from src/extras/mtd_probe/mtd_probe.c:19:0: *src/extras/mtd_probe/mtd_probe.h:20:26: fatal error: mtd/mtd-user.h: No such file or directory compilation terminated.

Re: [OE-core] [oe] gcc-cross-initial patching fails

2012-02-27 Thread Andreas Müller
On Mon, Feb 27, 2012 at 1:19 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2012-02-27 at 12:37 +0100, Andreas Müller wrote: On Thu, Feb 23, 2012 at 8:18 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 22 feb. 2012, om 22:39 heeft Andreas Müller het volgende

Re: [OE-core] udev 181 compilation error

2012-02-27 Thread Jack Mitchell
On 27/02/12 13:39, Jack Mitchell wrote: I receive the following error when compiling Angstrom related to udev 181. In file included from src/extras/mtd_probe/mtd_probe.c:19:0: *src/extras/mtd_probe/mtd_probe.h:20:26: fatal error: mtd/mtd-user.h: No such file or directory

[OE-core] cpufrequtils do_install issue

2012-02-27 Thread Jack Mitchell
I am having issues compiling the systemd-image for beaglebone under Angstrom. I receive the following error message which seems to state that 'install' is missing, is anyone else having trouble or could provide some insight to this? ERROR: Function failed: do_install (see

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

2012-02-27 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

Re: [OE-core] [PATCH 1/1] bitbake.conf: Add DATE and TIME to BB_HASH_WHITELIST

2012-02-27 Thread Xu, Dongxiao
On Mon, 2012-02-27 at 10:41 +, Richard Purdie wrote: On Mon, 2012-02-27 at 15:58 +0800, Dongxiao Xu wrote: DATE and TIME are not needed when calculating cache's hash value. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/conf/bitbake.conf |2 +- 1 files changed, 1

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

2012-02-27 Thread Andrea Adami
On Mon, Feb 27, 2012 at 1:43 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: 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

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

2012-02-27 Thread Andrea Adami
On Mon, Feb 27, 2012 at 3:20 PM, Andrea Adami andrea.ad...@gmail.com wrote: On Mon, Feb 27, 2012 at 1:43 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: The current approach of adding each different compressed image type doesn't scale. This patch changes the code so compressed

Re: [OE-core] elfutils - missing dependency on bzip2?

2012-02-27 Thread Steve Sakoman
On Sun, Feb 26, 2012 at 10:38 PM, Martin Jansa martin.ja...@gmail.com wrote: gcc: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was

[OE-core] [PATCH 0/1 v2][PULL] bitbake.conf: Add DATE and TIME to BB_HASH_WHITELIST

2012-02-27 Thread Dongxiao Xu
Hi Richard, This pull request adds DATE and TIME into BB_HASHCONFIG_WHITELIST, please help to review and pull. Changes from v1: Use a new variable BB_HASHCONFIG_WHITELIST as the filter instead of BB_HASHBASE_WHITELIST. Thanks, Dongxiao The following changes since commit

[OE-core] [PATCH 1/1] bitbake.conf: Create a new filter variable BB_HASHCONFIG_WHITELIST

2012-02-27 Thread Dongxiao Xu
Create a new filter variable BB_HASHCONFIG_WHITELIST to filter variables for calculating cache's hash value. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/conf/bitbake.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/bitbake.conf

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Martin Jansa
On Mon, Feb 27, 2012 at 12:47:13PM +, Richard Purdie wrote: On Mon, 2012-02-27 at 13:36 +0100, Martin Jansa wrote: On Mon, Feb 27, 2012 at 12:13:48PM +, Richard Purdie wrote: On Mon, 2012-02-27 at 12:31 +0100, Koen Kooi wrote: Op 27 feb. 2012, om 11:33 heeft Martin Jansa het

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

2012-02-27 Thread Andreas Oberritter
* Fixes the following error with qt4-embedded-4.8.0 and possibly others: | ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No such file or directory Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/recipes-qt/qt4/qt4.inc |2 +- 1 files changed, 1

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

2012-02-27 Thread Otavio Salvador
On Mon, Feb 27, 2012 at 14:10, Andreas Oberritter o...@opendreambox.org wrote: * Fixes the following error with qt4-embedded-4.8.0 and possibly others: | ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No such file or directory Please bump INC_PR. -- Otavio Salvador       

Re: [OE-core] [oe] gcc-cross-initial patching fails

2012-02-27 Thread Khem Raj
On Mon, Feb 27, 2012 at 5:31 AM, Andreas Müller schnitzelt...@googlemail.com wrote: SRC_URI_append = file://fortran-cross-compile-hack.patch Is this a possible culprit? it definitely should not be there. Move this patching of SRC_URI to gcc-4.5.inc and test it out in your environment

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

2012-02-27 Thread Paul Eggleton
On Monday 27 February 2012 14:20:15 Otavio Salvador wrote: On Mon, Feb 27, 2012 at 14:10, Andreas Oberritter o...@opendreambox.org wrote: * Fixes the following error with qt4-embedded-4.8.0 and possibly others: | ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No | such

Re: [OE-core] udev 181 compilation error

2012-02-27 Thread Khem Raj
On Mon, Feb 27, 2012 at 5:43 AM, Jack Mitchell m...@communistcode.co.uk wrote: On 27/02/12 13:39, Jack Mitchell wrote: I receive the following error when compiling Angstrom related to udev 181. In file included from src/extras/mtd_probe/mtd_probe.c:19:0:

[OE-core] [PATCH 04/13] file: Update to version 5.11

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../file/{file_5.10.bb = file_5.11.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/file/{file_5.10.bb = file_5.11.bb} (85%) diff --git a/meta/recipes-devtools/file/file_5.10.bb

[OE-core] [PATCH 06/13] libdrm: Update to version 2.4.31

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../drm/{libdrm_2.4.30.bb = libdrm_2.4.31.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/drm/{libdrm_2.4.30.bb = libdrm_2.4.31.bb} (59%) diff --git

[OE-core] [PATCH 07/13] mkfontdir: Update to version 1.0.7

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../{mkfontdir_1.0.6.bb = mkfontdir_1.0.7.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{mkfontdir_1.0.6.bb = mkfontdir_1.0.7.bb} (81%) diff --git

[OE-core] [PATCH 08/13] mkfontscale: Update to version 1.1.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../{mkfontscale_1.0.9.bb = mkfontscale_1.1.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{mkfontscale_1.0.9.bb = mkfontscale_1.1.0.bb} (80%) diff --git

[OE-core] [PATCH 00/13] Updates and a missing patch

2012-02-27 Thread Saul Wold
Richard, This is a block of updates along with a missing patch for gnupg GPLv2 version. Thanks Sau! The following changes since commit e1d5a81bf78786dcb11a4840436f46ba9ec4010e: glib-2.0: Disable fam, we don't depend on it (2012-02-27 12:16:35 +) are available in the git

[OE-core] [PATCH 10/13] sqlite3: Update to version 3.7.10

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-support/sqlite/sqlite3_3.7.10.bb | 11 +++ meta/recipes-support/sqlite/sqlite3_3.7.9.bb | 11 --- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644

[OE-core] [PATCH 11/13] xf86-video-intel: Update to version 2.18.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- ...-intel_2.17.0.bb = xf86-video-intel_2.18.0.bb} |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.17.0.bb = xf86-video-intel_2.18.0.bb} (84%) diff --git

[OE-core] [PATCH 12/13] tiff: Update to version 3.9.5

2012-02-27 Thread Saul Wold
Ensure that OpenGL and friends are disable with the setting of ax_cv_check_gl_libgl = no. Signed-off-by: Saul Wold s...@linux.intel.com --- .../libtiff/{tiff_3.9.5.bb = tiff_4.0.1.bb} |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 02/13] qemu: Add glib-2.0 as depends

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/qemu/qemu.inc |2 +- meta/recipes-devtools/qemu/qemu_0.15.1.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc

[OE-core] [PATCH 01/13] gnupg: Add missing patch for curl_typeof_fix

2012-02-27 Thread Saul Wold
Seems the wrong commit was grabbed and missed this patch Signed-off-by: Saul Wold s...@linux.intel.com --- .../gnupg-1.4.7/curl_typeof_fix_backport.patch | 27 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644

[OE-core] [PATCH 05/13] psmisc: Update to version 22.16

2012-02-27 Thread Saul Wold
Remove libintl-link patch which has in the upstream code now Signed-off-by: Saul Wold s...@linux.intel.com --- .../psmisc/files/libintl-link.patch| 32 meta/recipes-extended/psmisc/psmisc.inc|4 +- .../psmisc/{psmisc_22.14.bb =

[OE-core] [PATCH 09/13] boost: Update to version 1.49.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../boost/{boost_1.48.0.bb = boost_1.49.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/boost/{boost_1.48.0.bb = boost_1.49.0.bb} (53%) diff --git a/meta/recipes-support/boost/boost_1.48.0.bb

[OE-core] [PATCH 13/13] distro_tracking: Account for updates and Manual Checking

2012-02-27 Thread Saul Wold
Updates: sqlite3 psmisc boost file util-linux tiff mkfonddir mkfontscale libdrm xf86-video-intel Manual Checks: libcheck libcap console-tools zip unzip sysfsutils less usbutils sysstat cracklib libexif qemugl glew squashfs-tools lsb Fixup: bzip2 Signed-off-by: Saul Wold s...@linux.intel.com

[OE-core] [PATCH 1/3] linux-yocto: update 3.0 kernel to v3.0.22

2012-02-27 Thread Bruce Ashfield
bumping the revision of the 3.0 kernel to the latest -stable release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb |8 meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb |6 +++---

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

2012-02-27 Thread Bruce Ashfield
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 booted them on my development machine and on a clean

Re: [OE-core] [PATCH 03/13] util-linux: Update to 2.21

2012-02-27 Thread Khem Raj
On Mon, Feb 27, 2012 at 11:10 AM, Saul Wold s...@linux.intel.com wrote: -CACHED_CONFIGUREVARS += scanf_cv_type_modifier=as +CACHED_CONFIGUREVARS += scanf_cv_alloc_modifier=as can you explain this change ? ___ Openembedded-core mailing list

[OE-core] [PATCH 3/4] arch-powerpc.inc: use default value of TUNE_PKGARCH

2012-02-27 Thread Matthew McClintock
We can use the default value for TUNE_PKGARCH, and now we just append -nf if no float is the build target Signed-off-by: Matthew McClintock m...@freescale.com --- meta/conf/machine/include/powerpc/arch-powerpc.inc |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 4/4] tune-ppc*.inc: update to use new default value for TUNE_PKGARCH

2012-02-27 Thread Matthew McClintock
Signed-off-by: Matthew McClintock m...@freescale.com --- meta/conf/machine/include/tune-ppc603e.inc |2 +- meta/conf/machine/include/tune-ppce300c2.inc |2 +- meta/conf/machine/include/tune-ppce500.inc |2 +- meta/conf/machine/include/tune-ppce500mc.inc |2 +-

[OE-core] [PATCH 03/13] util-linux: Update to 2.21

2012-02-27 Thread Saul Wold
This updates various checksums for the COPYING files, which moved in the process no changes to Licenses Tweak the scanf_cv_alloc_modifier and rebase the patch Signed-off-by: Saul Wold s...@linux.intel.com --- .../util-linux-ng-replace-siginterrupt.patch | 25 ---

[OE-core] [PATCH 2/4] bitbake.conf: add default value for TUNE_PKGARCH

2012-02-27 Thread Matthew McClintock
Add a default value for TUNE_PKGARCH. This let's us use the following: TUNE_PKGARCH_tune-ppce500 Instead of scanning over variables and using bitbake internal functions to create a valid value here. Signed-off-by: Matthew McClintock m...@freescale.com --- meta/conf/bitbake.conf |1 + 1

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

2012-02-27 Thread Matthew McClintock
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 = -poky Signed-off-by: Matthew McClintock

Re: [OE-core] [PATCH 0/4] stash gcc-cross buildtree and add recipe class override

2012-02-27 Thread Khem Raj
On Thu, Feb 23, 2012 at 7:33 PM, Khem Raj raj.k...@gmail.com wrote: Add recipe class to overrides Prepare gcc for 4.7 changes missing DEPENDS found during individual recipe builds Add emptry DISTRO to oe-core I have rebased the tree on top of todays master there were some conflicts w.r.t gcc

[OE-core] [PATCH 3/3] linux-yocto: allow non-branched repositories to check out

2012-02-27 Thread Bruce Ashfield
Not all users of the checkout phase of linux-yocto have all branches present. This is normal, and should be supported. By checking for an empty KBRANCH we can avoid validating a branch that isn't supposed to exist. [YOCTO #2032] Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com ---

Re: [OE-core] [oe-commits] Joshua Lock : netbase: remove redundant assignments

2012-02-27 Thread Koen Kooi
Op 27 feb. 2012, om 14:31 heeft Otavio Salvador het volgende geschreven: On Mon, Feb 27, 2012 at 10:26, Koen Kooi k...@dominion.thruhere.net wrote: 1) a package with /etc/rpc, /etc/hosts, /etc/protocols and /etc/services 2) a package with /etc/network/interfaces 3) a package with the

Re: [OE-core] [PATCH 03/13] util-linux: Update to 2.21

2012-02-27 Thread Saul Wold
On 02/27/2012 11:31 AM, Khem Raj wrote: On Mon, Feb 27, 2012 at 11:10 AM, Saul Wolds...@linux.intel.com wrote: -CACHED_CONFIGUREVARS += scanf_cv_type_modifier=as +CACHED_CONFIGUREVARS += scanf_cv_alloc_modifier=as can you explain this change ? The configure setup changed from the type -

Re: [OE-core] [PATCH 3/4] arch-powerpc.inc: use default value of TUNE_PKGARCH

2012-02-27 Thread McClintock Matthew-B29882
On Mon, Feb 27, 2012 at 1:38 PM, Matthew McClintock m...@freescale.com wrote: We can use the default value for TUNE_PKGARCH, and now we just append -nf if no float is the build target Signed-off-by: Matthew McClintock m...@freescale.com ---  meta/conf/machine/include/powerpc/arch-powerpc.inc

Re: [OE-core] [PATCH 03/13] util-linux: Update to 2.21

2012-02-27 Thread Khem Raj
On Mon, Feb 27, 2012 at 1:32 PM, Saul Wold s...@linux.intel.com wrote: On 02/27/2012 11:31 AM, Khem Raj wrote: On Mon, Feb 27, 2012 at 11:10 AM, Saul Wolds...@linux.intel.com  wrote: -CACHED_CONFIGUREVARS += scanf_cv_type_modifier=as +CACHED_CONFIGUREVARS += scanf_cv_alloc_modifier=as

Re: [OE-core] [PATCH] sstatesig: add SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS option to exclude well defined recipe-dependency

2012-02-27 Thread Saul Wold
On 02/25/2012 07:31 AM, Martin Jansa wrote: Signed-off-by: Martin Jansamartin.ja...@gmail.com --- meta/lib/oe/sstatesig.py |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index 7b80c18..1c25823 100644 ---

Re: [OE-core] [PATCH 3/4] arch-powerpc.inc: use default value of TUNE_PKGARCH

2012-02-27 Thread McClintock Matthew-B29882
On Mon, Feb 27, 2012 at 3:41 PM, Matthew McClintock m...@freescale.com wrote: On Mon, Feb 27, 2012 at 1:38 PM, Matthew McClintock m...@freescale.com wrote: We can use the default value for TUNE_PKGARCH, and now we just append -nf if no float is the build target Signed-off-by: Matthew

Re: [OE-core] [PATCH] layer.conf: add keymaps to SIGGEN_EXCLUDERECIPES_ABISAFE

2012-02-27 Thread Saul Wold
On 02/24/2012 04:13 PM, Martin Jansa wrote: Signed-off-by: Martin Jansamartin.ja...@gmail.com --- meta/conf/layer.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index dac9c97..93c087a 100644 --- a/meta/conf/layer.conf

Re: [OE-core] [oe] BOTAN crypto library

2012-02-27 Thread simran singh
Hello, I figured out the solution. Posting here for someone else lost like me. Had to add this line: export LDFLAGS = -L${STAGING_LIBDIR} From: kyo...@hotmail.com To: openembedded-core@lists.openembedded.org; openembedded-de...@lists.openembedded.org Date: Fri, 24 Feb 2012 16:15:19

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

2012-02-27 Thread McClintock Matthew-B29882
Per conversation with Saul on IRC - I'll push a branch to poky-contrib for my 6 pending patches. -M On Mon, Feb 27, 2012 at 1:38 PM, Matthew McClintock m...@freescale.com wrote: If we set this bit, we can override the ugly pokymllib32 to back to poky (powerpc-pokymllib32-linux-gcc -

Re: [OE-core] [PATCH 2/3] linux-yocto: update 3.2 kernel to v3.2.7

2012-02-27 Thread Saul Wold
On 02/27/2012 11:34 AM, Bruce Ashfield wrote: Updating the 3.2 kernel recipe to the latest -stable release. Signed-off-by: Bruce Ashfieldbruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |9 + meta/recipes-kernel/linux/linux-yocto_3.2.bb| 19

Re: [OE-core] [PATCH 2/3] linux-yocto: update 3.2 kernel to v3.2.7

2012-02-27 Thread Darren Hart
On 02/27/2012 03:23 PM, Saul Wold wrote: On 02/27/2012 11:34 AM, Bruce Ashfield wrote: Updating the 3.2 kernel recipe to the latest -stable release. Signed-off-by: Bruce Ashfieldbruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |9 +

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

2012-02-27 Thread Andreas Oberritter
On 27.02.2012 18:24, Paul Eggleton wrote: On Monday 27 February 2012 14:20:15 Otavio Salvador wrote: On Mon, Feb 27, 2012 at 14:10, Andreas Oberritter o...@opendreambox.org wrote: * Fixes the following error with qt4-embedded-4.8.0 and possibly others: |

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

2012-02-27 Thread Otavio Salvador
On Mon, Feb 27, 2012 at 22:02, Andreas Oberritter o...@opendreambox.org wrote: In this case, bumping PR just wastes everybody's CPU cycles for no gain. Anyway, here's an updated patch: Not really; let's say if you had done a typo on the depends list it would be unnoticed in autobuilders and

[OE-core] [PATCH 1/1] scripts/prserv-tool: Adepted to new bitbake cache.

2012-02-27 Thread Lianhao Lu
Adepted to the new bitbake cache mechanism which is based on file content but not on file timp stamps any more. Signed-off-by: Lianhao Lu lianhao...@intel.com --- scripts/bitbake-prserv-tool | 28 +--- 1 files changed, 17 insertions(+), 11 deletions(-) diff --git

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

2012-02-27 Thread James Limbouris
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 Limbouris ja...@digitalmatter.com.au --- meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb |4 ++--

[OE-core] [PATCH 0/1] bitbake-prserv-tool adepted to new bitbake cache

2012-02-27 Thread Lianhao Lu
Modified the bitbake-prserv-tool scripts to trigger reparse according to the new content-based bitbake cache mechanism. The following changes since commit 8d4db8e6dcd2d25637cb77515fe776552f2fdd6d: Dongxiao Xu (1): bitbake.conf: Create a new filter variable BB_HASHCONFIG_WHITELIST are

Re: [OE-core] [PATCH v2] libsdl: add DirectFB support

2012-02-27 Thread Saul Wold
On 02/24/2012 12:31 PM, Andreas Oberritter wrote: * Use conditional dependencies for DirectFB, like it's already done for OpenGL and X11. Signed-off-by: Andreas Oberrittero...@opendreambox.org --- * Rebased after X11 was already made conditional.

[OE-core] [CONSOLIDATED PULL 06/36] qt4-tools-nativesdk: fix build of 4.7.4

2012-02-27 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com Commit 4ccae37db1aa77a1d15098c3720ea6e2d383fbdc introduced a sed command line to modify a file that only exists in 4.8.0, thus do_configure of 4.7.4 was failing; so make this conditional upon the file existing. Signed-off-by: Paul Eggleton

[OE-core] [CONSOLIDATED PULL 03/36] task-core-lsb: add lsbtest to RDEPENDS_task-core-misc list

2012-02-27 Thread Saul Wold
From: Yi Zhao yi.z...@windriver.com --- meta/recipes-extended/tasks/task-core-lsb.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index c48ccf0..2767196 100644 ---

[OE-core] [CONSOLIDATED PULL 00/36] General Updates, Kernel, QT, misc

2012-02-27 Thread Saul Wold
Richard, This has built and being rebuilt currently on the AB, and booted locally. Nothing too outrageous in here. This should mark the end of M3 Dev targeting a 1.2 M3 Delivery by Thursday. Sau! The following changes since commit 8d4db8e6dcd2d25637cb77515fe776552f2fdd6d: bitbake.conf:

[OE-core] [CONSOLIDATED PULL 07/36] qt4-tools-nativesdk: improve and tidy up qmake build

2012-02-27 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com * Use the same method to build qmake as in the qt4 target recipes * We always have qmake from qt4-native so don't check if it exists - just skip the check like we do in the qt4 target recipes. This saves us a patch. * Replace qt4-tools-native

[OE-core] [CONSOLIDATED PULL 12/36] psmisc: Update to version 22.16

2012-02-27 Thread Saul Wold
Remove libintl-link patch which has in the upstream code now Signed-off-by: Saul Wold s...@linux.intel.com --- .../psmisc/files/libintl-link.patch| 32 meta/recipes-extended/psmisc/psmisc.inc|4 +- .../psmisc/{psmisc_22.14.bb =

[OE-core] [CONSOLIDATED PULL 10/36] util-linux: Update to 2.21

2012-02-27 Thread Saul Wold
This updates various checksums for the COPYING files, which moved in the process no changes to Licenses Tweak the scanf_cv_alloc_modifier and rebase the patch Signed-off-by: Saul Wold s...@linux.intel.com --- .../util-linux-ng-replace-siginterrupt.patch | 25 ---

[OE-core] [CONSOLIDATED PULL 15/36] mkfontscale: Update to version 1.1.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../{mkfontscale_1.0.9.bb = mkfontscale_1.1.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{mkfontscale_1.0.9.bb = mkfontscale_1.1.0.bb} (80%) diff --git

[OE-core] [CONSOLIDATED PULL 16/36] boost: Update to version 1.49.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../boost/{boost_1.48.0.bb = boost_1.49.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/boost/{boost_1.48.0.bb = boost_1.49.0.bb} (53%) diff --git a/meta/recipes-support/boost/boost_1.48.0.bb

[OE-core] [CONSOLIDATED PULL 19/36] tiff: Update to version 3.9.5

2012-02-27 Thread Saul Wold
Ensure that OpenGL and friends are disable with the setting of ax_cv_check_gl_libgl = no. Signed-off-by: Saul Wold s...@linux.intel.com --- .../libtiff/{tiff_3.9.5.bb = tiff_4.0.1.bb} |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) rename

[OE-core] [CONSOLIDATED PULL 20/36] bind: add DEPENDS for libcap

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-connectivity/bind/bind_9.8.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb index c2efa47..2efd09d 100644 ---

[OE-core] [CONSOLIDATED PULL 23/36] default-distrovars: Add empty weak definition for DISTRO variable

2012-02-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/conf/distro/include/default-distrovars.inc |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/default-distrovars.inc

[OE-core] [CONSOLIDATED PULL 22/36] classes: Add recipe class to overrides

2012-02-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com We have currently no override to detect a recipe being build cross, crosssdk or for target at times we can use virtclass-native and virtclass-nativesdk to override stuff in recipes but we dont have way to modify a variables based on recipe type always. With this

[OE-core] [CONSOLIDATED PULL 27/36] linux-yocto: update 3.2 kernel to v3.2.7

2012-02-27 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Updating the 3.2 kernel recipe to the latest -stable release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb |9 + meta/recipes-kernel/linux/linux-yocto_3.2.bb| 19

[OE-core] [CONSOLIDATED PULL 32/36] bitbake.conf: add default value for TUNE_PKGARCH

2012-02-27 Thread Saul Wold
From: Matthew McClintock m...@freescale.com Add a default value for TUNE_PKGARCH. This let's us use the following: TUNE_PKGARCH_tune-ppce500 Instead of scanning over variables and using bitbake internal functions to create a valid value here. Signed-off-by: Matthew McClintock

[OE-core] [CONSOLIDATED PULL 33/36] tune-ppc*.inc: update to use new default value for TUNE_PKGARCH

2012-02-27 Thread Saul Wold
From: Matthew McClintock m...@freescale.com Signed-off-by: Matthew McClintock m...@freescale.com --- meta/conf/machine/include/tune-ppc603e.inc |2 +- meta/conf/machine/include/tune-ppce300c2.inc |2 +- meta/conf/machine/include/tune-ppce500.inc |2 +-

[OE-core] [CONSOLIDATED PULL 35/36] mtd-utils: Don't use host 'ranlib' or 'ar'.

2012-02-27 Thread Saul Wold
From: James Limbouris ja...@digitalmatter.com.au 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 Limbouris ja...@digitalmatter.com.au ---

[OE-core] [CONSOLIDATED PULL 34/36] qt4.inc: depend on tiff

2012-02-27 Thread Saul Wold
From: Andreas Oberritter o...@opendreambox.org * Fixes the following error with qt4-embedded-4.8.0 and possibly others: | ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No such file or directory Signed-off-by: Andreas Oberritter o...@opendreambox.org ---

[OE-core] [CONSOLIDATED PULL 02/36] distro_tracking_fields: add information for lsbtest

2012-02-27 Thread Saul Wold
From: Yi Zhao yi.z...@windriver.com Add information for recipe lsbtest. --- .../conf/distro/include/distro_tracking_fields.inc |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc

[OE-core] [CONSOLIDATED PULL 11/36] file: Update to version 5.11

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../file/{file_5.10.bb = file_5.11.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/file/{file_5.10.bb = file_5.11.bb} (85%) diff --git a/meta/recipes-devtools/file/file_5.10.bb

[OE-core] [CONSOLIDATED PULL 14/36] mkfontdir: Update to version 1.0.7

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- .../{mkfontdir_1.0.6.bb = mkfontdir_1.0.7.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{mkfontdir_1.0.6.bb = mkfontdir_1.0.7.bb} (81%) diff --git

[OE-core] [CONSOLIDATED PULL 25/36] bluez4: Fix build on x86/amd64 with gcc 4.7

2012-02-27 Thread Saul Wold
From: Khem Raj raj.k...@gmail.com gcc figures an impossible asm contraint in inline asm which it is correct about i requires the operand to be a compile-time constant but memory location of a multi-dimensional array isn't constant at compile time. Signed-off-by: Khem Raj raj.k...@gmail.com ---

[OE-core] [CONSOLIDATED PULL 09/36] qemu: Add glib-2.0 as depends

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/qemu/qemu.inc |2 +- meta/recipes-devtools/qemu/qemu_0.15.1.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc

[OE-core] [CONSOLIDATED PULL 29/36] arch-powerpc{, 64}.inc: update/add PACKAGE_EXTRA_ARCHS for powerpc/powerpc64

2012-02-27 Thread Saul Wold
From: Matthew McClintock m...@freescale.com Signed-off-by: Matthew McClintock m...@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

[OE-core] [CONSOLIDATED PULL 18/36] xf86-video-intel: Update to version 2.18.0

2012-02-27 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- ...-intel_2.17.0.bb = xf86-video-intel_2.18.0.bb} |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.17.0.bb = xf86-video-intel_2.18.0.bb} (84%) diff --git

[OE-core] [CONSOLIDATED PULL 36/36] gettext: Get gettext use its own libunistring

2012-02-27 Thread Saul Wold
From: Wenzong Fan wenzong@windriver.com According to its documentation, gettext 0.18.1.1 needs either libunistring or it will use its own internal version. Just add a configure option '--with-included-libunistring' to force the latter to avoid races. [YOCTO#1934] Signed-off-by: Wenzong Fan

  1   2   >