[oe] [PATCH v2] emacs: Add emacs 23.2

2010-11-18 Thread Sean Cross
Emacs 23.2 is the first version that cleanly builds with gcc-4.5. This patch adds support for Emacs 23.2. --- recipes/emacs/emacs_23.2.bb | 12 +++ recipes/emacs/files/emacs23.2-use-qemu.patch | 102 ++ 2 files changed, 114 insertions(+), 0 deletions(

Re: [oe] emacs: Add emacs 23.2

2010-11-18 Thread Sean Cross
On 19-Nov-2010, at 12:42 PM, Khem Raj wrote: > On Thu, Nov 18, 2010 at 8:34 PM, Sean Cross wrote: > >> >> --- >> recipes/emacs/emacs_23.2.bb | 15 >> recipes/emacs/files/emacs23.2-use-qemu.patch | 102 >> ++

[oe] emacs: Add emacs 23.2

2010-11-18 Thread Sean Cross
Emacs 23.2 is the first version that cleanly builds with gcc-4.5. This patch adds support for Emacs 23.2. --- recipes/emacs/emacs_23.2.bb | 15 recipes/emacs/files/emacs23.2-use-qemu.patch | 102 ++ 2 files changed, 117 insertions(+), 0 deletions

[oe] [PATCH v2] live555: Add version 20101015 and remove older versions

2010-10-17 Thread Sean Cross
Live555 gets downloaded from http://www.live555.com/liveMedia/public/ but they only have the latest version available. This patch adds support for the latest version, and removes older packages which cannot build due to missing tarballs. --- recipes/live555/live555_20051005.bb | 26 -

[oe] [PATCH] live555: Add latest version

2010-10-17 Thread Sean Cross
Live555 gets downloaded from http://www.live555.com/liveMedia/public/ but they only have the latest version available. This recipe adds support for the latest version. --- recipes/live555/live555_20101015.bb |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 r

[oe] [PATCH v2] libsamplerate: Fix checksums to match downloaded file

2010-10-17 Thread Sean Cross
diff --git a/recipes/libsamplerate/libsamplerate0_0.1.7.bb b/recipes/libsamplerate/libsamplerate0_0.1.7.bb index 737e934..2a81e4b 100644 --- a/recipes/libsamplerate/libsamplerate0_0.1.7.bb +++ b/recipes/libsamplerate/libsamplerate0_0.1.7.bb @@ -2,7 +2,7 @@ DESCRIPTION = "An audio Sample Rate Conve

Re: [oe] [PATCH] libsamplerate: Fix checksums to match downloaded file

2010-10-17 Thread Sean Cross
On 17-Oct-2010, at 7:22 PM, Frans Meulenbroeks wrote: > 2010/10/17 Sean Cross : >> libsamplerate-0.1.7.tar.gz has changed upstream. The Angstrom mirror has an >> old version of the file. Pulling it from the source, I see that the >> following two changes have been mad

[oe] [PATCH] libsamplerate: Fix checksums to match downloaded file

2010-10-16 Thread Sean Cross
libsamplerate-0.1.7.tar.gz has changed upstream. The Angstrom mirror has an old version of the file. Pulling it from the source, I see that the following two changes have been made without bumping the version: diff -ur old-libsamplerate-0.1.7/ChangeLog libsamplerate-0.1.7/ChangeLog --- old-lib

Re: [oe] [PATCH] c-ares: Fix configure script

2010-10-14 Thread Sean Cross
On 14-Oct-2010, at 7:39 AM, Khem Raj wrote: > On Wed, Oct 13, 2010 at 1:12 PM, Sean Cross wrote: >> >> The syntax of one of the AC_CHECK_FUNCS is incorrect. Removing the >> lines in question allows the package to configure and build. > > > instead of removing

[oe] [PATCH v2] c-ares: Fix configure.ac

2010-10-14 Thread Sean Cross
Get configure to work with our version of autoconf by fixing the syntax of configure.ac --- recipes/c-ares/0001-fix-configure.ac.patch | 12 recipes/c-ares/c-ares_1.5.3.bb |4 +++- 2 files changed, 15 insertions(+), 1 deletions(-) create mode 100644 recipes/c-ares/0

[oe] [PATCH] c-ares: Fix configure script

2010-10-13 Thread Sean Cross
The syntax of one of the AC_CHECK_FUNCS is incorrect. Removing the lines in question allows the package to configure and build. --- .../0001-remove-broken-configure.ac-commands.patch | 32 recipes/c-ares/c-ares_1.5.3.bb |4 ++- 2 files changed, 35 i

[oe] [PATCH] linux-imx-git: Fix compile error by making rotary coder a builtin

2010-10-13 Thread Sean Cross
There is a problem with certain functions not being exported in the kernel. This causes a compile error. As a workaround, make the rotary coder a builtin. --- .../linux-imx-git/chumby-falconwing/defconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/linu

[oe] [PATCH][v4, 3/3] linux-imx-git: Add linux-imx-git and chumby Falconwing patches

2010-09-11 Thread Sean Cross
Adds the linux-imx Git repo, and adds support for the chumby Falconwing device. --- .../linux-imx-git/chumby-falconwing/defconfig | 1987 + recipes/linux/linux-imx_git.bb | 22 + 2 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 recipes/linux/linux-im

[oe] [PATCH][v4, 2/3] bootstream: Add falconwing bootloader definition

2010-09-11 Thread Sean Cross
This adds the "bootstream" recipe, which can be used to boot i.MX233 chips. It specifically adds the chumby falconwing bootstream recipe. --- recipes/bootstream/bootstream-falconwing_1.bb | 65 recipes/bootstream/fix-oe-build.patch | 405 + 2 files changed

[oe] [PATCH][v4,1/3] chumby-falconwing: Add machine definition

2010-09-11 Thread Sean Cross
Adds the machine definition for chumby Falconwing-based boards --- conf/machine/chumby-falconwing.conf | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 conf/machine/chumby-falconwing.conf diff --git a/conf/machine/chumby-falconwing.conf b/co

[oe] [PATCH] driftnet: fix recipe to work with a modern build system

2010-09-10 Thread Sean Cross
The driftnet recipe seems to be patching the Makefile to explicitly specify a compiler called arm-linux-gcc, and to remove the dependency on pkg-config. I believe both of these are obsolete practices now. Signed-off-by: Sean Cross --- recipes/driftnet/driftnet-0.1.6/arm.patch | 13

Re: [oe] [PATCH 2/3] Add chumby falconwing kernel recipe

2010-08-24 Thread Sean Cross
On Aug 20, 2010, at 5:36 AM, Eric Bénard wrote: > Hi Sean, > > Le 19/08/2010 21:21, Sean Cross a écrit : >> On Aug 19, 2010, at 1:32 AM, Koen Kooi wrote: >>> Can't this me merged into the .26.28 kernel recipe? >>> >> I can do that, but the resultin

Re: [oe] Add chumby falconwing support

2010-08-24 Thread Sean Cross
On Aug 20, 2010, at 6:46 AM, Denys Dmytriyenko wrote: > On Wed, Aug 18, 2010 at 04:03:16PM -0700, Sean Cross wrote: >> The following patches add support for chumby Falconwing-based boards, such >> as the chumby One. This is distinct from the current "chumby" machine

Re: [oe] [PATCH 2/3] Add chumby falconwing kernel recipe

2010-08-19 Thread Sean Cross
On Aug 19, 2010, at 1:32 AM, Koen Kooi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Can't this me merged into the .26.28 kernel recipe? > > On 19-08-10 01:03, Sean Cross wrote: >> >> Signed-off-by: Sean Cross >> --- >> reci

[oe] [PATCH v3 3/3] chumby-falconwing: Create chumby-falconwing bootloader recipe

2010-08-19 Thread Sean Cross
The checksums of the archive changed, which means the recipe needed to be updated to match. Signed-off-by: Sean Cross --- .../bootstream-falconwing_1.bb | 65 recipes/bootstream-falconwing/fix-oe-build.patch | 405 2 files changed, 470

[oe] [PATCH 2/3][v2] chumby-falconwing: Create chumby-falconwing linux kernel recipe

2010-08-18 Thread Sean Cross
linux-chumby-falconwing: Add chumby Falconwing-based Linux kernel recipe and associated config file. Signed-off-by: Sean Cross --- recipes/linux/linux-chumby-falconwing.bb| 14 + recipes/linux/linux-chumby-falconwing/defconfig | 1987 +++ 2 files changed, 2001

[oe] [PATCH 3/3][v2] chumby-falconwing: Create chumby-falconwing bootloader recipe

2010-08-18 Thread Sean Cross
bootstream-falconwing: Add recipe and patch for chumby Bootstream-based bootloader for use with Falconwing-based devices such as the chumby One. Signed-off-by: Sean Cross --- .../bootstream-falconwing_1.bb | 65 recipes/bootstream-falconwing/fix-oe-build.patch

[oe] [PATCH 1/3][v2] chumby-falconwing: Create chumby-falconwing machine

2010-08-18 Thread Sean Cross
Signed-off-by: Sean Cross --- conf/machine/chumby-falconwing.conf | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 conf/machine/chumby-falconwing.conf diff --git a/conf/machine/chumby-falconwing.conf b/conf/machine/chumby-falconwing.conf

Re: [oe] [PATCH 1/3] Add falconwing machine config

2010-08-18 Thread Sean Cross
On Aug 18, 2010, at 10:47 PM, Khem Raj wrote: > On Wed, Aug 18, 2010 at 4:03 PM, Sean Cross wrote: >> >> Signed-off-by: Sean Cross >> --- >> conf/machine/chumby-falconwing.conf | 24 >> 1 files changed, 24 insertions(+), 0 deletio

Re: [oe] [PATCH 1/3] Add falconwing machine config

2010-08-18 Thread Sean Cross
On Aug 18, 2010, at 4:15 PM, Graham Gower wrote: > On 19 August 2010 08:33, Sean Cross wrote: >> >> Signed-off-by: Sean Cross >> --- >> conf/machine/chumby-falconwing.conf | 24 >> 1 files changed, 24 insertions(+), 0 deletio

[oe] [PATCH 2/3] Add chumby falconwing kernel recipe

2010-08-18 Thread Sean Cross
Signed-off-by: Sean Cross --- recipes/linux/linux-chumby-falconwing.bb| 14 + recipes/linux/linux-chumby-falconwing/defconfig | 1987 +++ 2 files changed, 2001 insertions(+), 0 deletions(-) create mode 100644 recipes/linux/linux-chumby-falconwing.bb create mode

[oe] Add chumby falconwing support

2010-08-18 Thread Sean Cross
The following patches add support for chumby Falconwing-based boards, such as the chumby One. This is distinct from the current "chumby" machine, which appears to be support for the Chumy Classic, Ironforge-based devices. ___ Openembedded-devel mailing

[oe] [PATCH 3/3] Add bootstream-falconwing recipe

2010-08-18 Thread Sean Cross
Signed-off-by: Sean Cross --- .../bootstream-falconwing_1.bb | 65 recipes/bootstream-falconwing/fix-oe-build.patch | 405 2 files changed, 470 insertions(+), 0 deletions(-) create mode 100644 recipes/bootstream-falconwing/bootstream

[oe] [PATCH 1/3] Add falconwing machine config

2010-08-18 Thread Sean Cross
Signed-off-by: Sean Cross --- conf/machine/chumby-falconwing.conf | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 conf/machine/chumby-falconwing.conf diff --git a/conf/machine/chumby-falconwing.conf b/conf/machine/chumby-falconwin g.conf