Magellan Linux

Annotation of /trunk/core/kernel26-magellan/kernel26-magellan-2.6.31-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:keywords Id