Magellan Linux

Contents of /smage/branches/alx-0_9_0/kernel26-sources-alx/kernel26-sources-alx-2.6.24-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1271 - (show annotations) (download)
Tue Dec 29 12:48:37 2009 UTC (14 years, 5 months ago) by niro
File size: 5788 byte(s)
renamed branch_0.9.0 to alx-0_9_0
1 # $Header: /alx-cvs/smage-eglibc/kernel26-sources-alx/kernel26-sources-alx-2.6.24-r1.smage2,v 1.2 2008/06/24 17:22:40 niro Exp $
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
20 # what type are we building (sources or image) ?
21 KERNEL_TYPE="sources"
22
23 # which branch we're using
24 BRANCH="alx"
25
26 PNAME="kernel26-sources-${BRANCH}"
27
28 # 2.6.x.x subver style
29 PSUBVER=""
30
31 PVER="2.6.24${PSUBVER}"
32 PBUILD="r1"
33
34 PCATEGORIE="sys-kernel"
35 STATE="unstable"
36
37 DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel sources."
38 HOMEPAGE="http://magellan-linux.net"
39
40 DEPEND=""
41
42 PROVIDE="virtual/kernel-sources"
43
44 # we are providing a realpkg from now on !
45 # note: for srcinstall only ! no package exists
46 #PKGTYPE="sources"
47
48 SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
49 SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
50
51 # include global kernel26 functions
52 sminclude kernel26 alx
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 # we are providing a realpkg from now on !
60 # note2: we prevent to build a package here (smage2)
61 #NOPKGBUILD=true
62
63 # no need to waste time here
64 NOSTRIP=true
65
66 SRC_URI=(
67 http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
68 mirror://kernel26-${BRANCH}/${SRCFILE}
69 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686
70 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i486
71 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.24.1-all-fixes.patch patches-${PVER}-${PBUILD}"
72 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.24.2-all-fixes.patch patches-${PVER}-${PBUILD}"
73 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.24.3-all-fixes.patch patches-${PVER}-${PBUILD}"
74 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.24.4-all-fixes.patch patches-${PVER}-${PBUILD}"
75 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0104-2.6.24.5-all-fixes.patch patches-${PVER}-${PBUILD}"
76 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0105-2.6.24.6-all-fixes.patch patches-${PVER}-${PBUILD}"
77 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0106-2.6.24.7-all-fixes.patch patches-${PVER}-${PBUILD}"
78 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.24-fbcondecor-0.9.4.patch patches-${PVER}-${PBUILD}"
79 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0152-2.6.21-squashfs-3.3.patch patches-${PVER}-${PBUILD}"
80 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.24-unionfs-2.2.3.patch patches-${PVER}-${PBUILD}"
81 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.24-tuxonice-3.0-rc5.patch patches-${PVER}-${PBUILD}"
82 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0156-2.6.24-linux-phc-0.3.0.patch patches-${PVER}-${PBUILD}"
83 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.24-acpi-dsdt-initrd-0.8.4.patch patches-${PVER}-${PBUILD}"
84 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.24-reiser4.patch patches-${PVER}-${PBUILD}"
85 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0160-2.6.24-ipw3945-1.2.2.patch patches-${PVER}-${PBUILD}"
86 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.24-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
87 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0302-2.6.24-powertop-fixes.patch patches-${PVER}-${PBUILD}"
88 )
89
90 src_prepare()
91 {
92 kernel26_src_prepare || die
93
94 # 001-100 - ck patches (deprecated atm)
95 # 100-150 - official updates
96 mpatch patches-${PVER}-${PBUILD}/0100-2.6.24.1-all-fixes.patch || die
97 mpatch patches-${PVER}-${PBUILD}/0101-2.6.24.2-all-fixes.patch || die
98 mpatch patches-${PVER}-${PBUILD}/0102-2.6.24.3-all-fixes.patch || die
99 mpatch patches-${PVER}-${PBUILD}/0103-2.6.24.4-all-fixes.patch || die
100 mpatch patches-${PVER}-${PBUILD}/0104-2.6.24.5-all-fixes.patch || die
101 mpatch patches-${PVER}-${PBUILD}/0105-2.6.24.6-all-fixes.patch || die
102 mpatch patches-${PVER}-${PBUILD}/0106-2.6.24.7-all-fixes.patch || die
103 # 150-300 - magellan patches, driver updates etc
104 mpatch patches-${PVER}-${PBUILD}/0150-2.6.24-fbcondecor-0.9.4.patch || die
105 mpatch patches-${PVER}-${PBUILD}/0152-2.6.21-squashfs-3.3.patch || die
106 mpatch patches-${PVER}-${PBUILD}/0153-2.6.24-unionfs-2.2.3.patch || die
107 mpatch patches-${PVER}-${PBUILD}/0154-2.6.24-tuxonice-3.0-rc5.patch || die
108 mpatch patches-${PVER}-${PBUILD}/0156-2.6.24-linux-phc-0.3.0.patch || die
109 # mpatch patches-${PVER}-${PBUILD}/0157-2.6.24-acpi-dsdt-initrd-0.8.4.patch || die
110 mpatch patches-${PVER}-${PBUILD}/0159-2.6.24-reiser4.patch || die
111 mpatch patches-${PVER}-${PBUILD}/0160-2.6.24-ipw3945-1.2.2.patch || die
112 # 300-400 - compilations fixes and other
113 mpatch patches-${PVER}-${PBUILD}/0301-2.6.24-mptbase-vmware-fix.patch || die
114 mpatch patches-${PVER}-${PBUILD}/0302-2.6.24-powertop-fixes.patch || die
115 }

Properties

Name Value
svn:keywords Id