[OE-core] [PATCH 27/30] fuse: drop since it is not used by other recipes

2011-05-09 Thread Saul Wold
From: Otavio Salvador This is unused and a newer version will be made available in meta-oe in meanwhile. Signed-off-by: Otavio Salvador --- .../fuse-2.7.2/not-run-updaterc.d-on-host.patch| 15 - meta-demoapps/recipes-kernel/fuse/fuse.inc | 13 --- meta-demoa

[OE-core] [PATCH 23/30] libxkbfile: disable xcb

2011-05-09 Thread Saul Wold
From: Otavio Salvador Currently libx11 defaults to build without xcb backend and thus this needs to explicit depends on it or disable it. We opted to disable it since it is not critical for it to work. Signed-off-by: Otavio Salvador --- meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb |4

[OE-core] [PATCH 18/30] gtkhtml2: Update to 1161

2011-05-09 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb index 1e4e012..d6af820 100644 --- a/meta/

[OE-core] [PATCH 13/30] readline: update version

2011-05-09 Thread Saul Wold
From: Adrian Alonso * Readline new recipe version 6.2 Signed-off-by: Adrian Alonso --- meta/recipes-core/readline/readline_6.2.bb |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-core/readline/readline_6.2.bb diff --git a/meta/recipes-core/readl

[OE-core] [PATCH 08/30] kernel-arch: add microblaze to valid archs

2011-05-09 Thread Saul Wold
From: Adrian Alonso * Add Microblaze target to valid arch list definition Signed-off-by: Adrian Alonso --- meta/classes/kernel-arch.bbclass |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass index d6ae2

[OE-core] [PATCH 28/30] oe/patch.py: Remove series file during Clean()

2011-05-09 Thread Saul Wold
From: Khem Raj Currently if there is a failed do_patch the series files get appended so if there were two patches a.patch b.patch and b.patch failed during next run it would append a.patch again a.patch b.patch a.patch and this would keep growing. We can remove series file in Clean() because w

[OE-core] [PATCH 03/30] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES

2011-05-09 Thread Saul Wold
From: Khem Raj Appending to BBPATH gives a definite order to BBLAYERS which means paths are preferred in order from left to right. [sgw: merged in comment] Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- meta/conf/layer.conf | 10 +- 1 files changed, 9 insertions(+), 1 deletion

[OE-core] [PATCH 30/30] toolchain-qte: include cross-compiler and fix env script

2011-05-09 Thread Saul Wold
From: Ilya Yanok This patch fixes the meta-toolchain-qte recipe: 1. cross-compiler added to the TOOLCHAIN_HOST_TASK. 2. Corrected paths in the environment script. 3. TOOLCHAIN_OUTPUTNAME used instead of SDK_SUFFIX. Signed-off-by: Ilya Yanok --- meta/recipes-qt/meta/meta-toolchain-qte.bb |

[OE-core] [PATCH 19/30] linux-yocto: remove non-core (qemu) machine compatibility

2011-05-09 Thread Saul Wold
From: Bruce Ashfield The machine configuration of the non-core (non-qemu) machines exists in other layers. Moving the branch mappings, compatibility and SRCREVs of these machines out of the main linux-yocto recipe is the first step in that move. Signed-off-by: Bruce Ashfield Acked-by: Darren Ha

[OE-core] [PATCH 29/30] libxmu: Add native function

2011-05-09 Thread Saul Wold
From: Xiaofeng Yan Add native function to libxmu_1.1.0.bb file because qt3 native depends on its native. Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/xorg-lib/libxmu_1.1.0.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx

[OE-core] [PATCH 22/30] busybox: add support to mdev

2011-05-09 Thread Saul Wold
From: Otavio Salvador This changes the packaging only if the configuration used has mdev support enabled. Signed-off-by: Otavio Salvador --- meta/recipes-core/busybox/busybox.inc | 14 +- meta/recipes-core/busybox/busybox_1.18.4.bb |2 + meta/recipes-core/busybox/files/mdev

[OE-core] [PATCH 25/30] cmake.bbclass: fix qmake and rpath issues

2011-05-09 Thread Saul Wold
From: Otavio Salvador Sync with OE at 3b7d83362027fde4f6850533ab83277d95dda961 however without changing the way of generating the toolchain file and making it branding agnostic. Signed-off-by: Otavio Salvador --- meta/classes/cmake.bbclass | 19 +-- 1 files changed, 17 insert

[OE-core] [PATCH 26/30] qmake_base.bbclass: add generate_qt_config_file task

2011-05-09 Thread Saul Wold
From: Otavio Salvador This writes a qt.conf inside WORKDIR to properly configure projects based on CMake. This is required since qmake variables (returned by -query command) are fixed into the binary and can only be changed using a qt.conf file. Signed-off-by: Otavio Salvador --- meta/classes/

[OE-core] [PATCH 20/30] linux-yocto: error if meta data not present

2011-05-09 Thread Saul Wold
From: Bruce Ashfield There are valid reasons to build repositories without meta data present and there are times when this is an error. This change adds sanity tests to the build process to detect missing meta data and throw an informative error message. Sanity checking is only triggered from re

[OE-core] [PATCH 17/30] web-sato: Update for svn -> git transtion

2011-05-09 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- meta/recipes-sato/web/{web_svn.bb => web_git.bb} | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-sato/web/{web_svn.bb => web_git.bb} (72%) diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web

[OE-core] [PATCH 21/30] meta/conf/local.conf.sample: fix mklibs comment line split and typo

2011-05-09 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/conf/local.conf.sample |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index cf7f33f..c33dc0e 100644 --- a/meta/conf/local.conf.sample +++ b/met

[OE-core] [PATCH 16/30] gnome-doc-utils: Add additional missing -nonet options to xsltproc

2011-05-09 Thread Saul Wold
From: Scott Garman I missed some instances of xsltproc when adding -nonet in my previous commit. This should take care of them all to fix the compilation errors. Signed-off-by: Scott Garman --- .../gnome/gnome-doc-utils/xsltproc_nonet.patch | 70 +++- meta/recipes-gnome/g

[OE-core] [PATCH 24/30] insane.bbclass: skip license checksum if LICENSE is "CLOSED"

2011-05-09 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- meta/classes/insane.bbclass |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index e9d4bfa..35809b9 100644 --- a/meta/classes/insane.bbclass +++ b/meta/c

[OE-core] [PATCH 15/30] syslinux: improve packaging

2011-05-09 Thread Saul Wold
From: Otavio Salvador Usually only parts of syslinux are used by products and thus syslinux can be greatly reduced in size. This changes does it as: - syslinux: syslinux binary - syslinux-extlinux: extlinux binary - syslinux-mbr: mbr.bin - syslinux-chain: chain.c32 - syslinux-pxelinux: pxel

[OE-core] [PATCH 12/30] package_rpm: use target vendor information

2011-05-09 Thread Saul Wold
From: Adrian Alonso * Instead of hardcoding target vendor string "-poky" use TARGET_VENDOR information in case of using external toolchains Signed-off-by: Adrian Alonso --- meta/classes/package_rpm.bbclass |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/clas

[OE-core] [PATCH 11/30] image-mklibs: add microblaze arch support

2011-05-09 Thread Saul Wold
From: Adrian Alonso * In function mklibs_optimize_image_doit * Add microblaze arch case for setting the dynamic_loader used by "mklibs" call Signed-off-by: Adrian Alonso --- meta/classes/image-mklibs.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/class

[OE-core] [PATCH 14/30] scripts/oe-setup-builddir: fix typo

2011-05-09 Thread Saul Wold
From: Otavio Salvador Signed-off-by: Otavio Salvador --- scripts/oe-setup-builddir |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 2f8a064..7fefc52 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup

[OE-core] [PATCH 07/30] insane: add micrblaze target info

2011-05-09 Thread Saul Wold
From: Adrian Alonso * package_qa_get_machine_dict * Add microblaze dic entry for QA * Prebuilt toolchain triplet microblaze-unknown-linux-gnu- * TARGET_OS is linux-gnu for this toolchain Signed-off-by: Adrian Alonso --- meta/classes/insane.bbclass |4 +++- 1 files changed, 3 insertions(+),

[OE-core] [PATCH 10/30] linux-libc-headers: add microblaze ARCH definition

2011-05-09 Thread Saul Wold
From: Adrian Alonso * Add Microblaze ARCH definition * Bump PR Signed-off-by: Adrian Alonso --- .../linux-libc-headers_2.6.37.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.37.2.bb

[OE-core] [PATCH 06/30] lttng-ust_0.12.bb: Fix compilation on uclibc

2011-05-09 Thread Saul Wold
From: Khem Raj We provide alternative implementation of sched_getcpu() when compiling for uclibc Signed-off-by: Khem Raj --- .../lttng/lttng-ust/uclibc-sched_getcpu.patch | 50 meta/recipes-kernel/lttng/lttng-ust_0.12.bb|4 +- 2 files changed, 53 inserti

[OE-core] [PATCH 02/30] recipes: Replace gconf-dbus with gconf

2011-05-09 Thread Saul Wold
From: Khem Raj Some distributions e.g. angstrom do not support gconf-dbus anymore since its now provided by gconf and in oe-core we have PREFERRED_PROVIDER_gconf tunable, here we replace all dependencies on gconf-dbus with gconf, which should work in both cases where poky defines PREFERRED_PROVID

[OE-core] [PATCH 05/30] liburcu_0.5.4.bb: Let it build on uclibc targets

2011-05-09 Thread Saul Wold
From: Khem Raj uclibc requires -D_GNU_SOURCE to be defined for it to enable GNU extensions which CPU_SET/CPU_ZERO are used by this package. So we add -D_GNU_SOURCE to CFLAGS when compiling for uclibc. Signed-off-by: Khem Raj --- meta/recipes-support/liburcu/liburcu_0.5.4.bb |2 +- 1 files

[OE-core] [PATCH 09/30] siteinfo: add microblaze target info

2011-05-09 Thread Saul Wold
From: Adrian Alonso * Add microblaze target info * Microblaze soft CPU can be configured as big-endian/little-endian * Currently target info support for microblaze big endian, using prebuilt toolchains. Signed-off-by: Adrian Alonso --- meta/classes/siteinfo.bbclass |1 + 1 files changed,

[OE-core] [PATCH 00/30] Consolidated Pull Request for 5/10/2011

2011-05-09 Thread Saul Wold
From: Saul Wold Richard, There is a matching request to poky - master for the kernel recipe, please ensure you pull that one also. This contains support for the microblaze from Adrian and some uclibc from Khem, along with some changes from Otavio. I passed through the insane LICENSE == CLOSED

[OE-core] [PATCH 01/30] qemu-script: Fix qemu seg fault if install Nvidia proprietary driver.

2011-05-09 Thread Saul Wold
From: Zhai Edwin This fix works on Ubuntu, and other distro can add its own path of Mesa's libGL Signed-off-by: Zhai Edwin --- scripts/runqemu-internal | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal inde

[OE-core] [PATCH 04/30] libgalago_0.5.2.bb: Fix compile for uclibc

2011-05-09 Thread Saul Wold
From: Khem Raj uclibc targets may not have gettext but this package still needs config.rpath during regenerating configury so we provide it when libc is uclibc. Signed-off-by: Khem Raj --- .../recipes-connectivity/galago/libgalago_0.5.2.bb |4 1 files changed, 4 insertions(+), 0 delet

Re: [OE-core] [PATCH 1/1] rsync (GPLv2): fix security vulnerability CVE-2007-4091

2011-05-09 Thread Cui, Dexuan
Saul Wold wrote: > On 05/09/2011 10:03 PM, He, Qing wrote: >>> -Original Message- >>> From: openembedded-core-boun...@lists.openembedded.org >>> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf >>> Of Saul Wold Sent: 2011年5月10日 13:02 >>> To: Patches and discussions about

Re: [OE-core] Pull request with misc changes

2011-05-09 Thread Saul Wold
On 05/09/2011 12:15 PM, Otavio Salvador wrote: Hello, This pull request fixes some issues I found since the last pull request and should be preferred against the first. Otavio, Next time, please use the create-pull-request script, which will generate a set of patch emails so that we can revi

Re: [OE-core] [PATCH 1/1] rsync (GPLv2): fix security vulnerability CVE-2007-4091

2011-05-09 Thread Saul Wold
On 05/09/2011 10:03 PM, He, Qing wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Saul >> Wold >> Sent: 2011年5月10日 13:02 >> To: Patches and discussions about the oe-core layer >>

Re: [OE-core] [PATCH 1/1] rsync (GPLv2): fix security vulnerability CVE-2007-4091

2011-05-09 Thread He, Qing
>-Original Message- >From: openembedded-core-boun...@lists.openembedded.org >[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Saul >Wold >Sent: 2011年5月10日 13:02 >To: Patches and discussions about the oe-core layer >Subject: Re: [OE-core] [PATCH 1/1] rsync (GPLv2): fix

Re: [OE-core] [PATCH 1/1] rsync (GPLv2): fix security vulnerability CVE-2007-4091

2011-05-09 Thread Saul Wold
On 05/09/2011 07:54 PM, Dexuan Cui wrote: From: Dexuan Cui Added a patch to fix http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-4091 This is missing a [YOCTO #bugid], please add and resend. (update branch is OK). Sau! Signed-off-by: Dexuan Cui --- .../rsync/rsync-2.6.9/rsync-2.6

Re: [OE-core] [PATCH 0/5] Misc fixes related to gcc 4.6.0

2011-05-09 Thread Saul Wold
On 05/09/2011 02:43 PM, Nitin A Kamble wrote: From: Nitin A Kamble Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Thanks, Nitin A Kamble --- Khem Raj (1): gcc-4.6.0: Apply linaro pat

[OE-core] [PATCH 0/1] rsync (GPLv2): fix security vulnerability CVE-2007-4091

2011-05-09 Thread Dexuan Cui
From: Dexuan Cui The patch is from https://issues.rpath.com/browse/RPL-1647 and is used to address http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-4091 Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: dcui/master Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?

[OE-core] [PATCH 1/1] rsync (GPLv2): fix security vulnerability CVE-2007-4091

2011-05-09 Thread Dexuan Cui
From: Dexuan Cui Added a patch to fix http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2007-4091 Signed-off-by: Dexuan Cui --- .../rsync/rsync-2.6.9/rsync-2.6.9-fname-obo.patch | 70 meta/recipes-devtools/rsync/rsync_2.6.9.bb |3 +- 2 files changed, 72 in

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-09 Thread Franz Leitl
Hi, Am Dienstag 10 Mai 2011, 03:40:04 schrieb Franz Leitl: > Am Montag 09 Mai 2011, 22:53:19 schrieben Sie: > > The kernel should not remove bounds.h, that is documented in the > > Makefile. If it does, it's a bug. > > After executing "bitbake -f -c compile virtual/kernel" I get bounds.h in > "$

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-09 Thread Franz Leitl
Hi, Am Montag 09 Mai 2011, 22:53:19 schrieben Sie: > The kernel should not remove bounds.h, that is documented in the > Makefile. If it does, it's a bug. After executing "bitbake -f -c compile virtual/kernel" I get bounds.h in "${S}/includes/generated/". Seems as if both oe_runmake -C $kern

[OE-core] [PATCH 4/5] systemtap: fix for compilation with gcc 4.6.0

2011-05-09 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../fix_for_compilation_with_gcc-4.6.0.patch | 119 meta/recipes-kernel/systemtap/systemtap_git.bb |3 +- 2 files changed, 121 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-kernel/system

[OE-core] [PATCH 1/5] gcc-4.6.0: Apply linaro patches

2011-05-09 Thread Nitin A Kamble
From: Khem Raj We take the improvements done by linaro for gcc 4.6 Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.6.0.inc|4 + .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106720.patch | 51 ++ .../gcc-4.6.0/linaro/gcc-4.6-linaro-r106723.patch | 63 ++ .../gcc-4.6.0/

[OE-core] [PATCH 2/5] mdadm: compilation fix for gcc 4.6.0

2011-05-09 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../mdadm/fix_for_compilation_with_gcc-4.6.0.patch | 174 meta/recipes-extended/mdadm/mdadm_3.2.1.bb |5 +- 2 files changed, 177 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/mdad

[OE-core] [PATCH 5/5] kexec-tools: fix compiler errors with gcc 4.6.0

2011-05-09 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../fix_for_compiling_with_gcc-4.6.0.patch | 40 meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb |3 +- 2 files changed, 42 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-kernel/kexec/k

[OE-core] [PATCH 3/5] pax: fix for compiling with gcc 4.6.0

2011-05-09 Thread Nitin A Kamble
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../pax/pax/fix_for_compile_with_gcc-4.6.0.patch | 25 meta/recipes-extended/pax/pax_3.4.bb |5 ++- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-extended/pax/

[OE-core] [PATCH 0/5] Misc fixes related to gcc 4.6.0

2011-05-09 Thread Nitin A Kamble
From: Nitin A Kamble Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Thanks, Nitin A Kamble --- Khem Raj (1): gcc-4.6.0: Apply linaro patches Nitin A Kamble (4): mdadm: compilation fix

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-09 Thread Darren Hart
On 05/09/2011 11:38 AM, Franz Leitl wrote: > Am Montag 09 Mai 2011, 20:23:19 schrieb Darren Hart: >> On 05/09/2011 10:53 AM, Koen Kooi wrote: >>> Op 9 mei 2011, om 19:32 heeft Franz Leitl het volgende geschreven: Hi, Am Montag 09 Mai 2011, 18:28:06 schrieben Sie: >> I've tried

[OE-core] Pull request with misc changes

2011-05-09 Thread Otavio Salvador
Hello, This pull request fixes some issues I found since the last pull request and should be preferred against the first. The following changes since commit d0dc2b5bb02ef55a41e7a97b6831c72391ae7f36: u-boot: correct COPYING MD5SUM (2011-05-08 23:56:11 -0700) are available in the git repository

[OE-core] [PATCH 0/6] Fix recipes for uclibc and others

2011-05-09 Thread Khem Raj
These patches address build failures when using uclibc oe/patch.py fix is a backport from oe, we need to fix BBFILES for oe-core since some class code expects it to be first entry in BBFILES. gconf-dbus to dbus is needed for SDKs to compile for angstrom Pull URL: git://git.openembedded.org/openemb

[OE-core] [PATCH 6/6] oe/patch.py: Remove series file during Clean()

2011-05-09 Thread Khem Raj
Currently if there is a failed do_patch the series files get appended so if there were two patches a.patch b.patch and b.patch failed during next run it would append a.patch again a.patch b.patch a.patch and this would keep growing. We can remove series file in Clean() because we populate it in

[OE-core] [PATCH 5/6] lttng-ust_0.12.bb: Fix compilation on uclibc

2011-05-09 Thread Khem Raj
We provide alternative implementation of sched_getcpu() when compiling for uclibc Signed-off-by: Khem Raj --- .../lttng/lttng-ust/uclibc-sched_getcpu.patch | 50 meta/recipes-kernel/lttng/lttng-ust_0.12.bb|4 +- 2 files changed, 53 insertions(+), 1 deletio

[OE-core] [PATCH 4/6] liburcu_0.5.4.bb: Let it build on uclibc targets

2011-05-09 Thread Khem Raj
uclibc requires -D_GNU_SOURCE to be defined for it to enable GNU extensions which CPU_SET/CPU_ZERO are used by this package. So we add -D_GNU_SOURCE to CFLAGS when compiling for uclibc. Signed-off-by: Khem Raj --- meta/recipes-support/liburcu/liburcu_0.5.4.bb |2 +- 1 files changed, 1 insert

[OE-core] [PATCH 1/6] recipes: Replace gconf-dbus with gconf

2011-05-09 Thread Khem Raj
Some distributions e.g. angstrom do not support gconf-dbus anymore since its now provided by gconf and in oe-core we have PREFERRED_PROVIDER_gconf tunable, here we replace all dependencies on gconf-dbus with gconf, which should work in both cases where poky defines PREFERRED_PROVIDER-gconf = "gconf

[OE-core] [PATCH 3/6] libgalago_0.5.2.bb: Fix compile for uclibc

2011-05-09 Thread Khem Raj
uclibc targets may not have gettext but this package still needs config.rpath during regenerating configury so we provide it when libc is uclibc. Signed-off-by: Khem Raj --- .../recipes-connectivity/galago/libgalago_0.5.2.bb |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --g

[OE-core] [PATCH 2/6] conf/layer.conf: Use .= to append to BBPATH and =+ for BBFILES

2011-05-09 Thread Khem Raj
Appending to BBPATH gives a definite order to BBLAYERS which means paths are preferred in order from left to right. Signed-off-by: Khem Raj --- meta/conf/layer.conf | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-09 Thread Franz Leitl
Am Montag 09 Mai 2011, 20:23:19 schrieb Darren Hart: > On 05/09/2011 10:53 AM, Koen Kooi wrote: > > Op 9 mei 2011, om 19:32 heeft Franz Leitl het volgende geschreven: > >> Hi, > >> > >> Am Montag 09 Mai 2011, 18:28:06 schrieben Sie: > I've tried to get compcache kernel module building against

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

2011-05-09 Thread Bruce Ashfield
Saul/Richard, The first two patches are a split and resend of the machine movement patch: [ linux-yocto: move non-core machines to meta-yocto The machine configuration of the non-core (non-qemu) machines has moved to meta-yocto. Moving the branch mappings, compatibility and SRCREVs o

[OE-core] [PATCH 3/3] linux-yocto: error if meta data not present

2011-05-09 Thread Bruce Ashfield
There are valid reasons to build repositories without meta data present and there are times when this is an error. This change adds sanity tests to the build process to detect missing meta data and throw an informative error message. Sanity checking is only triggered from recipes (linux-yocto) tha

[OE-core] [PATCH 1/3] linux-yocto: remove non-core (qemu) machine compatibility

2011-05-09 Thread Bruce Ashfield
The machine configuration of the non-core (non-qemu) machines exists in other layers. Moving the branch mappings, compatibility and SRCREVs of these machines out of the main linux-yocto recipe is the first step in that move. Signed-off-by: Bruce Ashfield Acked-by: Darren Hart --- .../recipes-ke

[OE-core] [PATCH 2/3] linux-yocto: move non-core machines to meta-yocto

2011-05-09 Thread Bruce Ashfield
The non-qemu compatibility references have been removed from the main linux-yocto recipe. This change restores them in the meta-yocto layer. Signed-off-by: Bruce Ashfield Acked-by: Darren Hart --- meta-yocto/conf/layer.conf |3 ++- .../linux/linux-yocto-stable_git.bb

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-09 Thread Darren Hart
On 05/09/2011 10:53 AM, Koen Kooi wrote: > > Op 9 mei 2011, om 19:32 heeft Franz Leitl het volgende geschreven: > >> Hi, >> >> Am Montag 09 Mai 2011, 18:28:06 schrieben Sie: I've tried to get compcache kernel module building against 2.6.34 from shr- core but found some issues with ker

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-09 Thread Darren Hart
On 05/09/2011 10:32 AM, Franz Leitl wrote: > Hi, > > Am Montag 09 Mai 2011, 18:28:06 schrieben Sie: >>> I've tried to get compcache kernel module building against 2.6.34 from >>> shr- core but found some issues with kernel.bbclass and module.bbclass. >>> >>> The kernel.bbclass deletes the .c fil

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-09 Thread Koen Kooi
Op 9 mei 2011, om 19:32 heeft Franz Leitl het volgende geschreven: > Hi, > > Am Montag 09 Mai 2011, 18:28:06 schrieben Sie: >>> I've tried to get compcache kernel module building against 2.6.34 from >>> shr- core but found some issues with kernel.bbclass and module.bbclass. >>> >>> The kernel.b

Re: [OE-core] fuse update

2011-05-09 Thread Otavio Salvador
On Mon, May 9, 2011 at 13:46, Saul Wold wrote: > It would make sense for you to move it to meta-oe at this time, if we find > more recipes require it our other layers are needed it, then we can consider > it for oe-core. OK; I will queue a changeset removing it from OE-core. It makes no sense to

Re: [OE-core] Pull request with misc fixes

2011-05-09 Thread Otavio Salvador
On Mon, May 9, 2011 at 14:06, Saul Wold wrote: > I am working on reviewing and staging them.  I did not see a patch for the > libxbkfile, did I miss that email? I will be sending an updated pull request and post the patches with some fixes. Please wait for it for merging. -- Otavio Salvador   

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-09 Thread Franz Leitl
Hi, Am Montag 09 Mai 2011, 18:28:06 schrieben Sie: > > I've tried to get compcache kernel module building against 2.6.34 from > > shr- core but found some issues with kernel.bbclass and module.bbclass. > > > > The kernel.bbclass deletes the .c files from scripts directory which are > > later need

Re: [OE-core] Pull request with misc fixes

2011-05-09 Thread Saul Wold
On 05/07/2011 12:14 PM, Otavio Salvador wrote: Hello, I have sent those patches to mailing list some days ago but they haven't been merged since it and some merged changes has conflicts that need to be fixed. So I did. Octavio, I am working on reviewing and staging them. I did not see a patc

Re: [OE-core] [PATCH 8/8] scripts/send-pull-request: Add CC selectively

2011-05-09 Thread Darren Hart
On Sat, 2011-05-07 at 10:57 -0700, Khem Raj wrote: > On Sat, May 7, 2011 at 9:23 AM, Darren Hart wrote: > > On Sat, 2011-05-07 at 00:54 -0700, Khem Raj wrote: Hi Khem, > >> Currently a consolidated pull request adds all the participants > >> to every patch, which in essence is good but might los

Re: [OE-core] fuse update

2011-05-09 Thread Saul Wold
On 05/03/2011 07:06 AM, Otavio Salvador wrote: Hello, I am migrating some stuff to oe-core and found it has fuse at meta-demoapps. It seems no recipes depends on fuse in oe-core and thus I am wondering how is better to deal with its updating as: - should it be done in oe-core? - should it b

Re: [OE-core] Patch for fixing build issues with external kernel modules.

2011-05-09 Thread Darren Hart
On Mon, 2011-05-09 at 00:16 +0200, Franz Leitl wrote: > Hi, > > I've tried to get compcache kernel module building against 2.6.34 from shr- > core but found some issues with kernel.bbclass and module.bbclass. > > The kernel.bbclass deletes the .c files from scripts directory which are > later >

Re: [OE-core] [PATCH] gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of +=

2011-05-09 Thread Saul Wold
On 05/05/2011 09:57 AM, Khem Raj wrote: Some recipes do not defined EXTRA_OECONF in such cases += drops the --enable|--disable-nls options. In another case where recipe defines EXTRA_OECONF instead of adding/appending to it then --enable|--disable-nls options are lost from EXTRA_OECONF We define

Re: [OE-core] [PATCH] conf/layer.conf: Use .= to append to BBPATH and += for BBFILES

2011-05-09 Thread Saul Wold
On 05/05/2011 10:00 PM, Khem Raj wrote: This helps bitbake in organising BBPATH and BBFILES with given BBFILE_PRIORITY order Signed-off-by: Khem Raj --- meta/conf/layer.conf |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.con

Re: [OE-core] [PATCH 00/10] gcc-4.6.0 related fixes & patch upstream status updates

2011-05-09 Thread Saul Wold
On 05/05/2011 08:36 PM, Nitin A Kamble wrote: From: Nitin A Kamble These are few commits for gcc 4.6.0& patch upstream status. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Thanks, Niti

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-09 Thread Saul Wold
On 05/06/2011 07:48 AM, Koen Kooi wrote: Signed-off-by: Koen Kooi --- meta/classes/package.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index e6b3df7..082f233 100644 --- a/meta/classes/package.bb

Re: [OE-core] [PATCH 0/4] Misc sync up changes

2011-05-09 Thread Saul Wold
On 05/05/2011 08:05 AM, Tom Rini wrote: The following series brings in a few fixups I pushed to openembedded today. In short, in gcc/binutils we were referencing TARGET_SYS in places where we had told configure to mangle things based on TARGET_PREFIX and in the cases where they don't match, it wa

Re: [OE-core] [RFC] systemd units packaging

2011-05-09 Thread Koen Kooi
Op 6 mei 2011, om 16:51 heeft Koen Kooi het volgende geschreven: > > Op 6 mei 2011, om 16:20 heeft Richard Purdie het volgende geschreven: > >> On Fri, 2011-05-06 at 15:39 +0200, Koen Kooi wrote: >>> Now onto my issues: >>> >>> packaging: >>> In OE .dev I added FILES_${PN} += "${base_libdi

Re: [OE-core] [PATCH 00/20] Consolidated Pull for 5/8/2011

2011-05-09 Thread Richard Purdie
On Sun, 2011-05-08 at 23:59 -0700, Saul Wold wrote: > Here is a batch of changes from last week. > > This contains a fix for gnu-config that is a workaround > for a Bernard Bug that we need to back port. > > I have test built for x86, arm and the toolchains Merged to master, thanks. Richard _

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-09 Thread Richard Purdie
On Sat, 2011-05-07 at 09:50 -0700, Darren Hart wrote: > According to my discussion with RP, bb.note() is supposed to appear on > the console. If it doesn't, that is a bug in bitbake, not the recipe > logging. I used this information to document the intended use of the > similarly named bbnote() in

Re: [OE-core] [PATCH 0/1] qemu-script: Fix qemu segfault with Nvidia's proprietary driver

2011-05-09 Thread Zhai, Edwin
Saul Wold wrote: On 05/06/2011 01:36 AM, Zhai Edwin wrote: > > > Pull URL: git://git.pokylinux.org/poky-contrib.git >Branch: gzhai/fix3 >Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix3 > > Zhai Edwin (1): >qemu-script: Fix qemu seg fault if install Nvidia

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-09 Thread Graeme Gregory
On 09/05/2011 08:11, Koen Kooi wrote: Op 8 mei 2011, om 08:23 heeft Khem Raj het volgende geschreven: On 5/7/2011 9:50 AM, Darren Hart wrote: According to my discussion with RP, bb.note() is supposed to appear on the console. If it doesn't, that is a bug in bitbake, not the recipe it does if

Re: [OE-core] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-09 Thread Koen Kooi
Op 8 mei 2011, om 08:23 heeft Khem Raj het volgende geschreven: > On 5/7/2011 9:50 AM, Darren Hart wrote: >> According to my discussion with RP, bb.note() is supposed to appear on >> the console. If it doesn't, that is a bug in bitbake, not the recipe > > it does if we increase verbosity but it

[OE-core] [PATCH 14/20] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

2011-05-09 Thread Saul Wold
From: Koen Kooi Signed-off-by: Koen Kooi --- meta/classes/package.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index e6b3df7..082f233 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/p

[OE-core] [PATCH 19/20] gettext.bbclass, bitbake.conf: Append nls options to EXTRA_OECONF instead of +=

2011-05-09 Thread Saul Wold
From: Khem Raj Some recipes do not defined EXTRA_OECONF in such cases += drops the --enable|--disable-nls options. In another case where recipe defines EXTRA_OECONF instead of adding/appending to it then --enable|--disable-nls options are lost from EXTRA_OECONF We define EXTRA_OECONF = "" in bit

[OE-core] [PATCH 02/20] clutter-gst-1.4: Add missing patch

2011-05-09 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../clutter/clutter-gst/enable_tests-1.4.patch | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.4.patch diff --git a/meta/recipes-graphics/clu

[OE-core] [PATCH 18/20] bash.inc: Add bison-native to DEPENDS

2011-05-09 Thread Saul Wold
From: Tom Rini This is f0652d96ff5c3b08b8e4c4972f7fb0296df6d898 from OE. Signed-off-by: Tom Rini --- meta/recipes-extended/bash/bash.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index ec

[OE-core] [PATCH 10/20] gcc-4.5.1: update upstream status of patches

2011-05-09 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../gcc/gcc-4.5.1/100-uclibc-conf.patch|2 ++ .../gcc/gcc-4.5.1/103-uclibc-conf-noupstream.patch |2 ++ .../gcc/gcc-4.5.1/200-uclibc-locale.patch |2 ++ .../gcc/gcc-4.5.1/203-uclibc-locale-no__x.patch|

[OE-core] [PATCH 09/20] sat-solver: fix compilation issue with gcc 4.6.0

2011-05-09 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../sat-solver/fix_gcc-4.6.0_compile_issue.patch | 115 meta/recipes-extended/sat-solver/sat-solver_git.bb |5 +- 2 files changed, 119 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-extended/sat-

[OE-core] [PATCH 20/20] u-boot: correct COPYING MD5SUM

2011-05-09 Thread Saul Wold
From: Darren Hart Signed-off-by: Darren Hart --- meta/recipes-bsp/uboot/u-boot_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/uboot/u-boot_git.bb b/meta/recipes-bsp/uboot/u-boot_git.bb index 66e7898..d8c196a 100644 --- a/meta/recipes-bsp/ubo

[OE-core] [PATCH 17/20] sysstat.inc: Switch to inherit gettext

2011-05-09 Thread Saul Wold
From: Tom Rini This needs to use both virtual/libnl as well as gettext-native in order to build. So we switch to using inherit gettext. This is 4a022cf3fe3e39aab478bfc13332d358ed80348c from OE where it was tested with qemuarm+angstrom-2010.x+eglibc and qemuarm+minimal-uclibc. Signed-off-by: To

[OE-core] [PATCH 15/20] gcc-package-target: Switch to TARGET_PREFIX in symlinks

2011-05-09 Thread Saul Wold
From: Tom Rini When TARGET_PREFIX and TARGET_SYS didn't match up, the symlinks we made were invalid. TARGET_PREFIX is what we use when configuring so it's what we should be using here. This is 05143e9b5d0a42e32ee0dd3c7fde482ff8d63f63 from OE. Signed-off-by: Tom Rini --- meta/recipes-devtools

[OE-core] [PATCH 04/20] libpcre: update upstream status for patches

2011-05-09 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../libpcre/files/fix-pcre-name-collision.patch|1 + .../recipes-support/libpcre/files/pcre-cross.patch |2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/libpcre/files/fix-pcre-name-colli

[OE-core] [PATCH 16/20] binutils.inc: Switch to TARGET_PREFIX not TARGET_SYS

2011-05-09 Thread Saul Wold
From: Tom Rini When TARGET_PREFIX and TARGET_SYS didn't match up, the symlinks and update-alternatives weren't working. TARGET_PREFIX is what we use when configuring so it's what we should be using here. This is 79b497edc0ce5d54db564818e59b690d3391d6ce from OE. Signed-off-by: Tom Rini --- me

[OE-core] [PATCH 05/20] patch-2.6.1: update patch upstream status

2011-05-09 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../patch/patch-2.6.1/global-reject-file.diff |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/patch/patch-2.6.1/global-reject-file.diff b/meta/recipes-devtools/patch/patch-2.6.1/global-r

[OE-core] [PATCH 11/20] binutils: update upstream status of patches

2011-05-09 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../binutils/binutils-2.21/110-arm-eabi-conf.patch |2 ++ .../binutils-2.21/binutils-2.19.1-ld-sysroot.patch |2 ++ .../binutils/binutils-2.21/binutils-poison.patch |2 ++ .../binutils-uclibc-100-uclibc-conf.patch |

[OE-core] [PATCH 00/20] Consolidated Pull for 5/8/2011

2011-05-09 Thread Saul Wold
From: Saul Wold Richard, Here is a batch of changes from last week. This contains a fix for gnu-config that is a workaround for a Bernard Bug that we need to back port. I have test built for x86, arm and the toolchains Sau! Pull URL: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH 13/20] conf/layer.conf: Use .= to append to BBPATH and += for BBFILES

2011-05-09 Thread Saul Wold
From: Khem Raj This helps bitbake in organising BBPATH and BBFILES with given BBFILE_PRIORITY order Signed-off-by: Khem Raj --- meta/conf/layer.conf |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 5287417..3f63c7d 1

[OE-core] [PATCH 07/20] python-imaging: update upstream status for patches

2011-05-09 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../python/python-imaging/path.patch |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/python/python-imaging/path.patch b/meta/recipes-devtools/python/python-imaging/path.patch in

[OE-core] [PATCH 06/20] patch: update upstream status for patches

2011-05-09 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/patch/patch/debian.patch |2 ++ .../patch/patch/global-reject-file.diff|2 ++ meta/recipes-devtools/patch/patch/install.patch|2 ++ .../patch/patch/unified-reject-files.diff |

[OE-core] [PATCH 12/20] gnu-config-native: add dependency on perl-native

2011-05-09 Thread Saul Wold
From: Dexuan Cui Fixes [YOCTO #968] Signed-off-by: Dexuan Cui --- .../gnu-config/config-guess-uclibc.patch |2 ++ .../gnu-config/gnu-config_20080123.bb |6 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/gnu-config/gnu

  1   2   >