Magellan Linux

Contents of /smage/trunk/core/kernel26-alx/kernel26-alx-2.6.26-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Sun Jan 11 01:07:49 2009 UTC (15 years, 3 months ago) by niro
File size: 5593 byte(s)
-fixed old cvs headers
1 # $Id$
2
3 # standard magellan kernel:
4 # using linux-2.6.26.5
5 # using fbcondecor-0.9.4 (fbsplash)
6 # using squashfs-3.3
7 # added unionfs-2.3.3 (http://www.filesystems.org/project-unionfs.html)
8 # -> enabled
9 # using tuxonice-3.0-rc7 (suspend2) (http://www.suspend2.net/)
10 # -> disabled tuxonice-cluster modules; seems to be broken
11 # disabled acpi-dsdt-0.9a (http://acpi.sourceforge.net/ && http://gaugusch.at/kernel.shtml)
12 # -> disabled cause of "runaway loop request module binfmt-0000"
13 # using reiser4 (http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/)
14 # dropped ipw3945-1.2.2 wlan driver using iwl-wifi drivers provided since 2.6.26
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 # -> re-diffed against 2.6.26
19 # use modular ide-framework to fix udma issues with nforce boards
20 # added atl2 ethernet driver (http://people.redhat.com/csnook/atl2/; http://atl2.sourceforge.net/)
21 # -> fixed that it works with 2.6.26
22 # added patch to strip all debugging symbols resulting in a much smaller kernel
23 # added patch for axfs support (svn rev 24)
24 # -> re-diffed against 2.6.26
25
26 # what type are we building (sources or image) ?
27 KERNEL_TYPE="image"
28
29 # which branch we're using
30 BRANCH="alx"
31
32 PNAME="kernel26-${BRANCH}"
33
34 # 2.6.x.x subver style
35 PSUBVER=""
36
37 PVER="2.6.26${PSUBVER}"
38 PBUILD="r1"
39
40 PCATEGORIE="sys-kernel"
41 STATE="unstable"
42
43 DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel image with udev, fbsplash, vesa-tng, reiser4 support."
44 HOMEPAGE="http://magellan-linux.net"
45
46 DEPEND=">= sys-apps/module-init-tools-3.4
47 >= sys-fs/udev-119
48 >= sys-apps/hotplug-20040401
49 >= sys-apps/mkinitrd-6
50 >= virtual/initscripts"
51
52 PROVIDE="virtual/kernel
53 virtual/alsa-drivers"
54
55 SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
56 SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
57
58 # include global kernel26 functions
59 sminclude kernel26 mtools alx
60
61 # --- extra drivers included in this kernel: ---
62 # we do not bundle ati-drivers and nvidia-glx drivers anymore
63 # use our new module builders!
64 # --- eot extra drivers ---
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}-i486
70 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.26.1-all-fixes.patch patches-${PVER}-${PBUILD}"
71 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.26.2-all-fixes.patch patches-${PVER}-${PBUILD}"
72 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.26.3-all-fixes.patch patches-${PVER}-${PBUILD}"
73 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.26.4-all-fixes.patch patches-${PVER}-${PBUILD}"
74 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0104-2.6.26.5-all-fixes.patch patches-${PVER}-${PBUILD}"
75 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.26-fbcondecor-0.9.4.patch patches-${PVER}-${PBUILD}"
76 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0152-2.6.26-squashfs-3.3-2.patch patches-${PVER}-${PBUILD}"
77 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.26-unionfs-2.3.3.patch patches-${PVER}-${PBUILD}"
78 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.26-tuxonice-3.0-rc7a.patch patches-${PVER}-${PBUILD}"
79 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.26-acpi-dsdt-initrd-0.9a.patch patches-${PVER}-${PBUILD}"
80 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.26-reiser4-2.patch patches-${PVER}-${PBUILD}"
81 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0161-2.6.26-atl2-2.0.4-2.patch patches-${PVER}-${PBUILD}"
82 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0162-2.6.26-axfs-svn24.patch patches-${PVER}-${PBUILD}"
83 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.26-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
84 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0302-2.6.26-powertop-fixes.patch patches-${PVER}-${PBUILD}"
85 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0303-2.6.26-strip-debug.patch patches-${PVER}-${PBUILD}"
86 )
87
88 src_prepare()
89 {
90 kernel26_src_prepare || die
91
92 # 001-100 - ck patches (deprecated atm)
93 # 100-150 - official updates
94 mpatch patches-${PVER}-${PBUILD}/0100-2.6.26.1-all-fixes.patch || die
95 mpatch patches-${PVER}-${PBUILD}/0101-2.6.26.2-all-fixes.patch || die
96 mpatch patches-${PVER}-${PBUILD}/0102-2.6.26.3-all-fixes.patch || die
97 mpatch patches-${PVER}-${PBUILD}/0103-2.6.26.4-all-fixes.patch || die
98 mpatch patches-${PVER}-${PBUILD}/0104-2.6.26.5-all-fixes.patch || die
99 # 150-300 - magellan patches, driver updates etc
100 mpatch patches-${PVER}-${PBUILD}/0150-2.6.26-fbcondecor-0.9.4.patch || die
101 mpatch patches-${PVER}-${PBUILD}/0152-2.6.26-squashfs-3.3-2.patch || die
102 mpatch patches-${PVER}-${PBUILD}/0153-2.6.26-unionfs-2.3.3.patch || die
103 mpatch patches-${PVER}-${PBUILD}/0154-2.6.26-tuxonice-3.0-rc7a.patch || die
104 # mpatch patches-${PVER}-${PBUILD}/0157-2.6.25-acpi-dsdt-initrd-0.9a.patch || die
105 mpatch patches-${PVER}-${PBUILD}/0159-2.6.26-reiser4-2.patch || die
106 mpatch patches-${PVER}-${PBUILD}/0161-2.6.26-atl2-2.0.4-2.patch || die
107 mpatch patches-${PVER}-${PBUILD}/0162-2.6.26-axfs-svn24.patch || die
108 # 300-400 - compilations fixes and other
109 mpatch patches-${PVER}-${PBUILD}/0301-2.6.26-mptbase-vmware-fix.patch || die
110 mpatch patches-${PVER}-${PBUILD}/0302-2.6.26-powertop-fixes.patch || die
111 mpatch patches-${PVER}-${PBUILD}/0303-2.6.26-strip-debug.patch || die
112 }

Properties

Name Value
svn:keywords Id