Magellan Linux

Annotation of /trunk/core/kernel26-magellan-server/kernel26-magellan-server-2.6.31-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3651 - (hide annotations) (download)
Wed Oct 28 17:44:03 2009 UTC (14 years, 6 months ago) by niro
File size: 4258 byte(s)
auto added: ver bump to 2.6.31-r1
1 niro 3651 # $Id$
2    
3     # standard magellan kernel:
4     # using linux-2.6.31.4
5     # using fbcondecor-0.9.6 (http://dev.gentoo.org/~spock/projects/fbcondecor/)
6     # using unionfs-2.5.3 (http://www.filesystems.org/project-unionfs.html)
7     # using tuxonice-20091009 (suspend2) (http://www.suspend2.net/)
8     # -> disabled tuxonice-cluster modules; seems to be broken
9     # dropped linux-phc-0.3.2
10     # dropped acpi-dsdt-0.9c
11     # using reiser4 (http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/)
12     # -> using mm-patch from http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/
13     # using fix for mptbase; vmware does not detect any scsi disk
14     # - see: http://bbs.archlinux.org/viewtopic.php?pid=249283
15     # use modular ide-framework to fix udma issues with nforce boards
16     # dropped some fb drivers (FB_S3, FB_VT8623, FB_ARK) to disable the FB_TILEBLITTING symbol to enable FB_CON_DECOR
17     # enabled ufs filesystem support in kernel-configs
18     # disabled CONFIG_SYSFS_DEPRECATED && CONFIG_SYSFS_DEPRECATED_V2 to respect modern udev versions
19    
20     # what type are we building (sources or image) ?
21     KERNEL_TYPE="image"
22    
23     # which branch we're using
24     BRANCH="magellan-server"
25    
26     PNAME="kernel26-${BRANCH}"
27    
28     # 2.6.x.x subver style
29     PSUBVER=""
30    
31     PVER="2.6.31${PSUBVER}"
32     PBUILD="r1"
33    
34     PCATEGORIE="sys-kernel"
35     STATE="unstable"
36    
37     DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel image with udev, fbsplash, vesa-tng, reiser4 support."
38     HOMEPAGE="http://magellan-linux.net"
39    
40     DEPEND=">= sys-apps/module-init-tools-3.10
41     >= sys-fs/udev-146
42     >= sys-apps/mkinitrd-6.1.0
43     >= sys-apps/initscripts-0.5"
44    
45     PROVIDE="virtual/kernel
46     virtual/alsa-drivers"
47    
48     SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
49     SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
50    
51     # include global kernel26 functions
52     sminclude kernel26 mtools
53    
54     # --- extra drivers included in this kernel: ---
55     # we do not bundle ati-drivers and nvidia-glx drivers anymore
56     # use our new module builders!
57     # --- eot extra drivers ---
58    
59     SRC_URI=(
60     http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
61     mirror://kernel26-${BRANCH}/${SRCFILE}
62     mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686
63     mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-x86_64
64     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.31.1-all-fixes.patch patches-${PVER}-${PBUILD}"
65     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.31.2-all-fixes.patch patches-${PVER}-${PBUILD}"
66     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.31.3-all-fixes.patch patches-${PVER}-${PBUILD}"
67     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.31.4-all-fixes.patch patches-${PVER}-${PBUILD}"
68     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.31-fbcondecor-0.9.6.patch patches-${PVER}-${PBUILD}"
69     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.31-unionfs-2.5.3.patch patches-${PVER}-${PBUILD}"
70     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.31-tuxonice-20091009.patch patches-${PVER}-${PBUILD}"
71     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.31-reiser4-7.patch patches-${PVER}-${PBUILD}"
72     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.31-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
73     )
74    
75     UP2PVER="${PVER}.4"
76     UP2DATE="updatecmd http://www.kernel.org/ | grep -A3 -i 'latest stable' | sed -n 's/.*\([0-9].[0-9].[0-9].*\).*/\1/;$ p'"
77    
78     src_prepare()
79     {
80     kernel26_src_prepare || die
81    
82     # 001-100 - ck patches (deprecated atm)
83     # 100-150 - official updates
84     mpatch patches-${PVER}-${PBUILD}/0100-2.6.31.1-all-fixes.patch || die
85     mpatch patches-${PVER}-${PBUILD}/0101-2.6.31.2-all-fixes.patch || die
86     mpatch patches-${PVER}-${PBUILD}/0102-2.6.31.3-all-fixes.patch || die
87     mpatch patches-${PVER}-${PBUILD}/0103-2.6.31.4-all-fixes.patch || die
88     # 150-300 - magellan patches, driver updates etc
89     mpatch patches-${PVER}-${PBUILD}/0150-2.6.31-fbcondecor-0.9.6.patch || die
90     mpatch patches-${PVER}-${PBUILD}/0153-2.6.31-unionfs-2.5.3.patch || die
91     mpatch patches-${PVER}-${PBUILD}/0154-2.6.31-tuxonice-20091009.patch || die
92     mpatch patches-${PVER}-${PBUILD}/0159-2.6.31-reiser4-7.patch || die
93     # 300-400 - compilations fixes and other
94     mpatch patches-${PVER}-${PBUILD}/0301-2.6.31-mptbase-vmware-fix.patch || die
95     }

Properties

Name Value
svn:keywords Id