summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/rtemsconfig.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-11-17 16:39:43 +1100
committerChris Johns <chrisj@rtems.org>2019-11-18 11:29:45 +1100
commit5f7c53a7bd5845a54ba1ad4776ac92324ef2f184 (patch)
tree58183c0803419944d78151b749eb483174282337 /source-builder/sb/rtemsconfig.py
parentrtems: Fix kernel and tools release source package selection. (diff)
downloadrtems-source-builder-5f7c53a7bd5845a54ba1ad4776ac92324ef2f184.tar.bz2
sb: Align the version processing with rtems-tools.
- Use the same VERSION file format as rtems-tools so a common release generation can be used. - The version.py is almost the same as rtems-tools. There are some minor differences, one is the RTEMS version is present in this file while rtems-tool uses config/rtems-release.ini. Updates #3822
Diffstat (limited to 'source-builder/sb/rtemsconfig.py')
-rw-r--r--source-builder/sb/rtemsconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/rtemsconfig.py b/source-builder/sb/rtemsconfig.py
index 6ac894e..97ede7f 100644
--- a/source-builder/sb/rtemsconfig.py
+++ b/source-builder/sb/rtemsconfig.py
@@ -193,7 +193,7 @@ def run(args):
bsp = bsp_config(opts, prefix, opts.get_arg('--rtems-bsp')[1])
if opts.get_arg('--list'):
- log.notice('RTEMS Source Builder - RTEMS Configuration, %s' % (version.str()))
+ log.notice('RTEMS Source Builder - RTEMS Configuration, %s' % (version.string()))
opts.log_info()
configs = list(bsp.keys())
for c in sorted(configs.keys()):