Magellan Linux

Contents of /trunk/core/kernel26-sources-magellan/kernel26-sources-magellan-2.6.29-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1138 - (show annotations) (download)
Thu Apr 23 19:54:26 2009 UTC (15 years ago) by niro
File size: 4670 byte(s)
auto added: ver bump to 2.6.29-r1
1 # $Id$
2
3 # standard magellan kernel:
4 # using linux-2.6.29.1
5 # using fbcondecor-0.9.6 (http://dev.gentoo.org/~spock/projects/fbcondecor/)
6 # using unionfs-2.5.1 (http://www.filesystems.org/project-unionfs.html)
7 # using tuxonice-3.0.1 (suspend2) (http://www.suspend2.net/)
8 # -> disabled tuxonice-cluster modules; seems to be broken
9 # using linux-phc-0.3.1 (https://www.dedigentoo.org/trac/linux-phc/)
10 # -> using a patched version from http://hoo.homeunix.net/~teknohog/hacks/linux-phc-kernel-vanilla-2.6.25-teknohog.patch
11 # disabled acpi-dsdt-0.9c (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 # -> using mm-patch from http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/
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 # dropped some fb drivers (FB_S3, FB_VT8623, FB_ARK) to disable the FB_TILEBLITTING symbol to enable FB_CON_DECOR
20 # enabled ufs filesystem support in kernel-configs
21
22
23 # what type are we building (sources or image) ?
24 KERNEL_TYPE="sources"
25
26 # which branch we're using
27 BRANCH="magellan"
28
29 PNAME="kernel26-sources-${BRANCH}"
30
31 # 2.6.x.x subver style
32 PSUBVER=""
33
34 PVER="2.6.29${PSUBVER}"
35 PBUILD="r1"
36
37 PCATEGORIE="sys-kernel"
38 STATE="unstable"
39
40 DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel sources."
41 HOMEPAGE="http://magellan-linux.net"
42
43 DEPEND=""
44
45 PROVIDE="virtual/kernel-sources"
46
47 # we are providing a realpkg from now on !
48 # note: for srcinstall only ! no package exists
49 #PKGTYPE="sources"
50
51 SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
52 SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
53
54 # include global kernel26 functions
55 sminclude kernel26
56
57 # --- extra drivers included in this kernel: ---
58 # we do not bundle ati-drivers and nvidia-glx drivers anymore
59 # use our new module builders!
60 # --- eot extra drivers ---
61
62 # we are providing a realpkg from now on !
63 # note2: we prevent to build a package here (smage2)
64 #NOPKGBUILD=true
65
66 # no need to waste time here
67 NOSTRIP=true
68
69 SRC_URI=(
70 http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
71 mirror://kernel26-${BRANCH}/${SRCFILE}
72 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686
73 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-x86_64
74 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.29.1-all-fixes.patch patches-${PVER}-${PBUILD}"
75 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.29-fbcondecor-0.9.6.patch patches-${PVER}-${PBUILD}"
76 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.29-unionfs-2.5.1-2.patch patches-${PVER}-${PBUILD}"
77 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.29-tuxonice-3.0.1.patch patches-${PVER}-${PBUILD}"
78 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0156-2.6.29-linux-phc-0.3.1-teknohog.patch patches-${PVER}-${PBUILD}"
79 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.29-acpi-dsdt-initrd-0.9c.patch patches-${PVER}-${PBUILD}"
80 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.29-reiser4-6.patch patches-${PVER}-${PBUILD}"
81 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.29-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
82 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0302-2.6.29-powertop-fixes-2.patch patches-${PVER}-${PBUILD}"
83 )
84
85 UP2PVER="${PVER}.1"
86 UP2DATE="updatecmd http://www.kernel.org/ | grep 'latest stable' | sed 's/.*\([0-9].[0-9].[0-9].*\).*/\1/'"
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.29.1-all-fixes.patch || die
95 # 150-300 - magellan patches, driver updates etc
96 mpatch patches-${PVER}-${PBUILD}/0150-2.6.29-fbcondecor-0.9.6.patch || die
97 mpatch patches-${PVER}-${PBUILD}/0153-2.6.29-unionfs-2.5.1-2.patch || die
98 mpatch patches-${PVER}-${PBUILD}/0154-2.6.29-tuxonice-3.0.1.patch || die
99 mpatch patches-${PVER}-${PBUILD}/0156-2.6.29-linux-phc-0.3.1-teknohog.patch || die
100 # mpatch patches-${PVER}-${PBUILD}/0157-2.6.29-acpi-dsdt-initrd-0.9c.patch || die
101 mpatch patches-${PVER}-${PBUILD}/0159-2.6.29-reiser4-6.patch || die
102 # 300-400 - compilations fixes and other
103 mpatch patches-${PVER}-${PBUILD}/0301-2.6.29-mptbase-vmware-fix.patch || die
104 mpatch patches-${PVER}-${PBUILD}/0302-2.6.29-powertop-fixes-2.patch || die
105 }

Properties

Name Value
svn:keywords Id