Magellan Linux

Contents of /smage/trunk/core/kernel26-sources-alx/kernel26-sources-alx-2.6.24-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Sun Jan 11 01:07:49 2009 UTC (15 years, 5 months ago) by niro
File size: 5930 byte(s)
-fixed old cvs headers
1 # $Id$
2
3 # based on the standard magellan kernel (2.6.24-magellan-r7):
4 # using linux-2.6.24.7
5 # using fbcondecor-0.9.4 (fbsplash)
6 # using squashfs-3.3
7 # added unionfs-2.2.3 (http://www.filesystems.org/project-unionfs.html)
8 # using tuxonice-3.0-rc5 (suspend2) (http://www.suspend2.net/)
9 # -> disabled tuxonice-cluster modules; seems to be broken
10 # using linux-phc-0.3.0 (https://www.dedigentoo.org/trac/linux-phc/)
11 # disabled acpi-dsdt-0.8.4 (http://acpi.sourceforge.net/ && http://gaugusch.at/kernel.shtml)
12 # -> disabled cause of "runaway loop request module binfmt-0000"
13 # using reiser4 (http://www.namesys.com/v4/v4.html && http://kamikaze.waninkoko.info/)
14 # added ipw3945-1.2.2 wlan driver (http://ipw3945.sf.net)
15 # added fix for mptbase; vmware does not detect any scsi disk
16 # - see: http://bbs.archlinux.org/viewtopic.php?pid=249283
17 # added some fixes for powertop (http://www.lesswatts.org/projects/powertop/)
18 # use modular ide-framework to fix udma issues with nforce boards
19 # added patch to strip all debugging symbols resulting in a much smaller kernel
20
21 # what type are we building (sources or image) ?
22 KERNEL_TYPE="sources"
23
24 # which branch we're using
25 BRANCH="alx"
26
27 PNAME="kernel26-sources-${BRANCH}"
28
29 # 2.6.x.x subver style
30 PSUBVER=""
31
32 PVER="2.6.24${PSUBVER}"
33 PBUILD="r2"
34
35 PCATEGORIE="sys-kernel"
36 STATE="unstable"
37
38 DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel sources."
39 HOMEPAGE="http://magellan-linux.net"
40
41 DEPEND=""
42
43 PROVIDE="virtual/kernel-sources"
44
45 # we are providing a realpkg from now on !
46 # note: for srcinstall only ! no package exists
47 #PKGTYPE="sources"
48
49 SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
50 SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
51
52 # include global kernel26 functions
53 sminclude kernel26 alx
54
55 # --- extra drivers included in this kernel: ---
56 # we do not bundle ati-drivers and nvidia-glx drivers anymore
57 # use our new module builders!
58 # --- eot extra drivers ---
59
60 # we are providing a realpkg from now on !
61 # note2: we prevent to build a package here (smage2)
62 #NOPKGBUILD=true
63
64 # no need to waste time here
65 NOSTRIP=true
66
67 SRC_URI=(
68 http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
69 mirror://kernel26-${BRANCH}/${SRCFILE}
70 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686
71 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i486
72 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.24.1-all-fixes.patch patches-${PVER}-${PBUILD}"
73 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.24.2-all-fixes.patch patches-${PVER}-${PBUILD}"
74 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.24.3-all-fixes.patch patches-${PVER}-${PBUILD}"
75 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.24.4-all-fixes.patch patches-${PVER}-${PBUILD}"
76 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0104-2.6.24.5-all-fixes.patch patches-${PVER}-${PBUILD}"
77 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0105-2.6.24.6-all-fixes.patch patches-${PVER}-${PBUILD}"
78 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0106-2.6.24.7-all-fixes.patch patches-${PVER}-${PBUILD}"
79 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.24-fbcondecor-0.9.4.patch patches-${PVER}-${PBUILD}"
80 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0152-2.6.21-squashfs-3.3.patch patches-${PVER}-${PBUILD}"
81 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.24-unionfs-2.2.3.patch patches-${PVER}-${PBUILD}"
82 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.24-tuxonice-3.0-rc5.patch patches-${PVER}-${PBUILD}"
83 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0156-2.6.24-linux-phc-0.3.0.patch patches-${PVER}-${PBUILD}"
84 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.24-acpi-dsdt-initrd-0.8.4.patch patches-${PVER}-${PBUILD}"
85 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.24-reiser4.patch patches-${PVER}-${PBUILD}"
86 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0160-2.6.24-ipw3945-1.2.2.patch patches-${PVER}-${PBUILD}"
87 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.24-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
88 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0302-2.6.24-powertop-fixes.patch patches-${PVER}-${PBUILD}"
89 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0303-2.6.24-strip-debug.patch patches-${PVER}-${PBUILD}"
90 )
91
92 src_prepare()
93 {
94 kernel26_src_prepare || die
95
96 # 001-100 - ck patches (deprecated atm)
97 # 100-150 - official updates
98 mpatch patches-${PVER}-${PBUILD}/0100-2.6.24.1-all-fixes.patch || die
99 mpatch patches-${PVER}-${PBUILD}/0101-2.6.24.2-all-fixes.patch || die
100 mpatch patches-${PVER}-${PBUILD}/0102-2.6.24.3-all-fixes.patch || die
101 mpatch patches-${PVER}-${PBUILD}/0103-2.6.24.4-all-fixes.patch || die
102 mpatch patches-${PVER}-${PBUILD}/0104-2.6.24.5-all-fixes.patch || die
103 mpatch patches-${PVER}-${PBUILD}/0105-2.6.24.6-all-fixes.patch || die
104 mpatch patches-${PVER}-${PBUILD}/0106-2.6.24.7-all-fixes.patch || die
105 # 150-300 - magellan patches, driver updates etc
106 mpatch patches-${PVER}-${PBUILD}/0150-2.6.24-fbcondecor-0.9.4.patch || die
107 mpatch patches-${PVER}-${PBUILD}/0152-2.6.21-squashfs-3.3.patch || die
108 mpatch patches-${PVER}-${PBUILD}/0153-2.6.24-unionfs-2.2.3.patch || die
109 mpatch patches-${PVER}-${PBUILD}/0154-2.6.24-tuxonice-3.0-rc5.patch || die
110 mpatch patches-${PVER}-${PBUILD}/0156-2.6.24-linux-phc-0.3.0.patch || die
111 # mpatch patches-${PVER}-${PBUILD}/0157-2.6.24-acpi-dsdt-initrd-0.8.4.patch || die
112 mpatch patches-${PVER}-${PBUILD}/0159-2.6.24-reiser4.patch || die
113 mpatch patches-${PVER}-${PBUILD}/0160-2.6.24-ipw3945-1.2.2.patch || die
114 # 300-400 - compilations fixes and other
115 mpatch patches-${PVER}-${PBUILD}/0301-2.6.24-mptbase-vmware-fix.patch || die
116 mpatch patches-${PVER}-${PBUILD}/0302-2.6.24-powertop-fixes.patch || die
117 mpatch patches-${PVER}-${PBUILD}/0303-2.6.24-strip-debug.patch || die
118 }

Properties

Name Value
svn:keywords Id