All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jörg Bakker" <joerg@hakker.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] linux-epia-2.6.19.2
Date: Mon, 30 Mar 2009 22:36:41 +0200	[thread overview]
Message-ID: <200903302236.41493.joerg@hakker.de> (raw)
In-Reply-To: <20090330200610.GD14278@smtp.west.cox.net>

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

Am Montag 30 März 2009 22:06:10 schrieb Tom Rini:
> On Mon, Mar 30, 2009 at 09:55:16PM +0200, Jörg Bakker wrote:
> > Building of linux-epia-2.6.19.2 stops with the following error:
>
> [snip]
>
> This is actually quite a common error.  Can we call the patch something
> more generic and stick it into files/ ? Thanks.

ok, called the actual patch linux-2.6-limits.patch and moved it to files/

Resulting diff is attached. However, the patch is currently only applyed in 
linux-epia_2.6.19.2.bb as I don't know which recipes are affected also.

Thanx for your input.



[-- Attachment #2: linux-26-limits.patch --]
[-- Type: text/x-patch, Size: 1227 bytes --]

diff -Nur openembedded/recipes/linux/files/linux-2.6-limits.patch build/recipes/linux/files/linux-2.6-limits.patch
--- openembedded/recipes/linux/files/linux-2.6-limits.patch	1970-01-01 01:00:00.000000000 +0100
+++ build/recipes/linux/files/linux-2.6-limits.patch	2009-03-30 22:20:00.000000000 +0200
@@ -0,0 +1,10 @@
+--- linux/scripts/mod/sumversion.c.orig	2009-03-15 21:44:58.000000000 +0100
++++ linux/scripts/mod/sumversion.c	2009-03-15 21:44:58.000000000 +0100
+@@ -8,6 +8,7 @@
+ #include <errno.h>
+ #include <string.h>
+ #include "modpost.h"
++#include <linux/limits.h>
+ 
+ /*
+  * Stolen form Cryptographic API.
diff -Nur openembedded/recipes/linux/linux-epia_2.6.19.2.bb build/recipes/linux/linux-epia_2.6.19.2.bb
--- openembedded/recipes/linux/linux-epia_2.6.19.2.bb	2009-03-21 10:44:07.000000000 +0100
+++ build/recipes/linux/linux-epia_2.6.19.2.bb	2009-03-30 22:25:22.000000000 +0200
@@ -6,7 +6,8 @@
 KERNEL_CCSUFFIX = "-3.3.4"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
-           file://epia_defconfig"
+           file://epia_defconfig \
+	   file://linux-2.6-limits.patch;patch=1"
 S = "${WORKDIR}/linux-${PV}"
 
 COMPATIBLE_HOST = 'i.86.*-linux'

  reply	other threads:[~2009-03-30 20:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-30 19:55 [PATCH] linux-epia-2.6.19.2 Jörg Bakker
2009-03-30 20:06 ` Tom Rini
2009-03-30 20:36   ` Jörg Bakker [this message]
2009-03-30 21:00     ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200903302236.41493.joerg@hakker.de \
    --to=joerg@hakker.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.