Author: ken
Date: 2006-06-13 14:52:38 -0600 (Tue, 13 Jun 2006)
New Revision: 1765
Modified:
trunk/BOOK/boot/ppc/kernel.xml
trunk/BOOK/bootable/ppc/kernel.xml
trunk/BOOK/general.ent
trunk/BOOK/introduction/ppc/changelog.xml
Log:
ppc needs an ARCH=powerpc kernel (when cross-compiling), and building from an
old ppc config needs some manual attention after oldconfig.
Modified: trunk/BOOK/boot/ppc/kernel.xml
===================================================================
--- trunk/BOOK/boot/ppc/kernel.xml 2006-06-12 01:37:47 UTC (rev 1764)
+++ trunk/BOOK/boot/ppc/kernel.xml 2006-06-13 20:52:38 UTC (rev 1765)
@@ -58,13 +58,18 @@
href="../x86/kernel.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'ae'])"/>
-<screen><userinput>make ARCH=ppc CROSS_COMPILE=${LFS_TARGET}-
menuconfig</userinput></screen>
+<screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}-
menuconfig</userinput></screen>
+ <warning>
+ <para>Ensure you select all of the necessary mac drivers, particularly for
+ ide and input.</para>
+ </warning>
+
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/kernel.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
-<screen><userinput>make ARCH=ppc
CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
+<screen><userinput>make ARCH=powerpc
CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/kernel.xml"
Modified: trunk/BOOK/bootable/ppc/kernel.xml
===================================================================
--- trunk/BOOK/bootable/ppc/kernel.xml 2006-06-12 01:37:47 UTC (rev 1764)
+++ trunk/BOOK/bootable/ppc/kernel.xml 2006-06-13 20:52:38 UTC (rev 1765)
@@ -61,6 +61,13 @@
href="../x86/kernel.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'j'])"/>
+ <warning>
+ <para>If you are using a config from when the ARCH was ppc (instead of
+ powerpc), you will have to run <command>make menuconfig</command> after
+ <command>make oldconfig</command> and manually select many of the
+ mac-specific options for ide and input.</para>
+ </warning>
+
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/kernel.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'k'])"/>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-06-12 01:37:47 UTC (rev 1764)
+++ trunk/BOOK/general.ent 2006-06-13 20:52:38 UTC (rev 1765)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060610">
+<!ENTITY version "SVN-20060613">
<!ENTITY version-x86 "&version;-x86">
<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
<!ENTITY version-x86_64-64 "&version;-x86_64-Pure64">
@@ -15,7 +15,7 @@
<!ENTITY version-mips64-64 "&version;-MIPS64-Pure64">
<!ENTITY version-alpha "&version;-ALPHA">
-<!ENTITY releasedate "June 10, 2006">
+<!ENTITY releasedate "June 13, 2006">
<!ENTITY milestone "0.1">
<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]"
-->
Modified: trunk/BOOK/introduction/ppc/changelog.xml
===================================================================
--- trunk/BOOK/introduction/ppc/changelog.xml 2006-06-12 01:37:47 UTC (rev
1764)
+++ trunk/BOOK/introduction/ppc/changelog.xml 2006-06-13 20:52:38 UTC (rev
1765)
@@ -34,6 +34,17 @@
-->
<listitem>
+ <para>June 13, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Added a warning to make sure all the necessary mac
drivers
+ have been selected if using an old ppc config, and corrected the boot
+ chapter to ARCH=powerpc.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 9, 2006</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page