[rtems-tools commit] Install missing files

Sebastian Huber sebh at rtems.org
Tue Oct 10 18:07:32 UTC 2017


Module:    rtems-tools
Branch:    master
Commit:    5df7c3cd510bdee41b62f9a494c4faab5706e2ac
Changeset: http://git.rtems.org/rtems-tools/commit/?id=5df7c3cd510bdee41b62f9a494c4faab5706e2ac

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Oct 10 20:07:15 2017 +0200

Install missing files

---

 rtemstoolkit/wscript |  1 +
 tester/wscript       | 15 ++++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/rtemstoolkit/wscript b/rtemstoolkit/wscript
index 81ab647..0500075 100644
--- a/rtemstoolkit/wscript
+++ b/rtemstoolkit/wscript
@@ -143,6 +143,7 @@ def build(bld):
                   'mailer.py',
                   'options.py',
                   'path.py',
+                  'reraise.py',
                   'stacktraces.py',
                   'textbox.py',
                   'version.py',
diff --git a/tester/wscript b/tester/wscript
index cb16093..59eadc2 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -60,7 +60,9 @@ def build(bld):
                   'rt/options.py',
                   'rt/report.py',
                   'rt/stty.py',
-                  'rt/test.py'],
+                  'rt/telnet.py',
+                  'rt/test.py',
+                  'rt/tftp.py'],
         install_from = '.',
         install_path = '${PREFIX}/share/rtems/tester')
     bld(features = 'py',
@@ -69,6 +71,17 @@ def build(bld):
                   'rt/pygdb/spark.py'],
         install_from = '.',
         install_path = '${PREFIX}/share/rtems/tester')
+    bld(features = 'py',
+        source = ['rt/tftpy/__init__.py',
+                  'rt/tftpy/TftpClient.py',
+                  'rt/tftpy/TftpContexts.py',
+                  'rt/tftpy/TftpPacketFactory.py',
+                  'rt/tftpy/TftpPacketTypes.py',
+                  'rt/tftpy/TftpServer.py',
+                  'rt/tftpy/TftpShared.py',
+                  'rt/tftpy/TftpStates.py'],
+        install_from = '.',
+        install_path = '${PREFIX}/share/rtems/tester')
     bld.install_files('${PREFIX}/bin',
                       ['rtems-test',
                        'rtems-bsp-builder'],



More information about the vc mailing list