[FE training-materials-updates] labs/sysdev-realtime: remove pointless rttest directory

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Sep 22 13:30:37 CEST 2016


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=53184add28d102fdc97dfee0102a780759e4e04d

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

commit 53184add28d102fdc97dfee0102a780759e4e04d
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu Sep 22 13:30:37 2016 +0200

    labs/sysdev-realtime: remove pointless rttest directory
    
    For some reason, the data of the real-time lab are not directly under
    realtime/, but under realtime/rttest/, with realtime/ containing nothing
    but the rttest/ directory. This is rather pointless and inconsistent
    with the organization of files in other labs.
    
    Therefore, we move everything to realtime/, and adjust the lab
    instructions accordingly.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

53184add28d102fdc97dfee0102a780759e4e04d
 lab-data/embedded-linux/realtime/{rttest => }/data/doload   |   0
 .../realtime/{rttest => }/data/ipipe-arm-3.14.patch.xz      | Bin
 .../embedded-linux/realtime/{rttest => }/data/netcat.data   |   0
 lab-data/embedded-linux/realtime/{rttest => }/data/rttest.c |   0
 labs/sysdev-real-time/sysdev-real-time.tex                  |   2 +-
 5 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lab-data/embedded-linux/realtime/rttest/data/doload b/lab-data/embedded-linux/realtime/data/doload
similarity index 100%
rename from lab-data/embedded-linux/realtime/rttest/data/doload
rename to lab-data/embedded-linux/realtime/data/doload
diff --git a/lab-data/embedded-linux/realtime/rttest/data/ipipe-arm-3.14.patch.xz b/lab-data/embedded-linux/realtime/data/ipipe-arm-3.14.patch.xz
similarity index 100%
rename from lab-data/embedded-linux/realtime/rttest/data/ipipe-arm-3.14.patch.xz
rename to lab-data/embedded-linux/realtime/data/ipipe-arm-3.14.patch.xz
diff --git a/lab-data/embedded-linux/realtime/rttest/data/netcat.data b/lab-data/embedded-linux/realtime/data/netcat.data
similarity index 100%
rename from lab-data/embedded-linux/realtime/rttest/data/netcat.data
rename to lab-data/embedded-linux/realtime/data/netcat.data
diff --git a/lab-data/embedded-linux/realtime/rttest/data/rttest.c b/lab-data/embedded-linux/realtime/data/rttest.c
similarity index 100%
rename from lab-data/embedded-linux/realtime/rttest/data/rttest.c
rename to lab-data/embedded-linux/realtime/data/rttest.c
diff --git a/labs/sysdev-real-time/sysdev-real-time.tex b/labs/sysdev-real-time/sysdev-real-time.tex
index 3647965..23a35e0 100644
--- a/labs/sysdev-real-time/sysdev-real-time.tex
+++ b/labs/sysdev-real-time/sysdev-real-time.tex
@@ -15,7 +15,7 @@ POSIX real-time API, and against Xenomai's POSIX skin.
 
 \section{Setup}
 
-Go to the \code{$HOME/embedded-linux-labs/realtime/rttest} directory.
+Go to the \code{$HOME/embedded-linux-labs/realtime/} directory.
 
 Install the \code{netcat} package.
 




More information about the training-materials-updates mailing list