Magellan Linux

Contents of /smage/trunk/core/kernel26-mcore/kernel26-mcore-2.6.33-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 149 - (show annotations) (download)
Mon Apr 26 18:22:08 2010 UTC (14 years ago) by niro
File size: 3124 byte(s)
auto added: ver bump to 2.6.33-r1
1 # $Id$
2
3 # based on the standard magellan kernel (2.6.33-magellan-r1):
4 # using linux-2.6.33.2
5 # using fbcondecor-0.9.6 (http://dev.gentoo.org/~spock/projects/fbcondecor/)
6 # using unionfs-2.5.4 (http://www.filesystems.org/project-unionfs.html)
7 # using tuxonice-3.1 (suspend2) (http://www.suspend2.net/)
8 # -> disabled tuxonice-cluster modules; seems to be broken
9 # using reiser4 (http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/)
10 # -> using mm-patch from http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/
11
12 # what type are we building (sources or image) ?
13 KERNEL_TYPE="image"
14
15 # which branch we're using
16 BRANCH="mcore"
17
18 PNAME="kernel26-${BRANCH}"
19
20 # 2.6.x.x subver style
21 PSUBVER=""
22
23 PVER="2.6.33${PSUBVER}"
24 PBUILD="r1"
25
26 PCATEGORIE="sys-kernel"
27 STATE="unstable"
28
29 DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel image with udev, fbsplash, vesa-tng, reiser4 support."
30 HOMEPAGE="http://magellan-linux.net"
31
32 DEPEND=">= sys-apps/module-init-tools-3.10
33 >= sys-fs/udev-151
34 >= sys-apps/mkinitrd-6.1.0
35 >= virtual/initscripts"
36
37 PROVIDE="virtual/kernel
38 virtual/alsa-drivers"
39
40 SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
41 SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
42
43 # include global kernel26 functions
44 sminclude kernel26 mtools
45
46 # --- extra drivers included in this kernel: ---
47 # we do not bundle ati-drivers and nvidia-glx drivers anymore
48 # use our new module builders!
49 # --- eot extra drivers ---
50
51 SRC_URI=(
52 http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
53 mirror://kernel26-${BRANCH}/${SRCFILE}
54 mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i486
55 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.33.1-all-fixes.patch patches-${PVER}-${PBUILD}"
56 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.33.2-all-fixes.patch patches-${PVER}-${PBUILD}"
57 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.33-fbcondecor-0.9.6.patch patches-${PVER}-${PBUILD}"
58 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.33-unionfs-2.5.4.patch patches-${PVER}-${PBUILD}"
59 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.33-tuxonice-3.1.patch patches-${PVER}-${PBUILD}"
60 "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.33-reiser4-8.patch patches-${PVER}-${PBUILD}"
61 )
62
63 UP2PVER="${PVER}.2"
64 UP2DATE="updatecmd http://www.kernel.org/ | grep -A3 -i 'latest stable' | sed -n 's/.*\([0-9].[0-9].[0-9].*\).*/\1/;$ p'"
65
66 src_prepare()
67 {
68 kernel26_src_prepare || die
69
70 # 001-100 - ck patches (deprecated atm)
71 # 100-150 - official updates
72 mpatch patches-${PVER}-${PBUILD}/0100-2.6.33.1-all-fixes.patch || die
73 mpatch patches-${PVER}-${PBUILD}/0101-2.6.33.2-all-fixes.patch || die
74 # 150-300 - magellan patches, driver updates etc
75 mpatch patches-${PVER}-${PBUILD}/0150-2.6.33-fbcondecor-0.9.6.patch || die
76 mpatch patches-${PVER}-${PBUILD}/0153-2.6.33-unionfs-2.5.4.patch || die
77 mpatch patches-${PVER}-${PBUILD}/0154-2.6.33-tuxonice-3.1.patch || die
78 mpatch patches-${PVER}-${PBUILD}/0159-2.6.33-reiser4-8.patch || die
79 # 300-400 - compilations fixes and other
80 }

Properties

Name Value
svn:keywords Id