Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 90 - (show annotations) (download)
Sun Jan 25 10:36:27 2009 UTC (15 years, 3 months ago) by niro
File size: 5145 byte(s)
ver bump to 2.6.28-alx-r1:
-linux-2.6.28
-fbcondecor-0.9.5
-squashfs-3.4
-unionfs-2.5
-tuxonice-3.0-rc8
-linux-phc-0.3.1
-acpi-dsdt-0.9c
-reiser4-mm
-atl2-2.0.4
1 # $Id$
2
3 # based on the standard magellan kernel (2.6.24-magellan-r7):
4 # using linux-2.6.28
5 # using fbcondecor-0.9.5 (http://dev.gentoo.org/~spock/projects/fbcondecor/)
6 # using squashfs-3.4 (http://squashfs.sourceforge.net/)
7 # -> re-diffed, added a fix to work with linux-2.6.28 (see http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg598003.html)
8 # added unionfs-2.5 (http://www.filesystems.org/project-unionfs.html)
9 # using tuxonice-3.0-rc8 (suspend2) (http://www.suspend2.net/)
10 # -> disabled tuxonice-cluster modules; seems to be broken
11 # using linux-phc-0.3.1 (https://www.dedigentoo.org/trac/linux-phc/)
12 # -> using a patched version from http://hoo.homeunix.net/~teknohog/hacks/linux-phc-kernel-vanilla-2.6.25-teknohog.patch
13 # disabled acpi-dsdt-0.9c (http://acpi.sourceforge.net/ && http://gaugusch.at/kernel.shtml)
14 # -> disabled cause of "runaway loop request module binfmt-0000"
15 # -> using re-diff for 2.6.28
16 # using reiser4 (http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/)
17 # -> using mm-patch from http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/
18 # added fix for mptbase; vmware does not detect any scsi disk
19 # - see: http://bbs.archlinux.org/viewtopic.php?pid=249283
20 # added some fixes for powertop (http://www.lesswatts.org/projects/powertop/)
21 # use modular ide-framework to fix udma issues with nforce boards
22 # using atl2-2.0.4 ethernet driver (http://people.redhat.com/csnook/atl2/; http://atl2.sourceforge.net/)
23 # -> using a version from fedora which works with linux-2.6.27
24 # dropped some fb drivers (FB_S3, FB_VT8623, FB_ARK) to disable the FB_TILEBLITTING symbol to enable FB_CON_DECOR
25 # enabled ufs filesystem support in kernel-configs
26
27 # what type are we building (sources or image) ?
28 KERNEL_TYPE="sources"
29
30 # which branch we're using
31 BRANCH="alx"
32
33 PNAME="kernel26-sources-${BRANCH}"
34
35 # 2.6.x.x subver style
36 PSUBVER=""
37
38 PVER="2.6.28${PSUBVER}"
39 PBUILD="r1"
40
41 PCATEGORIE="sys-kernel"
42 STATE="unstable"
43
44 DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel sources."
45 HOMEPAGE="http://magellan-linux.net"
46
47 DEPEND=""
48
49 PROVIDE="virtual/kernel-sources"
50
51 # we are providing a realpkg from now on !
52 # note: for srcinstall only ! no package exists
53 #PKGTYPE="sources"
54
55 SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
56 SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
57
58 # include global kernel26 functions
59 sminclude kernel26 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 # we are providing a realpkg from now on !
67 # note2: we prevent to build a package here (smage2)
68 #NOPKGBUILD=true
69
70 # no need to waste time here
71 NOSTRIP=true
72
73 SRC_URI=(
74 http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
75 mirror://kernel26-${BRANCH}/${SRCFILE}
76 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686
77 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i486
78 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.28-fbcondecor-0.9.5.patch patches-${PVER}-${PBUILD}"
79 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0152-2.6.28-squashfs-3.4-2.patch patches-${PVER}-${PBUILD}"
80 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.28-unionfs-2.5.patch patches-${PVER}-${PBUILD}"
81 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.28-tuxonice-3.0-rc8.patch patches-${PVER}-${PBUILD}"
82 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0156-2.6.28-linux-phc-0.3.1-teknohog.patch patches-${PVER}-${PBUILD}"
83 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.28-acpi-dsdt-initrd-0.9c-2.patch patches-${PVER}-${PBUILD}"
84 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.28-reiser4-5.patch patches-${PVER}-${PBUILD}"
85 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0161-2.6.28-atl2-2.0.4-2.patch patches-${PVER}-${PBUILD}"
86 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.28-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
87 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0303-2.6.28-strip-debug.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 # 150-300 - magellan patches, driver updates etc
97 mpatch patches-${PVER}-${PBUILD}/0150-2.6.28-fbcondecor-0.9.5.patch || die
98 mpatch patches-${PVER}-${PBUILD}/0152-2.6.28-squashfs-3.4-2.patch || die
99 mpatch patches-${PVER}-${PBUILD}/0153-2.6.28-unionfs-2.5.patch || die
100 mpatch patches-${PVER}-${PBUILD}/0154-2.6.28-tuxonice-3.0-rc8.patch || die
101 mpatch patches-${PVER}-${PBUILD}/0156-2.6.28-linux-phc-0.3.1-teknohog.patch || die
102 # mpatch patches-${PVER}-${PBUILD}/0157-2.6.28-acpi-dsdt-initrd-0.9c-2.patch || die
103 mpatch patches-${PVER}-${PBUILD}/0159-2.6.28-reiser4-5.patch || die
104 mpatch patches-${PVER}-${PBUILD}/0161-2.6.28-atl2-2.0.4-2.patch || die
105 # 300-400 - compilations fixes and other
106 mpatch patches-${PVER}-${PBUILD}/0301-2.6.28-mptbase-vmware-fix.patch || die
107 mpatch patches-${PVER}-${PBUILD}/0303-2.6.28-strip-debug.patch || die
108 }

Properties

Name Value
svn:keywords Id