[FE training-materials-updates] Out-of-tree module diagram: need .config too

Michael Opdenacker michael.opdenacker at free-electrons.com
Sat Feb 1 17:06:16 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=1a7de9aa2080fc4a53d0ccb5c061eda5198340e9

>---------------------------------------------------------------

commit 1a7de9aa2080fc4a53d0ccb5c061eda5198340e9
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Sat Feb 1 15:03:23 2014 +0100

    Out-of-tree module diagram: need .config too
    
    - Important to highlight that the kernel sources should be configured
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

1a7de9aa2080fc4a53d0ccb5c061eda5198340e9
 .../out-of-tree.dia                                |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/slides/kernel-driver-development-modules/out-of-tree.dia b/slides/kernel-driver-development-modules/out-of-tree.dia
index f38defa..4ab93a5 100644
--- a/slides/kernel-driver-development-modules/out-of-tree.dia
+++ b/slides/kernel-driver-development-modules/out-of-tree.dia
@@ -196,12 +196,12 @@
         <dia:point val="13,8"/>
       </dia:attribute>
       <dia:attribute name="obj_bb">
-        <dia:rectangle val="7.3125,8;18.6875,10.3194"/>
+        <dia:rectangle val="7.31054,8;18.7175,10.4034"/>
       </dia:attribute>
       <dia:attribute name="text">
         <dia:composite type="text">
           <dia:attribute name="string">
-            <dia:string>#Module Source
+            <dia:string>#Module Sources
 /path/to/module_source#</dia:string>
           </dia:attribute>
           <dia:attribute name="font">
@@ -211,7 +211,7 @@
             <dia:real val="1.1994443982839584"/>
           </dia:attribute>
           <dia:attribute name="pos">
-            <dia:point val="13,8.8925"/>
+            <dia:point val="13,8.9205"/>
           </dia:attribute>
           <dia:attribute name="color">
             <dia:color val="#000000"/>
@@ -233,12 +233,12 @@
         <dia:point val="31,8"/>
       </dia:attribute>
       <dia:attribute name="obj_bb">
-        <dia:rectangle val="25.635,8;36.393,10.4034"/>
+        <dia:rectangle val="25.6323,8;36.3957,10.4034"/>
       </dia:attribute>
       <dia:attribute name="text">
         <dia:composite type="text">
           <dia:attribute name="string">
-            <dia:string>#Kernel Source
+            <dia:string>#Kernel Sources
 /path/to/kernel_source#</dia:string>
           </dia:attribute>
           <dia:attribute name="font">
@@ -270,7 +270,7 @@
         <dia:point val="13,11.5"/>
       </dia:attribute>
       <dia:attribute name="obj_bb">
-        <dia:rectangle val="11.6687,11.5;14.3312,14.6475"/>
+        <dia:rectangle val="11.6689,11.5;14.3311,14.6475"/>
       </dia:attribute>
       <dia:attribute name="text">
         <dia:composite type="text">
@@ -306,10 +306,10 @@ Makefile
     </dia:object>
     <dia:object type="Standard - Text" version="1" id="O7">
       <dia:attribute name="obj_pos">
-        <dia:point val="31,11.5"/>
+        <dia:point val="31,10.6"/>
       </dia:attribute>
       <dia:attribute name="obj_bb">
-        <dia:rectangle val="29.6687,11.5;32.3499,14.7036"/>
+        <dia:rectangle val="29.6689,10.6;32.3311,14.5475"/>
       </dia:attribute>
       <dia:attribute name="text">
         <dia:composite type="text">
@@ -317,6 +317,7 @@ Makefile
             <dia:string>#include
 kernel
 Makefile
+.config
 ....#</dia:string>
           </dia:attribute>
           <dia:attribute name="font">
@@ -326,7 +327,7 @@ Makefile
             <dia:real val="0.80000000000000004"/>
           </dia:attribute>
           <dia:attribute name="pos">
-            <dia:point val="31,12.1137"/>
+            <dia:point val="31,11.195"/>
           </dia:attribute>
           <dia:attribute name="color">
             <dia:color val="#000000"/>



More information about the training-materials-updates mailing list