Magellan Linux

Annotation of /smage/trunk/core/kernel26-mcore/kernel26-mcore-2.6.31-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 72 - (hide annotations) (download)
Tue Jan 5 10:00:15 2010 UTC (14 years, 4 months ago) by niro
File size: 4806 byte(s)
auto added: ver bump to 2.6.31-r1
1 niro 72 # $Id$
2    
3     # based on the standard magellan kernel (2.6.31-magellan-r4):
4     # using linux-2.6.31.9
5     # using fbcondecor-0.9.6 (http://dev.gentoo.org/~spock/projects/fbcondecor/)
6     # using unionfs-2.5.3 (http://www.filesystems.org/project-unionfs.html)
7     # using tuxonice-20091009 (suspend2) (http://www.suspend2.net/)
8     # -> disabled tuxonice-cluster modules; seems to be broken
9     # dropped linux-phc-0.3.2
10     # dropped acpi-dsdt-0.9c
11     # using reiser4 (http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/)
12     # -> using mm-patch from http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/
13     # use modular ide-framework to fix udma issues with nforce boards
14     # dropped some fb drivers (FB_S3, FB_VT8623, FB_ARK) to disable the FB_TILEBLITTING symbol to enable FB_CON_DECOR
15     # enabled ufs filesystem support in kernel-configs
16     # disabled CONFIG_SYSFS_DEPRECATED && CONFIG_SYSFS_DEPRECATED_V2 to respect modern udev versions
17    
18     # what type are we building (sources or image) ?
19     KERNEL_TYPE="image"
20    
21     # which branch we're using
22     BRANCH="mcore"
23    
24     PNAME="kernel26-${BRANCH}"
25    
26     # 2.6.x.x subver style
27     PSUBVER=""
28    
29     PVER="2.6.31${PSUBVER}"
30     PBUILD="r1"
31    
32     PCATEGORIE="sys-kernel"
33     STATE="unstable"
34    
35     DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel image with udev, fbsplash, vesa-tng, reiser4 support."
36     HOMEPAGE="http://magellan-linux.net"
37    
38     DEPEND=">= sys-apps/module-init-tools-3.10
39     >= sys-fs/udev-146
40     >= sys-apps/mkinitrd-6.1.0
41     >= virtual/initscripts"
42    
43     PROVIDE="virtual/kernel
44     virtual/alsa-drivers"
45    
46     SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
47     SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
48    
49     # include global kernel26 functions
50     sminclude kernel26 mtools
51    
52     # --- extra drivers included in this kernel: ---
53     # we do not bundle ati-drivers and nvidia-glx drivers anymore
54     # use our new module builders!
55     # --- eot extra drivers ---
56    
57     SRC_URI=(
58     http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
59     mirror://kernel26-${BRANCH}/${SRCFILE}
60     mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i486
61     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.31.1-all-fixes.patch patches-${PVER}-${PBUILD}"
62     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.31.2-all-fixes.patch patches-${PVER}-${PBUILD}"
63     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.31.3-all-fixes.patch patches-${PVER}-${PBUILD}"
64     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.31.4-all-fixes.patch patches-${PVER}-${PBUILD}"
65     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0104-2.6.31.5-all-fixes.patch patches-${PVER}-${PBUILD}"
66     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0105-2.6.31.6-all-fixes.patch patches-${PVER}-${PBUILD}"
67     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0106-2.6.31.7-all-fixes.patch patches-${PVER}-${PBUILD}"
68     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0107-2.6.31.8-all-fixes.patch patches-${PVER}-${PBUILD}"
69     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0108-2.6.31.9-all-fixes.patch patches-${PVER}-${PBUILD}"
70     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.31-fbcondecor-0.9.6.patch patches-${PVER}-${PBUILD}"
71     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.31-unionfs-2.5.3.patch patches-${PVER}-${PBUILD}"
72     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.31-tuxonice-20091009.patch patches-${PVER}-${PBUILD}"
73     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.31-reiser4-7.patch patches-${PVER}-${PBUILD}"
74     )
75    
76     UP2PVER="${PVER}.9"
77     UP2DATE="updatecmd http://www.kernel.org/ | grep -A3 -i 'latest stable' | sed -n 's/.*\([0-9].[0-9].[0-9].*\).*/\1/;$ p'"
78    
79     src_prepare()
80     {
81     kernel26_src_prepare || die
82    
83     # 001-100 - ck patches (deprecated atm)
84     # 100-150 - official updates
85     mpatch patches-${PVER}-${PBUILD}/0100-2.6.31.1-all-fixes.patch || die
86     mpatch patches-${PVER}-${PBUILD}/0101-2.6.31.2-all-fixes.patch || die
87     mpatch patches-${PVER}-${PBUILD}/0102-2.6.31.3-all-fixes.patch || die
88     mpatch patches-${PVER}-${PBUILD}/0103-2.6.31.4-all-fixes.patch || die
89     mpatch patches-${PVER}-${PBUILD}/0104-2.6.31.5-all-fixes.patch || die
90     mpatch patches-${PVER}-${PBUILD}/0105-2.6.31.6-all-fixes.patch || die
91     mpatch patches-${PVER}-${PBUILD}/0106-2.6.31.7-all-fixes.patch || die
92     mpatch patches-${PVER}-${PBUILD}/0107-2.6.31.8-all-fixes.patch || die
93     mpatch patches-${PVER}-${PBUILD}/0108-2.6.31.9-all-fixes.patch || die
94     # 150-300 - magellan patches, driver updates etc
95     mpatch patches-${PVER}-${PBUILD}/0150-2.6.31-fbcondecor-0.9.6.patch || die
96     mpatch patches-${PVER}-${PBUILD}/0153-2.6.31-unionfs-2.5.3.patch || die
97     mpatch patches-${PVER}-${PBUILD}/0154-2.6.31-tuxonice-20091009.patch || die
98     mpatch patches-${PVER}-${PBUILD}/0159-2.6.31-reiser4-7.patch || die
99     # 300-400 - compilations fixes and other
100     }

Properties

Name Value
svn:keywords Id