Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184471 - kernel 2.6.21-gentoo-r3 requires 2 fixes to build on landisk
Summary: kernel 2.6.21-gentoo-r3 requires 2 fixes to build on landisk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: sh Linux
: High major (vote)
Assignee: Gentoo SuperH Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-07 06:58 UTC by wouter
Modified: 2007-08-26 00:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wouter 2007-07-07 06:58:24 UTC
In order to build the 2.6.21-gentoo-r3 kernel on landisk 2 changes are required:
 1 In the main Makefile at the location of SUBARCH definition an extra sed line is needed with the following content (required as uname gives sh4 iso sh) :
   -e s/sh./sh/
 2 the patch from the following location needs to be applied due to a change in rtc interface: http://iohack.sourceforge.jp/kogiidena/kernel26/patch-2.6.18-git22/rtc_newif.patch

Reproducible: Always



Expected Results:  
Once the fixes are in place the gentoo kernel can be unmasked on the sh / sh4 platform
Comment 1 SpanKY gentoo-dev 2007-08-26 00:36:26 UTC
the rtc patch is integrated into 2.6.22 and ive sent the uname fix upstream