Magellan Linux

Annotation of /trunk/core/kernel26-sources-magellan/kernel26-sources-magellan-2.6.29-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1324 - (hide annotations) (download)
Sat May 2 12:56:28 2009 UTC (15 years ago) by niro
File size: 5795 byte(s)
auto added: ver bump to 2.6.29-r3
1 niro 1324 # $Id$
2    
3     # standard magellan kernel:
4     # using linux-2.6.29.2
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     # dropped fixes for 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     # added multiple patches to fix several ext4 issues
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="r3"
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}/0150-2.6.29-fbcondecor-0.9.6.patch patches-${PVER}-${PBUILD}"
77     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.29-unionfs-2.5.1-2.patch patches-${PVER}-${PBUILD}"
78     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.29-tuxonice-3.0.1.patch patches-${PVER}-${PBUILD}"
79     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0156-2.6.29-linux-phc-0.3.1-teknohog.patch patches-${PVER}-${PBUILD}"
80     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.29-acpi-dsdt-initrd-0.9c.patch patches-${PVER}-${PBUILD}"
81     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.29-reiser4-6.patch patches-${PVER}-${PBUILD}"
82     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.29-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
83     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0303-2.6.29-ext4-automatically-allocate-delay-allocated-blocks-on-rename.patch patches-${PVER}-${PBUILD}"
84     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0304-2.6.29-ext4-automatically-allocate-delay-allocated-blocks-on-close.patch patches-${PVER}-${PBUILD}"
85     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0305-2.6.29-ext4-add-EXT4_IOC_ALLOC_DA_BLKS-ioctl.patch patches-${PVER}-${PBUILD}"
86     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0306-2.6.29-ext4-fix-discard-of-inode-prealloc-space-with-delayed-allocation.patch patches-${PVER}-${PBUILD}"
87     )
88    
89     UP2PVER="${PVER}.2"
90     UP2DATE="updatecmd http://www.kernel.org/ | grep 'latest stable' | sed 's/.*\([0-9].[0-9].[0-9].*\).*/\1/'"
91    
92     src_prepare()
93     {
94     kernel26_src_prepare || die
95    
96     # 001-100 - ck patches (deprecated atm)
97     # 100-150 - official updates
98     mpatch patches-${PVER}-${PBUILD}/0100-2.6.29.1-all-fixes.patch || die
99     mpatch patches-${PVER}-${PBUILD}/0101-2.6.29.2-all-fixes.patch || die
100     # 150-300 - magellan patches, driver updates etc
101     mpatch patches-${PVER}-${PBUILD}/0150-2.6.29-fbcondecor-0.9.6.patch || die
102     mpatch patches-${PVER}-${PBUILD}/0153-2.6.29-unionfs-2.5.1-2.patch || die
103     # disabled - build errors on modular builds
104     # mpatch patches-${PVER}-${PBUILD}/0154-2.6.29-tuxonice-3.0.1.patch || die
105     mpatch patches-${PVER}-${PBUILD}/0156-2.6.29-linux-phc-0.3.1-teknohog.patch || die
106     # mpatch patches-${PVER}-${PBUILD}/0157-2.6.29-acpi-dsdt-initrd-0.9c.patch || die
107     mpatch patches-${PVER}-${PBUILD}/0159-2.6.29-reiser4-6.patch || die
108     # 300-400 - compilations fixes and other
109     mpatch patches-${PVER}-${PBUILD}/0301-2.6.29-mptbase-vmware-fix.patch || die
110     mpatch patches-${PVER}-${PBUILD}/0303-2.6.29-ext4-automatically-allocate-delay-allocated-blocks-on-rename.patch || die
111     mpatch patches-${PVER}-${PBUILD}/0304-2.6.29-ext4-automatically-allocate-delay-allocated-blocks-on-close.patch || die
112     mpatch patches-${PVER}-${PBUILD}/0305-2.6.29-ext4-add-EXT4_IOC_ALLOC_DA_BLKS-ioctl.patch || die
113     mpatch patches-${PVER}-${PBUILD}/0306-2.6.29-ext4-fix-discard-of-inode-prealloc-space-with-delayed-allocation.patch || die
114     }

Properties

Name Value
svn:keywords Id