Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1166 - (show annotations) (download)
Tue Aug 4 21:00:48 2009 UTC (14 years, 10 months ago) by niro
File size: 5333 byte(s)
auto added: ver bump to 2.6.29-r1
1 # $Id$
2
3 # based on the standard magellan kernel (2.6.24-magellan-r7):
4 # using linux-2.6.29.6
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 # removed i686 kernel-config - alx is i468 only!
23
24 # what type are we building (sources or image) ?
25 KERNEL_TYPE="image"
26
27 # which branch we're using
28 BRANCH="alx"
29
30 PNAME="kernel26-${BRANCH}"
31
32 # 2.6.x.x subver style
33 PSUBVER=""
34
35 PVER="2.6.29${PSUBVER}"
36 PBUILD="r1"
37
38 PCATEGORIE="sys-kernel"
39 STATE="unstable"
40
41 DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel image with udev, fbsplash, vesa-tng, reiser4 support."
42 HOMEPAGE="http://magellan-linux.net"
43
44 DEPEND=">= sys-apps/module-init-tools-3.7
45 >= sys-fs/udev-140
46 >= sys-apps/mkinitrd-6.1.0
47 >= virtual/initscripts"
48
49 PROVIDE="virtual/kernel
50 virtual/alsa-drivers"
51
52 SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
53 SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
54
55 # include global kernel26 functions
56 sminclude kernel26 mtools alx
57
58 # --- extra drivers included in this kernel: ---
59 # we do not bundle ati-drivers and nvidia-glx drivers anymore
60 # use our new module builders!
61 # --- eot extra drivers ---
62
63 SRC_URI=(
64 http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
65 mirror://kernel26-${BRANCH}/${SRCFILE}
66 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i486
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}/0105-2.6.29.6-all-fixes.patch patches-${PVER}-${PBUILD}"
73 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.29-fbcondecor-0.9.6.patch patches-${PVER}-${PBUILD}"
74 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.29-unionfs-2.5.1-2.patch patches-${PVER}-${PBUILD}"
75 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.29-tuxonice-3.0.1.patch patches-${PVER}-${PBUILD}"
76 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0156-2.6.29-linux-phc-0.3.2.patch patches-${PVER}-${PBUILD}"
77 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.29-acpi-dsdt-initrd-0.9c.patch patches-${PVER}-${PBUILD}"
78 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.29-reiser4-6.patch patches-${PVER}-${PBUILD}"
79 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.29-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
80 )
81
82 UP2PVER="${PVER}.6"
83 UP2DATE="updatecmd http://www.kernel.org/ | grep 'latest stable' | sed 's/.*\([0-9].[0-9].[0-9].*\).*/\1/'"
84
85 src_prepare()
86 {
87 kernel26_src_prepare || die
88
89 # 001-100 - ck patches (deprecated atm)
90 # 100-150 - official updates
91 mpatch patches-${PVER}-${PBUILD}/0100-2.6.29.1-all-fixes.patch || die
92 mpatch patches-${PVER}-${PBUILD}/0101-2.6.29.2-all-fixes.patch || die
93 mpatch patches-${PVER}-${PBUILD}/0102-2.6.29.3-all-fixes.patch || die
94 mpatch patches-${PVER}-${PBUILD}/0103-2.6.29.4-all-fixes.patch || die
95 mpatch patches-${PVER}-${PBUILD}/0104-2.6.29.5-all-fixes.patch || die
96 mpatch patches-${PVER}-${PBUILD}/0105-2.6.29.6-all-fixes.patch || die
97 # 150-300 - magellan patches, driver updates etc
98 mpatch patches-${PVER}-${PBUILD}/0150-2.6.29-fbcondecor-0.9.6.patch || die
99 mpatch patches-${PVER}-${PBUILD}/0153-2.6.29-unionfs-2.5.1-2.patch || die
100 # disabled - build errors on modular builds
101 # mpatch patches-${PVER}-${PBUILD}/0154-2.6.29-tuxonice-3.0.1.patch || die
102 mpatch patches-${PVER}-${PBUILD}/0156-2.6.29-linux-phc-0.3.2.patch || die
103 # mpatch patches-${PVER}-${PBUILD}/0157-2.6.29-acpi-dsdt-initrd-0.9c.patch || die
104 mpatch patches-${PVER}-${PBUILD}/0159-2.6.29-reiser4-6.patch || die
105 # 300-400 - compilations fixes and other
106 mpatch patches-${PVER}-${PBUILD}/0301-2.6.29-mptbase-vmware-fix.patch || die
107 }

Properties

Name Value
svn:keywords Id