Magellan Linux

Annotation of /smage/trunk/core/kernel26-sources-mcore/kernel26-sources-mcore-2.6.31-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 74 - (hide annotations) (download)
Tue Jan 5 12:56:33 2010 UTC (14 years, 4 months ago) by niro
File size: 4912 byte(s)
auto added: ver bump to 2.6.31-r1
1 niro 74 # $Id$
2    
3     # based on the standard magellan kernel (2.6.31-magellan-r4):
4     # using linux-2.6.31.9
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="sources"
20    
21     # which branch we're using
22     BRANCH="mcore"
23    
24     PNAME="kernel26-sources-${BRANCH}"
25    
26     # 2.6.x.x subver style
27     PSUBVER=""
28    
29     PVER="2.6.31${PSUBVER}"
30     PBUILD="r1"
31    
32     PCATEGORIE="sys-kernel"
33     STATE="unstable"
34    
35     DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel sources."
36     HOMEPAGE="http://magellan-linux.net"
37    
38     DEPEND=""
39    
40     PROVIDE="virtual/kernel-sources"
41    
42     # we are providing a realpkg from now on !
43     # note: for srcinstall only ! no package exists
44     #PKGTYPE="sources"
45    
46     SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
47     SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
48    
49     # include global kernel26 functions
50     sminclude kernel26
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     # we are providing a realpkg from now on !
58     # note2: we prevent to build a package here (smage2)
59     #NOPKGBUILD=true
60    
61     # no need to waste time here
62     NOSTRIP=true
63    
64     SRC_URI=(
65     http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
66     mirror://kernel26-${BRANCH}/${SRCFILE}
67     mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i486
68     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.31.1-all-fixes.patch patches-${PVER}-${PBUILD}"
69     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.31.2-all-fixes.patch patches-${PVER}-${PBUILD}"
70     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.31.3-all-fixes.patch patches-${PVER}-${PBUILD}"
71     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.31.4-all-fixes.patch patches-${PVER}-${PBUILD}"
72     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0104-2.6.31.5-all-fixes.patch patches-${PVER}-${PBUILD}"
73     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0105-2.6.31.6-all-fixes.patch patches-${PVER}-${PBUILD}"
74     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0106-2.6.31.7-all-fixes.patch patches-${PVER}-${PBUILD}"
75     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0107-2.6.31.8-all-fixes.patch patches-${PVER}-${PBUILD}"
76     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0108-2.6.31.9-all-fixes.patch patches-${PVER}-${PBUILD}"
77     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.31-fbcondecor-0.9.6.patch patches-${PVER}-${PBUILD}"
78     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.31-unionfs-2.5.3.patch patches-${PVER}-${PBUILD}"
79     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.31-tuxonice-20091009.patch patches-${PVER}-${PBUILD}"
80     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.31-reiser4-7.patch patches-${PVER}-${PBUILD}"
81     )
82    
83     UP2PVER="${PVER}.9"
84     UP2DATE="updatecmd http://www.kernel.org/ | grep -A3 -i 'latest stable' | sed -n 's/.*\([0-9].[0-9].[0-9].*\).*/\1/;$ p'"
85    
86     src_prepare()
87     {
88     kernel26_src_prepare || die
89    
90     # 001-100 - ck patches (deprecated atm)
91     # 100-150 - official updates
92     mpatch patches-${PVER}-${PBUILD}/0100-2.6.31.1-all-fixes.patch || die
93     mpatch patches-${PVER}-${PBUILD}/0101-2.6.31.2-all-fixes.patch || die
94     mpatch patches-${PVER}-${PBUILD}/0102-2.6.31.3-all-fixes.patch || die
95     mpatch patches-${PVER}-${PBUILD}/0103-2.6.31.4-all-fixes.patch || die
96     mpatch patches-${PVER}-${PBUILD}/0104-2.6.31.5-all-fixes.patch || die
97     mpatch patches-${PVER}-${PBUILD}/0105-2.6.31.6-all-fixes.patch || die
98     mpatch patches-${PVER}-${PBUILD}/0106-2.6.31.7-all-fixes.patch || die
99     mpatch patches-${PVER}-${PBUILD}/0107-2.6.31.8-all-fixes.patch || die
100     mpatch patches-${PVER}-${PBUILD}/0108-2.6.31.9-all-fixes.patch || die
101     # 150-300 - magellan patches, driver updates etc
102     mpatch patches-${PVER}-${PBUILD}/0150-2.6.31-fbcondecor-0.9.6.patch || die
103     mpatch patches-${PVER}-${PBUILD}/0153-2.6.31-unionfs-2.5.3.patch || die
104     mpatch patches-${PVER}-${PBUILD}/0154-2.6.31-tuxonice-20091009.patch || die
105     mpatch patches-${PVER}-${PBUILD}/0159-2.6.31-reiser4-7.patch || die
106     # 300-400 - compilations fixes and other
107     }

Properties

Name Value
svn:keywords Id