Magellan Linux

Contents of /branches/R11-stable/core/linux-libc-headers/linux-libc-headers-3.16.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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