1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-boot-yaboot-build" role="wrap">
|
---|
9 | <?dbhtml filename="yaboot-build.html"?>
|
---|
10 |
|
---|
11 | <title>Yaboot-&yaboot-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-boot-yaboot-build">
|
---|
14 | <primary sortas="a-Yaboot">Yaboot</primary>
|
---|
15 | <secondary>boot</secondary>
|
---|
16 | </indexterm>
|
---|
17 |
|
---|
18 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
19 | href="../../final-system/ppc/yaboot.xml"
|
---|
20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
21 |
|
---|
22 | <sect2 role="installation">
|
---|
23 | <title>Installation of Yaboot</title>
|
---|
24 |
|
---|
25 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
26 | href="../../final-system/ppc/yaboot.xml"
|
---|
27 | xpointer="xpointer(//*[@os='p3'])"/>
|
---|
28 |
|
---|
29 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
30 | href="../../final-system/ppc/yaboot.xml"
|
---|
31 | xpointer="xpointer(//*[@os='p4'])"/>
|
---|
32 |
|
---|
33 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
34 | href="../../final-system/ppc/yaboot.xml"
|
---|
35 | xpointer="xpointer(//*[@os='p5'])"/>
|
---|
36 |
|
---|
37 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
38 | href="../../final-system/ppc/yaboot.xml"
|
---|
39 | xpointer="xpointer(//*[@os='p6'])"/>
|
---|
40 |
|
---|
41 | <para os="p1">The following patch allows <command>ofpath</command> to use
|
---|
42 | <literal>PATH_PREFIX</literal> like the other
|
---|
43 | <filename class="directory">ybin</filename> scripts:</para>
|
---|
44 |
|
---|
45 | <screen os="p2"><userinput>patch -Np1 -i ../&yaboot-ofpath_path-patch;</userinput></screen>
|
---|
46 |
|
---|
47 | <para>The Makefile is already set to do kernel-style cross-compiling,
|
---|
48 | but it will try to use <command>strip</command> to strip the second-stage
|
---|
49 | loader. It also tries to change user and group ownership for the installed
|
---|
50 | files to <systemitem class="username">root</systemitem>, which the
|
---|
51 | <systemitem class="username">clfs</systemitem> user cannot do. It will also
|
---|
52 | fail due to a compile warning with the -Werror flag on. The following
|
---|
53 | command fixes these issues:</para>
|
---|
54 |
|
---|
55 | <screen><userinput>cp -v Makefile{,.orig}
|
---|
56 | sed -e "s/\(strip \)/${CLFS_TARGET}-\1/" \
|
---|
57 | -e 's/-o root -g root//' \
|
---|
58 | -e 's/-Werror//' \
|
---|
59 | Makefile.orig > Makefile</userinput></screen>
|
---|
60 |
|
---|
61 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
62 | href="../../final-system/ppc/yaboot.xml"
|
---|
63 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
64 |
|
---|
65 | <screen><userinput>make CROSS=${CLFS_TARGET}-</userinput></screen>
|
---|
66 |
|
---|
67 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
68 | href="../../final-system/ppc/yaboot.xml"
|
---|
69 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
70 |
|
---|
71 | <screen><userinput>make CROSS=${CLFS_TARGET}- ROOT=/tools PREFIX="" install</userinput></screen>
|
---|
72 |
|
---|
73 | </sect2>
|
---|
74 |
|
---|
75 | <sect2 role="content">
|
---|
76 | <title/>
|
---|
77 |
|
---|
78 | <para>Details on this package are located in <xref linkend="contents-yaboot" role="."/></para>
|
---|
79 |
|
---|
80 | </sect2>
|
---|
81 |
|
---|
82 | </sect1>
|
---|