mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-18 19:04:59 +08:00
Install missing files
This commit is contained in:
@@ -143,6 +143,7 @@ def build(bld):
|
|||||||
'mailer.py',
|
'mailer.py',
|
||||||
'options.py',
|
'options.py',
|
||||||
'path.py',
|
'path.py',
|
||||||
|
'reraise.py',
|
||||||
'stacktraces.py',
|
'stacktraces.py',
|
||||||
'textbox.py',
|
'textbox.py',
|
||||||
'version.py',
|
'version.py',
|
||||||
|
@@ -60,7 +60,9 @@ def build(bld):
|
|||||||
'rt/options.py',
|
'rt/options.py',
|
||||||
'rt/report.py',
|
'rt/report.py',
|
||||||
'rt/stty.py',
|
'rt/stty.py',
|
||||||
'rt/test.py'],
|
'rt/telnet.py',
|
||||||
|
'rt/test.py',
|
||||||
|
'rt/tftp.py'],
|
||||||
install_from = '.',
|
install_from = '.',
|
||||||
install_path = '${PREFIX}/share/rtems/tester')
|
install_path = '${PREFIX}/share/rtems/tester')
|
||||||
bld(features = 'py',
|
bld(features = 'py',
|
||||||
@@ -69,6 +71,17 @@ def build(bld):
|
|||||||
'rt/pygdb/spark.py'],
|
'rt/pygdb/spark.py'],
|
||||||
install_from = '.',
|
install_from = '.',
|
||||||
install_path = '${PREFIX}/share/rtems/tester')
|
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',
|
bld.install_files('${PREFIX}/bin',
|
||||||
['rtems-test',
|
['rtems-test',
|
||||||
'rtems-bsp-builder'],
|
'rtems-bsp-builder'],
|
||||||
|
Reference in New Issue
Block a user