Magellan Linux

Contents of /trunk/core/linux-libc-headers/linux-libc-headers-3.16.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22155 - (show annotations) (download)
Wed Sep 10 08:26:14 2014 UTC (9 years, 8 months ago) by niro
File size: 944 byte(s)
-state disabled
1 # $Id$
2
3 PNAME="linux-libc-headers"
4 PVER="3.16.2"
5 PBUILD="r1"
6
7 STATE="disabled"
8
9 # when upgrading linux headers, glibc must be rebuilded
10 # on system bootstrap you should rebuild the whole toolchain
11 # linux-libc-headers -> binutils -> gcc-full -> libc -> binutils -> gcc-full -> libc
12 #
13 # or one-way solution (not always safe, use this only for interim gcc releases)
14 # linux-libc-headers -> libc -> binutils -> gcc-full -> binutils -> libc
15 #
16 # each new gcc release needs a rebuild of libtool
17
18 # no need to waste time here
19 msetfeature "!strip"
20
21 KERNEL_TYPE="headers"
22 BRANCH="magellan"
23 TARBALLPVER="${PVER%.*}"
24 sminclude kernel
25
26 SRC_URI+=(
27 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0100-3.16.1-all-fixes.patch
28 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0101-3.16.2-all-fixes.patch
29 )
30
31 kernel_apply_patches()
32 {
33 cd ${SRCDIR}
34
35 # 100-150 - official updates
36 mpatch 0100-3.16.1-all-fixes.patch || die
37 mpatch 0101-3.16.2-all-fixes.patch || die
38 }