diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-30 18:05:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-30 18:05:42 +0000 |
commit | 39b44ff0ab17cd89ccbdd971201a671349558adc (patch) | |
tree | 4414b99c529127e369b978d4b7b93b2270b0558e /packages/linux/linux-neuros_2.6.15.bb | |
parent | 92a3b502575e078cb62bb12153f3be30900db601 (diff) |
linux-neuros 2.6.15: add patch to build with gcc4, still needs better defconfig and EABI patches
Diffstat (limited to 'packages/linux/linux-neuros_2.6.15.bb')
-rw-r--r-- | packages/linux/linux-neuros_2.6.15.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-neuros_2.6.15.bb b/packages/linux/linux-neuros_2.6.15.bb index 82df2f44bd..f103d2c35f 100644 --- a/packages/linux/linux-neuros_2.6.15.bb +++ b/packages/linux/linux-neuros_2.6.15.bb @@ -1,7 +1,7 @@ #require linux-omap.inc PV = "2.6.15-torfu" -PR = "r4" +PR = "r5" COMPATIBLE_MACHINE = "(neuros-osd)" @@ -10,6 +10,7 @@ COMPATIBLE_MACHINE = "(neuros-osd)" SRC_URI = "svn://svn.neurostechnology.com/svn/neuros-bsp/branches/torfu/kernels;module=linux-2.6.15;proto=svn;rev= \ file://g0-20080113.patch;patch=1\ file://bsp_config.h \ + file://mtune-gcc4-fix.patch;patch=1 \ file://defconfig" S = "${WORKDIR}/linux-2.6.15" |