Magellan Linux

Annotation of /smage/trunk/core/kernel26-sources-alx/kernel26-sources-alx-2.6.24-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations) (download)
Sun Jan 11 00:59:57 2009 UTC (15 years, 5 months ago) by niro
File size: 6278 byte(s)
-moved several base packages to 'core'
1 niro 3 # $Header: /alx-cvs/smage-eglibc/kernel26-sources-alx/kernel26-sources-alx-2.6.24-r1.smage2,v 1.2 2008/06/24 17:22:40 niro Exp $
2    
3     # based on the standard magellan kernel (2.6.24-magellan-r7):
4     # using linux-2.6.24.7
5     # using fbcondecor-0.9.4 (fbsplash)
6     # using squashfs-3.3
7     # added unionfs-2.2.3 (http://www.filesystems.org/project-unionfs.html)
8     # using tuxonice-3.0-rc5 (suspend2) (http://www.suspend2.net/)
9     # -> disabled tuxonice-cluster modules; seems to be broken
10     # using linux-phc-0.3.0 (https://www.dedigentoo.org/trac/linux-phc/)
11     # disabled acpi-dsdt-0.8.4 (http://acpi.sourceforge.net/ && http://gaugusch.at/kernel.shtml)
12     # -> disabled cause of "runaway loop request module binfmt-0000"
13     # using reiser4 (http://www.namesys.com/v4/v4.html && http://kamikaze.waninkoko.info/)
14     # added ipw3945-1.2.2 wlan driver (http://ipw3945.sf.net)
15     # added fix for mptbase; vmware does not detect any scsi disk
16     # - see: http://bbs.archlinux.org/viewtopic.php?pid=249283
17     # added some fixes for powertop (http://www.lesswatts.org/projects/powertop/)
18     # use modular ide-framework to fix udma issues with nforce boards
19     # added patch to strip all debugging symbols resulting in a much smaller kernel
20     # added patch for axfs support (svn rev 18)
21    
22     # what type are we building (sources or image) ?
23     KERNEL_TYPE="sources"
24    
25     # which branch we're using
26     BRANCH="alx"
27    
28     PNAME="kernel26-sources-${BRANCH}"
29    
30     # 2.6.x.x subver style
31     PSUBVER=""
32    
33     PVER="2.6.24${PSUBVER}"
34     PBUILD="r3"
35    
36     PCATEGORIE="sys-kernel"
37     STATE="unstable"
38    
39     DESCRIPTION="DEV Kernel ${PVER}-${BRANCH}-${PBUILD} kernel sources."
40     HOMEPAGE="http://magellan-linux.net"
41    
42     DEPEND=""
43    
44     PROVIDE="virtual/kernel-sources"
45    
46     # we are providing a realpkg from now on !
47     # note: for srcinstall only ! no package exists
48     #PKGTYPE="sources"
49    
50     SRCFILE="linux-${PVER/${PSUBVER}/}.tar.bz2"
51     SRCDIR="${BUILDDIR}/linux-${PVER}-${BRANCH}-${PBUILD}"
52    
53     # include global kernel26 functions
54     sminclude kernel26 alx
55    
56     # --- extra drivers included in this kernel: ---
57     # we do not bundle ati-drivers and nvidia-glx drivers anymore
58     # use our new module builders!
59     # --- eot extra drivers ---
60    
61     # we are providing a realpkg from now on !
62     # note2: we prevent to build a package here (smage2)
63     #NOPKGBUILD=true
64    
65     # no need to waste time here
66     NOSTRIP=true
67    
68     SRC_URI=(
69     http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
70     mirror://kernel26-${BRANCH}/${SRCFILE}
71     mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i686
72     mirror://kernel26-${BRANCH}/config-${PVER}-${BRANCH}-${PBUILD}-i486
73     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0100-2.6.24.1-all-fixes.patch patches-${PVER}-${PBUILD}"
74     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0101-2.6.24.2-all-fixes.patch patches-${PVER}-${PBUILD}"
75     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0102-2.6.24.3-all-fixes.patch patches-${PVER}-${PBUILD}"
76     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0103-2.6.24.4-all-fixes.patch patches-${PVER}-${PBUILD}"
77     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0104-2.6.24.5-all-fixes.patch patches-${PVER}-${PBUILD}"
78     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0105-2.6.24.6-all-fixes.patch patches-${PVER}-${PBUILD}"
79     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0106-2.6.24.7-all-fixes.patch patches-${PVER}-${PBUILD}"
80     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0150-2.6.24-fbcondecor-0.9.4.patch patches-${PVER}-${PBUILD}"
81     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0152-2.6.21-squashfs-3.3.patch patches-${PVER}-${PBUILD}"
82     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0153-2.6.24-unionfs-2.2.3.patch patches-${PVER}-${PBUILD}"
83     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0154-2.6.24-tuxonice-3.0-rc5.patch patches-${PVER}-${PBUILD}"
84     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0156-2.6.24-linux-phc-0.3.0.patch patches-${PVER}-${PBUILD}"
85     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0157-2.6.24-acpi-dsdt-initrd-0.8.4.patch patches-${PVER}-${PBUILD}"
86     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0159-2.6.24-reiser4.patch patches-${PVER}-${PBUILD}"
87     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0160-2.6.24-ipw3945-1.2.2.patch patches-${PVER}-${PBUILD}"
88     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0161-2.6.24-axfs-svn18.patch patches-${PVER}-${PBUILD}"
89     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0301-2.6.24-mptbase-vmware-fix.patch patches-${PVER}-${PBUILD}"
90     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0302-2.6.24-powertop-fixes.patch patches-${PVER}-${PBUILD}"
91     "mirror://kernel26-${BRANCH}/patches-${PVER}-${PBUILD}/0303-2.6.24-strip-debug.patch patches-${PVER}-${PBUILD}"
92     )
93    
94     src_prepare()
95     {
96     kernel26_src_prepare || die
97    
98     # 001-100 - ck patches (deprecated atm)
99     # 100-150 - official updates
100     mpatch patches-${PVER}-${PBUILD}/0100-2.6.24.1-all-fixes.patch || die
101     mpatch patches-${PVER}-${PBUILD}/0101-2.6.24.2-all-fixes.patch || die
102     mpatch patches-${PVER}-${PBUILD}/0102-2.6.24.3-all-fixes.patch || die
103     mpatch patches-${PVER}-${PBUILD}/0103-2.6.24.4-all-fixes.patch || die
104     mpatch patches-${PVER}-${PBUILD}/0104-2.6.24.5-all-fixes.patch || die
105     mpatch patches-${PVER}-${PBUILD}/0105-2.6.24.6-all-fixes.patch || die
106     mpatch patches-${PVER}-${PBUILD}/0106-2.6.24.7-all-fixes.patch || die
107     # 150-300 - magellan patches, driver updates etc
108     mpatch patches-${PVER}-${PBUILD}/0150-2.6.24-fbcondecor-0.9.4.patch || die
109     mpatch patches-${PVER}-${PBUILD}/0152-2.6.21-squashfs-3.3.patch || die
110     mpatch patches-${PVER}-${PBUILD}/0153-2.6.24-unionfs-2.2.3.patch || die
111     mpatch patches-${PVER}-${PBUILD}/0154-2.6.24-tuxonice-3.0-rc5.patch || die
112     mpatch patches-${PVER}-${PBUILD}/0156-2.6.24-linux-phc-0.3.0.patch || die
113     # mpatch patches-${PVER}-${PBUILD}/0157-2.6.24-acpi-dsdt-initrd-0.8.4.patch || die
114     mpatch patches-${PVER}-${PBUILD}/0159-2.6.24-reiser4.patch || die
115     mpatch patches-${PVER}-${PBUILD}/0160-2.6.24-ipw3945-1.2.2.patch || die
116     mpatch patches-${PVER}-${PBUILD}/0161-2.6.24-axfs-svn18.patch || die
117     # 300-400 - compilations fixes and other
118     mpatch patches-${PVER}-${PBUILD}/0301-2.6.24-mptbase-vmware-fix.patch || die
119     mpatch patches-${PVER}-${PBUILD}/0302-2.6.24-powertop-fixes.patch || die
120     mpatch patches-${PVER}-${PBUILD}/0303-2.6.24-strip-debug.patch || die
121     }

Properties

Name Value
svn:keywords Id