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(
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
>> ++
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
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 -
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
29 matches
Mail list logo