Magellan Linux

Contents of /trunk/core/kernel26-sources-magellan/kernel26-sources-magellan-2.6.31-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4395 - (show annotations) (download)
Thu Dec 10 20:28:31 2009 UTC (14 years, 4 months ago) by niro
File size: 4584 byte(s)
auto added: ver bump to 2.6.31-r3
1 # $Id$
2
3 # standard magellan kernel:
4 # using linux-2.6.31.7
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="magellan"
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="r3"
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}-i686
68 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-x86_64
69 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.31.1-all-fixes.patch patches-${PVER}-${PBUILD}"
70 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.31.2-all-fixes.patch patches-${PVER}-${PBUILD}"
71 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.31.3-all-fixes.patch patches-${PVER}-${PBUILD}"
72 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.31.4-all-fixes.patch patches-${PVER}-${PBUILD}"
73 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0104-2.6.31.5-all-fixes.patch patches-${PVER}-${PBUILD}"
74 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0105-2.6.31.6-all-fixes.patch patches-${PVER}-${PBUILD}"
75 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0106-2.6.31.7-all-fixes.patch patches-${PVER}-${PBUILD}"
76 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.31-fbcondecor-0.9.6.patch patches-${PVER}-${PBUILD}"
77 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.31-unionfs-2.5.3.patch patches-${PVER}-${PBUILD}"
78 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.31-tuxonice-20091009.patch patches-${PVER}-${PBUILD}"
79 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.31-reiser4-7.patch patches-${PVER}-${PBUILD}"
80 )
81
82 UP2PVER="${PVER}.7"
83 UP2DATE="updatecmd http://www.kernel.org/ | grep -A3 -i 'latest stable' | sed -n 's/.*\([0-9].[0-9].[0-9].*\).*/\1/;$ p'"
84
85 src_prepare()
86 {
87 kernel26_src_prepare || die
88
89 # 001-100 - ck patches (deprecated atm)
90 # 100-150 - official updates
91 mpatch patches-${PVER}-${PBUILD}/0100-2.6.31.1-all-fixes.patch || die
92 mpatch patches-${PVER}-${PBUILD}/0101-2.6.31.2-all-fixes.patch || die
93 mpatch patches-${PVER}-${PBUILD}/0102-2.6.31.3-all-fixes.patch || die
94 mpatch patches-${PVER}-${PBUILD}/0103-2.6.31.4-all-fixes.patch || die
95 mpatch patches-${PVER}-${PBUILD}/0104-2.6.31.5-all-fixes.patch || die
96 mpatch patches-${PVER}-${PBUILD}/0105-2.6.31.6-all-fixes.patch || die
97 mpatch patches-${PVER}-${PBUILD}/0106-2.6.31.7-all-fixes.patch || die
98 # 150-300 - magellan patches, driver updates etc
99 mpatch patches-${PVER}-${PBUILD}/0150-2.6.31-fbcondecor-0.9.6.patch || die
100 mpatch patches-${PVER}-${PBUILD}/0153-2.6.31-unionfs-2.5.3.patch || die
101 mpatch patches-${PVER}-${PBUILD}/0154-2.6.31-tuxonice-20091009.patch || die
102 mpatch patches-${PVER}-${PBUILD}/0159-2.6.31-reiser4-7.patch || die
103 # 300-400 - compilations fixes and other
104 }

Properties

Name Value
svn:keywords Id