In section 6.1 in the embedded book, there's wording implying that we'll be installing some packages more than once. Although this is true for regular LFS and CLFS, it's not true for the embedded book.
Also, some of the patches (uClibc and busybox) provide default configurations rather than fixes, even though there are still patches that provide fixes (busybox). I've attached a patch that rewords 6.1 to reflect this. Regards, Andrew
From 9c2ed732d5b155c30ddb838e133df67767fa9fff Mon Sep 17 00:00:00 2001 From: Andrew Bradford <[email protected]> Date: Mon, 24 Jan 2011 07:13:33 -0500 Subject: [PATCH] Embedded book doesn't install same packages twice The embedded book never installs the same package twice so some of the wording in section 6.1 Introduction is not needed and could be confusing. --- BOOK/cross-tools/common/introduction.xml | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/BOOK/cross-tools/common/introduction.xml b/BOOK/cross-tools/common/introduction.xml index 97ee22a..ad3a8d0 100644 --- a/BOOK/cross-tools/common/introduction.xml +++ b/BOOK/cross-tools/common/introduction.xml @@ -28,10 +28,8 @@ </important> <para>Several of the packages are patched before compilation, but only - when the patch is needed to circumvent a problem. A patch is often needed - in both this and the next chapters, but sometimes in only one or the other. - Therefore, do not be concerned if instructions for a downloaded patch seem - to be missing. Warning messages about <emphasis>offset</emphasis> or + when the patch is needed to circumvent a problem or supply a default + configuration. Warning messages about <emphasis>offset</emphasis> or <emphasis>fuzz</emphasis> may also be encountered when applying a patch. Do not worry about these warnings, as the patch was still successfully applied.</para> @@ -46,8 +44,7 @@ <important> <para>After installing each package, both in this and the next chapters, delete its source and build directories, unless specifically instructed - otherwise. Deleting the sources prevents mis-configuration - when the same package is reinstalled later.</para> + otherwise.</para> </important> </sect2> -- 1.5.6.5
_______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
