Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1883 - (show annotations) (download)
Mon Jun 8 17:06:43 2009 UTC (14 years, 11 months ago) by niro
File size: 6149 byte(s)
auto added: ver bump to 2.6.29-r6
1 # $Id$
2
3 # standard magellan kernel:
4 # using linux-2.6.29.4
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.2 (http://www.linux-phc.org/ && https://www.dedigentoo.org/trac/linux-phc/)
10 # disabled acpi-dsdt-0.9c (http://acpi.sourceforge.net/ && http://gaugusch.at/kernel.shtml)
11 # -> disabled cause of "runaway loop request module binfmt-0000"
12 # using reiser4 (http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/)
13 # -> using mm-patch from http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/
14 # added fix for mptbase; vmware does not detect any scsi disk
15 # - see: http://bbs.archlinux.org/viewtopic.php?pid=249283
16 # dropped fixes for powertop
17 # use modular ide-framework to fix udma issues with nforce boards
18 # dropped some fb drivers (FB_S3, FB_VT8623, FB_ARK) to disable the FB_TILEBLITTING symbol to enable FB_CON_DECOR
19 # enabled ufs filesystem support in kernel-configs
20 # added multiple patches to fix several ext4 issues
21 # disabled CONFIG_SYSFS_DEPRECATED && CONFIG_SYSFS_DEPRECATED_V2 to respect modern udev versions
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="r6"
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}/0101-2.6.29.2-all-fixes.patch patches-${PVER}-${PBUILD}"
76 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.29.3-all-fixes.patch patches-${PVER}-${PBUILD}"
77 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.29.4-all-fixes.patch patches-${PVER}-${PBUILD}"
78 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.29-fbcondecor-0.9.6.patch patches-${PVER}-${PBUILD}"
79 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.29-unionfs-2.5.1-2.patch patches-${PVER}-${PBUILD}"
80 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.29-tuxonice-3.0.1.patch patches-${PVER}-${PBUILD}"
81 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0156-2.6.29-linux-phc-0.3.2.patch patches-${PVER}-${PBUILD}"
82 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.29-acpi-dsdt-initrd-0.9c.patch patches-${PVER}-${PBUILD}"
83 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.29-reiser4-6.patch patches-${PVER}-${PBUILD}"
84 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.29-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
85 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0303-2.6.29-ext4-automatically-allocate-delay-allocated-blocks-on-rename.patch patches-${PVER}-${PBUILD}"
86 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0304-2.6.29-ext4-automatically-allocate-delay-allocated-blocks-on-close.patch patches-${PVER}-${PBUILD}"
87 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0305-2.6.29-ext4-add-EXT4_IOC_ALLOC_DA_BLKS-ioctl.patch patches-${PVER}-${PBUILD}"
88 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0306-2.6.29-ext4-fix-discard-of-inode-prealloc-space-with-delayed-allocation.patch patches-${PVER}-${PBUILD}"
89 )
90
91 UP2PVER="${PVER}.4"
92 UP2DATE="updatecmd http://www.kernel.org/ | grep 'latest stable' | sed 's/.*\([0-9].[0-9].[0-9].*\).*/\1/'"
93
94 src_prepare()
95 {
96 kernel26_src_prepare || die
97
98 # 001-100 - ck patches (deprecated atm)
99 # 100-150 - official updates
100 mpatch patches-${PVER}-${PBUILD}/0100-2.6.29.1-all-fixes.patch || die
101 mpatch patches-${PVER}-${PBUILD}/0101-2.6.29.2-all-fixes.patch || die
102 mpatch patches-${PVER}-${PBUILD}/0102-2.6.29.3-all-fixes.patch || die
103 mpatch patches-${PVER}-${PBUILD}/0103-2.6.29.4-all-fixes.patch || die
104 # 150-300 - magellan patches, driver updates etc
105 mpatch patches-${PVER}-${PBUILD}/0150-2.6.29-fbcondecor-0.9.6.patch || die
106 mpatch patches-${PVER}-${PBUILD}/0153-2.6.29-unionfs-2.5.1-2.patch || die
107 # disabled - build errors on modular builds
108 # mpatch patches-${PVER}-${PBUILD}/0154-2.6.29-tuxonice-3.0.1.patch || die
109 mpatch patches-${PVER}-${PBUILD}/0156-2.6.29-linux-phc-0.3.2.patch || die
110 # mpatch patches-${PVER}-${PBUILD}/0157-2.6.29-acpi-dsdt-initrd-0.9c.patch || die
111 mpatch patches-${PVER}-${PBUILD}/0159-2.6.29-reiser4-6.patch || die
112 # 300-400 - compilations fixes and other
113 mpatch patches-${PVER}-${PBUILD}/0301-2.6.29-mptbase-vmware-fix.patch || die
114 mpatch patches-${PVER}-${PBUILD}/0303-2.6.29-ext4-automatically-allocate-delay-allocated-blocks-on-rename.patch || die
115 mpatch patches-${PVER}-${PBUILD}/0304-2.6.29-ext4-automatically-allocate-delay-allocated-blocks-on-close.patch || die
116 mpatch patches-${PVER}-${PBUILD}/0305-2.6.29-ext4-add-EXT4_IOC_ALLOC_DA_BLKS-ioctl.patch || die
117 mpatch patches-${PVER}-${PBUILD}/0306-2.6.29-ext4-fix-discard-of-inode-prealloc-space-with-delayed-allocation.patch || die
118 }

Properties

Name Value
svn:keywords Id