Magellan Linux

Contents of /trunk/core/kernel26-magellan/kernel26-magellan-2.6.29-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2124 - (show annotations) (download)
Tue Jun 30 20:33:36 2009 UTC (14 years, 10 months ago) by niro
File size: 5143 byte(s)
-removed ext4 fixes; they are upstream with linux-2.6.29.5
1 # $Id$
2
3 # standard magellan kernel:
4 # using linux-2.6.29.5
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="image"
25
26 # which branch we're using
27 BRANCH="magellan"
28
29 PNAME="kernel26-${BRANCH}"
30
31 # 2.6.x.x subver style
32 PSUBVER=""
33
34 PVER="2.6.29${PSUBVER}"
35 PBUILD="r7"
36
37 PCATEGORIE="sys-kernel"
38 STATE="unstable"
39
40 DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel image with udev, fbsplash, vesa-tng, reiser4 support."
41 HOMEPAGE="http://magellan-linux.net"
42
43 DEPEND=">= sys-apps/module-init-tools-3.7
44 >= sys-fs/udev-140
45 >= sys-apps/mkinitrd-6.1.0
46 >= sys-apps/initscripts-0.5"
47
48 PROVIDE="virtual/kernel
49 virtual/alsa-drivers"
50
51 SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
52 SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
53
54 # include global kernel26 functions
55 sminclude kernel26 mtools
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 SRC_URI=(
63 http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
64 mirror://kernel26-${BRANCH}/${SRCFILE}
65 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686
66 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-x86_64
67 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.29.1-all-fixes.patch patches-${PVER}-${PBUILD}"
68 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.29.2-all-fixes.patch patches-${PVER}-${PBUILD}"
69 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.29.3-all-fixes.patch patches-${PVER}-${PBUILD}"
70 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.29.4-all-fixes.patch patches-${PVER}-${PBUILD}"
71 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0104-2.6.29.5-all-fixes.patch patches-${PVER}-${PBUILD}"
72 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.29-fbcondecor-0.9.6.patch patches-${PVER}-${PBUILD}"
73 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.29-unionfs-2.5.1-2.patch patches-${PVER}-${PBUILD}"
74 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.29-tuxonice-3.0.1.patch patches-${PVER}-${PBUILD}"
75 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0156-2.6.29-linux-phc-0.3.2.patch patches-${PVER}-${PBUILD}"
76 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.29-acpi-dsdt-initrd-0.9c.patch patches-${PVER}-${PBUILD}"
77 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.29-reiser4-6.patch patches-${PVER}-${PBUILD}"
78 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.29-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
79 )
80
81 UP2PVER="${PVER}.5"
82 UP2DATE="updatecmd http://www.kernel.org/ | grep 'latest stable' | sed 's/.*\([0-9].[0-9].[0-9].*\).*/\1/'"
83
84 src_prepare()
85 {
86 kernel26_src_prepare || die
87
88 # 001-100 - ck patches (deprecated atm)
89 # 100-150 - official updates
90 mpatch patches-${PVER}-${PBUILD}/0100-2.6.29.1-all-fixes.patch || die
91 mpatch patches-${PVER}-${PBUILD}/0101-2.6.29.2-all-fixes.patch || die
92 mpatch patches-${PVER}-${PBUILD}/0102-2.6.29.3-all-fixes.patch || die
93 mpatch patches-${PVER}-${PBUILD}/0103-2.6.29.4-all-fixes.patch || die
94 mpatch patches-${PVER}-${PBUILD}/0104-2.6.29.5-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 # disabled - build errors on modular builds
99 # mpatch patches-${PVER}-${PBUILD}/0154-2.6.29-tuxonice-3.0.1.patch || die
100 mpatch patches-${PVER}-${PBUILD}/0156-2.6.29-linux-phc-0.3.2.patch || die
101 # mpatch patches-${PVER}-${PBUILD}/0157-2.6.29-acpi-dsdt-initrd-0.9c.patch || die
102 mpatch patches-${PVER}-${PBUILD}/0159-2.6.29-reiser4-6.patch || die
103 # 300-400 - compilations fixes and other
104 mpatch patches-${PVER}-${PBUILD}/0301-2.6.29-mptbase-vmware-fix.patch || die
105 }

Properties

Name Value
svn:keywords Id