Magellan Linux

Annotation of /trunk/core/kernel26-magellan-server/kernel26-magellan-server-2.6.27-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 363 - (hide annotations) (download)
Tue Dec 23 09:44:49 2008 UTC (15 years, 6 months ago) by niro
File size: 7197 byte(s)
-ver bump to 2.6.27-magellan-r2:
- updated to linux-2.6.27.10
- using tuxonice current-20081025
- adjusted kernel-configs to use tuxonice and enabled ufs filesystem support

1 niro 363 # $Header: /magellan-cvs/smage/kernel26-magellan-server/kernel26-magellan-server-2.6.25-r5.smage2,v 1.1 2008/10/07 09:42:57 niro Exp $
2    
3     # standard magellan kernel:
4     # using linux-2.6.27.10
5     # using fbcondecor-0.9.4 (http://dev.gentoo.org/~spock/projects/fbcondecor/)
6     # using squashfs-3.4 (http://squashfs.sourceforge.net/)
7     # using unionfs-2.5 (http://www.filesystems.org/project-unionfs.html)
8     # using tuxonice-current-20081025 (suspend2) (http://www.suspend2.net/)
9     # -> disabled tuxonice-cluster modules; seems to be broken
10     # using linux-phc-0.3.1 (https://www.dedigentoo.org/trac/linux-phc/)
11     # -> using a patched version from http://hoo.homeunix.net/~teknohog/hacks/linux-phc-kernel-vanilla-2.6.25-teknohog.patch
12     # disabled acpi-dsdt-0.9c (http://acpi.sourceforge.net/ && http://gaugusch.at/kernel.shtml)
13     # -> disabled cause of "runaway loop request module binfmt-0000"
14     # using reiser4 (http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/)
15     # -> using mm-patch from http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/
16     # dropped ipw3945-1.2.2 wlan driver (http://ipw3945.sf.net)
17     # added fix for mptbase; vmware does not detect any scsi disk
18     # - see: http://bbs.archlinux.org/viewtopic.php?pid=249283
19     # added some fixes for powertop (http://www.lesswatts.org/projects/powertop/)
20     # use modular ide-framework to fix udma issues with nforce boards
21     # using atl2-2.0.4 ethernet driver (http://people.redhat.com/csnook/atl2/; http://atl2.sourceforge.net/)
22     # -> using a version from fedora which works with linux-2.6.27
23     # dropped some fb drivers (FB_S3, FB_VT8623, FB_ARK) to disable the FB_TILEBLITTING symbol to enable FB_CON_DECOR
24     # enabled ufs filesystem support in kernel-configs
25    
26     # what type are we building (sources or image) ?
27     KERNEL_TYPE="image"
28    
29     # which branch we're using
30     BRANCH="magellan-server"
31    
32     PNAME="kernel26-${BRANCH}"
33    
34     # 2.6.x.x subver style
35     PSUBVER=""
36    
37     PVER="2.6.27${PSUBVER}"
38     PBUILD="r2"
39    
40     PCATEGORIE="sys-kernel"
41     STATE="unstable"
42    
43     DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel image with udev, fbsplash, vesa-tng, reiser4 support."
44     HOMEPAGE="http://magellan-linux.net"
45    
46     DEPEND=">= sys-apps/module-init-tools-3.4
47     >= sys-fs/udev-135
48     >= sys-apps/mkinitrd-6.0.9
49     >= sys-apps/initscripts-0.5"
50    
51     PROVIDE="virtual/kernel
52     virtual/alsa-drivers"
53    
54     # special vars for mage file only
55     mPVER="${PVER}"
56     mPBUILD="${PBUILD}"
57     mBRANCH="${BRANCH}"
58     SPECIAL_VARS="mPVER mPBUILD mBRANCH"
59    
60     SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
61     SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
62    
63     # include global kernel26 functions
64     sminclude kernel26 mtools
65    
66     # --- extra drivers included in this kernel: ---
67     # we do not bundle ati-drivers and nvidia-glx drivers anymore
68     # use our new module builders!
69     # --- eot extra drivers ---
70    
71     SRC_URI=(
72     http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
73     mirror://kernel26-${BRANCH}/${SRCFILE}
74     mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686
75     mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-x86_64
76     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.27.1-all-fixes.patch patches-${PVER}-${PBUILD}"
77     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.27.2-all-fixes.patch patches-${PVER}-${PBUILD}"
78     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.27.3-all-fixes.patch patches-${PVER}-${PBUILD}"
79     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.27.4-all-fixes.patch patches-${PVER}-${PBUILD}"
80     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0104-2.6.27.5-all-fixes.patch patches-${PVER}-${PBUILD}"
81     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0105-2.6.27.6-all-fixes.patch patches-${PVER}-${PBUILD}"
82     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0106-2.6.27.7-all-fixes.patch patches-${PVER}-${PBUILD}"
83     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0107-2.6.27.8-all-fixes.patch patches-${PVER}-${PBUILD}"
84     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0108-2.6.27.9-all-fixes.patch patches-${PVER}-${PBUILD}"
85     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0109-2.6.27.10-all-fixes.patch patches-${PVER}-${PBUILD}"
86     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.27-fbcondecor-0.9.4.patch patches-${PVER}-${PBUILD}"
87     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0152-2.6.27-squashfs-3.4.patch patches-${PVER}-${PBUILD}"
88     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.27-unionfs-2.5.patch patches-${PVER}-${PBUILD}"
89     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.27-tuxonice-current-20081025.patch patches-${PVER}-${PBUILD}"
90     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0156-2.6.27-linux-phc-0.3.1-teknohog.patch patches-${PVER}-${PBUILD}"
91     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.27-acpi-dsdt-initrd-0.9c.patch patches-${PVER}-${PBUILD}"
92     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.27-reiser4-5.patch patches-${PVER}-${PBUILD}"
93     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0161-2.6.27-atl2-2.0.4-2.patch patches-${PVER}-${PBUILD}"
94     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.27-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
95     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0302-2.6.27-powertop-fixes.patch patches-${PVER}-${PBUILD}"
96     )
97    
98     UP2PVER="${PVER}.10"
99     UP2DATE="updatecmd http://www.kernel.org/ | grep 'latest stable' | sed 's/.*\([0-9].[0-9].[0-9].*\).*/\1/'"
100    
101     src_prepare()
102     {
103     kernel26_src_prepare || die
104    
105     # 001-100 - ck patches (deprecated atm)
106     # 100-150 - official updates
107     mpatch patches-${PVER}-${PBUILD}/0100-2.6.27.1-all-fixes.patch || die
108     mpatch patches-${PVER}-${PBUILD}/0101-2.6.27.2-all-fixes.patch || die
109     mpatch patches-${PVER}-${PBUILD}/0102-2.6.27.3-all-fixes.patch || die
110     mpatch patches-${PVER}-${PBUILD}/0103-2.6.27.4-all-fixes.patch || die
111     mpatch patches-${PVER}-${PBUILD}/0104-2.6.27.5-all-fixes.patch || die
112     mpatch patches-${PVER}-${PBUILD}/0105-2.6.27.6-all-fixes.patch || die
113     mpatch patches-${PVER}-${PBUILD}/0106-2.6.27.7-all-fixes.patch || die
114     mpatch patches-${PVER}-${PBUILD}/0107-2.6.27.8-all-fixes.patch || die
115     mpatch patches-${PVER}-${PBUILD}/0108-2.6.27.9-all-fixes.patch || die
116     mpatch patches-${PVER}-${PBUILD}/0109-2.6.27.10-all-fixes.patch || die
117     # 150-300 - magellan patches, driver updates etc
118     mpatch patches-${PVER}-${PBUILD}/0150-2.6.27-fbcondecor-0.9.4.patch || die
119     mpatch patches-${PVER}-${PBUILD}/0152-2.6.27-squashfs-3.4.patch || die
120     mpatch patches-${PVER}-${PBUILD}/0153-2.6.27-unionfs-2.5.patch || die
121     mpatch patches-${PVER}-${PBUILD}/0154-2.6.27-tuxonice-current-20081025.patch || die
122     mpatch patches-${PVER}-${PBUILD}/0156-2.6.27-linux-phc-0.3.1-teknohog.patch || die
123     # mpatch patches-${PVER}-${PBUILD}/0157-2.6.27-acpi-dsdt-initrd-0.9c.patch || die
124     mpatch patches-${PVER}-${PBUILD}/0159-2.6.27-reiser4-5.patch || die
125     mpatch patches-${PVER}-${PBUILD}/0161-2.6.27-atl2-2.0.4-2.patch || die
126     # 300-400 - compilations fixes and other
127     mpatch patches-${PVER}-${PBUILD}/0301-2.6.27-mptbase-vmware-fix.patch || die
128     # disabled atm, needs re-diff
129     # mpatch patches-${PVER}-${PBUILD}/0302-2.6.27-powertop-fixes.patch || die
130     }

Properties

Name Value
svn:keywords Id