From e8c180f1be629c82f830ffc4577f371d472b5515 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 3 Mar 2020 20:08:10 -0500 Subject: Add to wscript and add python2 shebang. This script does work but needs some user friendliness added which is acknowledged by the author as it was meant as a quick replacement. --- misc/tools/mkimage.py | 2 ++ misc/wscript | 1 + 2 files changed, 3 insertions(+) mode change 100644 => 100755 misc/tools/mkimage.py (limited to 'misc') diff --git a/misc/tools/mkimage.py b/misc/tools/mkimage.py old mode 100644 new mode 100755 index ee57481..39a12a0 --- a/misc/tools/mkimage.py +++ b/misc/tools/mkimage.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python2 + # A quickly bashed together replacement for u-boot's mkimage written in python # # Copyright 2010 Craig Barker diff --git a/misc/wscript b/misc/wscript index 7d90968..d82bde3 100644 --- a/misc/wscript +++ b/misc/wscript @@ -79,6 +79,7 @@ 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') -- cgit v1.2.3