[FE training-materials-updates] Remove the copy of a file to the data directory

Maxime Ripard maxime.ripard at free-electrons.com
Thu Mar 21 16:50:26 CET 2013


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

On branch  : various-fixes
Link       : http://git.free-electrons.com/training-materials/commit/?id=762ac31dcc99c7eb05a93ee6a479fadd8d6e3767

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

commit 762ac31dcc99c7eb05a93ee6a479fadd8d6e3767
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Mar 21 10:59:13 2013 +0100

    Remove the copy of a file to the data directory
    
    It's not very convenient to do with the build system, it doesn't make
    much sense since we say that all the data directory can be wiped out,
    and it confuses people
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

762ac31dcc99c7eb05a93ee6a479fadd8d6e3767
 .../android-system-customization.tex               |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/labs/android-system-customization/android-system-customization.tex b/labs/android-system-customization/android-system-customization.tex
index 8a344e1..8e77376 100644
--- a/labs/android-system-customization/android-system-customization.tex
+++ b/labs/android-system-customization/android-system-customization.tex
@@ -25,9 +25,7 @@ the name of the product that is used through the command line passed to the
 kernel to match the name of your product. You can pass the product name through
 the \code{androidboot.hardware} kernel parameter.
 
-Now, setup a custom init config file that will be used only by your
-product and make it create the file \code{/data/hello_world}. As we
-will need to copy prebuilt files to the image, we will prefer to
+As we will need to copy prebuilt files to the image, we will prefer to
 declare prebuilt modules over the deprecated \code{PRODUCT_COPY_FILES}
 mechanism.
 



More information about the training-materials-updates mailing list