[rtems-tools commit] Move mkimage.py to install_files so chmod is preserved and installed in bin /

Amar Takhar amar at rtems.org
Sun Mar 8 00:55:09 UTC 2020


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

Author:    Amar Takhar <amar at rtems.org>
Date:      Thu Mar  5 22:05:24 2020 -0500

Move mkimage.py to install_files so chmod is preserved and installed in bin/

---

 misc/wscript | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/wscript b/misc/wscript
index d82bde3..b3faf7b 100644
--- a/misc/wscript
+++ b/misc/wscript
@@ -79,13 +79,13 @@ def build(bld):
                   'tools/cmd-tftpproxy.py',
                   'tools/tftpproxy.py',
                   'tools/getmac/__init__.py',
-                  'tools/mkimage.py',
                   'tools/getmac/getmac.py'],
         install_from = '.',
         install_path = '${PREFIX}/share/rtems/misc')
     bld.install_files('${PREFIX}/bin',
                       ['rtems-boot-image',
-                       'rtems-tftp-proxy'],
+                       'rtems-tftp-proxy',
+                       'tools/mkimage.py'],
                       chmod = 0o755)
     bld.install_files('${PREFIX}/share/rtems/tools/config',
                       'tools/config/rtems-boot.ini')



More information about the vc mailing list