[Clfs-commits] [CLFS Embedded]Cross-LFS Embedded Book branch, master, updated. 8ffc08dd20231c5fba638436797be53524b6d109

git git at cross-lfs.org
Fri Sep 14 05:46:55 PDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Embedded Book".

The branch, master has been updated
       via  8ffc08dd20231c5fba638436797be53524b6d109 (commit)
       via  30367451e7bfe9700c53a31fb753012b38a4102e (commit)
       via  3755bd11fde09526d8e578d4d386c2ff68aaf3dd (commit)
       via  dc99abf6bbeed64d4089cc30de01482d2fb55306 (commit)
       via  2cfff80833c8eaf3eccb72aaeecda8a60de10a77 (commit)
       via  434f6d70cfa386c44397bdadd15014358a643d2b (commit)
      from  6d396081a252bfe8c73a3737bbd51908a2442bca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8ffc08dd20231c5fba638436797be53524b6d109
Merge: 3036745 3755bd1
Author: Andrew Bradford <andrew at bradfordembedded.com>
Date:   Fri Sep 14 08:17:53 2012 -0400

    Merge branch 'small-fixes'
    
    To retain author and committer attribution of ljump commits.
    
    Signed-off-by: Andrew Bradford <andrew at bradfordembedded.com>


commit 30367451e7bfe9700c53a31fb753012b38a4102e
Author: Andrew Bradford <andrew at bradfordembedded.com>
Date:   Fri Sep 14 08:17:12 2012 -0400

    Revert "Fix system.map depmod command and console and null /dev/node creation."
    
    This reverts commit 6d396081a252bfe8c73a3737bbd51908a2442bca.
    
    Signed-off-by: Andrew Bradford <andrew at bradfordembedded.com>

diff --git a/BOOK/bootable/x86/kernel.xml b/BOOK/bootable/x86/kernel.xml
index f0a576b..375f1ca 100644
--- a/BOOK/bootable/x86/kernel.xml
+++ b/BOOK/bootable/x86/kernel.xml
@@ -114,7 +114,7 @@
     <command>depmod.pl</command> is avaiable from BusyBox, we need to create the
     module dependency list by issuing the following command:</para>
 
-<screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map-&linux-version; \
+<screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map \
     -b ${CLFS}/lib/modules/&linux-version;</userinput></screen>
 
     <para os="y">The kernel configuration file <filename>.config</filename>
diff --git a/BOOK/cleanup/chowning.xml b/BOOK/cleanup/chowning.xml
index 566ba0d..9819fd1 100644
--- a/BOOK/cleanup/chowning.xml
+++ b/BOOK/cleanup/chowning.xml
@@ -38,7 +38,7 @@
   <para>The following device nodes need to be created for some systems to
   boot correctly:</para>
 
-<screen><userinput>mknod -m 0666 ${CLFS}-final/dev/null c 1 3
-mknod -m 0600 ${CLFS}-final/dev/console c 5 1</userinput></screen>
+<screen><userinput>mknod -m 0666 ${CLFS}/dev/null c 1 3
+mknod -m 0600 ${CLFS}/dev/console c 5 1</userinput></screen>
 
 </sect1>
diff --git a/BOOK/general.ent b/BOOK/general.ent
index bfa0698..fff42e6 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "09"> <!-- Use two digits -->
 <!ENTITY month_name "September">
-<!ENTITY day "13"> <!-- Use two digits -->
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 4676be5..e7f1c7d 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,19 +36,6 @@
     </listitem>
 -->
     <listitem>
-      <para>September 13, 2012</para>
-      <itemizedlist>
-        <listitem>
-          <para>[ljump] - Fix System.map depmod command.</para>
-        </listitem>
-        <listitem>
-          <para>[ljump] - Fix console and null /dev node creation for final
-            system.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-
-    <listitem>
       <para>September 02, 2012</para>
       <itemizedlist>
         <listitem>

commit 3755bd11fde09526d8e578d4d386c2ff68aaf3dd
Author: Andrew Bradford <andrew at bradfordembedded.com>
Date:   Thu Sep 13 09:10:27 2012 -0400

    Update date
    
    Signed-off-by: Andrew Bradford <andrew at bradfordembedded.com>

diff --git a/BOOK/general.ent b/BOOK/general.ent
index fff42e6..bfa0698 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "09"> <!-- Use two digits -->
 <!ENTITY month_name "September">
-<!ENTITY day "02"> <!-- Use two digits -->
+<!ENTITY day "13"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit dc99abf6bbeed64d4089cc30de01482d2fb55306
Author: Andrew Bradford <andrew at bradfordembedded.com>
Date:   Thu Sep 13 09:10:11 2012 -0400

    Update changelog
    
    Signed-off-by: Andrew Bradford <andrew at bradfordembedded.com>

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index e7f1c7d..4676be5 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,19 @@
     </listitem>
 -->
     <listitem>
+      <para>September 13, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ljump] - Fix System.map depmod command.</para>
+        </listitem>
+        <listitem>
+          <para>[ljump] - Fix console and null /dev node creation for final
+            system.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>September 02, 2012</para>
       <itemizedlist>
         <listitem>

commit 2cfff80833c8eaf3eccb72aaeecda8a60de10a77
Author: Lance Jump <lancej29 at gmail.com>
Date:   Fri Oct 21 11:15:56 2011 -0400

    cleanup/chowning: Create nodes in ${CLFS}-final not ${CLFS}
    
    Fixed creation of /dev/null,console nodes to create them in the copy
    rather than the original tree.
    
    Signed-off-by: Andrew Bradford <andrew at bradfordembedded.com>

diff --git a/BOOK/cleanup/chowning.xml b/BOOK/cleanup/chowning.xml
index 9819fd1..566ba0d 100644
--- a/BOOK/cleanup/chowning.xml
+++ b/BOOK/cleanup/chowning.xml
@@ -38,7 +38,7 @@
   <para>The following device nodes need to be created for some systems to
   boot correctly:</para>
 
-<screen><userinput>mknod -m 0666 ${CLFS}/dev/null c 1 3
-mknod -m 0600 ${CLFS}/dev/console c 5 1</userinput></screen>
+<screen><userinput>mknod -m 0666 ${CLFS}-final/dev/null c 1 3
+mknod -m 0600 ${CLFS}-final/dev/console c 5 1</userinput></screen>
 
 </sect1>

commit 434f6d70cfa386c44397bdadd15014358a643d2b
Author: Lance Jump <lancej29 at gmail.com>
Date:   Tue Oct 11 18:13:38 2011 -0400

    bootable/*/kernel: Fix System.map depmod command
    
    Correct name of System.map in depmod command, version prefix missing.
    See http://trac.cross-lfs.org/ticket/867.
    
    Signed-off-by: Andrew Bradford <andrew at bradfordembedded.com>

diff --git a/BOOK/bootable/x86/kernel.xml b/BOOK/bootable/x86/kernel.xml
old mode 100644
new mode 100755
index 375f1ca..f0a576b
--- a/BOOK/bootable/x86/kernel.xml
+++ b/BOOK/bootable/x86/kernel.xml
@@ -114,7 +114,7 @@
     <command>depmod.pl</command> is avaiable from BusyBox, we need to create the
     module dependency list by issuing the following command:</para>
 
-<screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map \
+<screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map-&linux-version; \
     -b ${CLFS}/lib/modules/&linux-version;</userinput></screen>
 
     <para os="y">The kernel configuration file <filename>.config</filename>

-----------------------------------------------------------------------

Summary of changes:
 0 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 BOOK/bootable/x86/kernel.xml


hooks/post-receive
-- 
Cross-LFS Embedded Book



More information about the Clfs-commits mailing list