summaryrefslogtreecommitdiff
path: root/source-builder/sb/options.py (follow)
AgeCommit message (Expand)Author
2019-01-22sb: Change default prefix4.10Sebastian Huber
2018-02-08sb: Option --source-only-download does not download the source.Chris Johns
2018-02-05sb: Backport from 4.11 the --rsb-file with releases fixes.Chris Johns
2016-03-17sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns
2016-03-10sb: Add a download option --with-release-url/--without-release-url.Chris Johns
2016-03-08sb: Report platform import errors.Chris Johns
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns
2015-12-11VERSION is an INI format file.Chris Johns
2015-12-11Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns
2015-12-03sb. Add VERSION support for releasing the RSB.Chris Johns
2015-07-20Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns
2015-06-22Revert "add basic support for OpenBSD"Chris Johns
2015-06-22add basic support for OpenBSDKarel Gardas
2015-03-20sb: Do not accept an extra separate option for --with/--without.Chris Johns
2015-02-18Add options support for --with/--without processing. Add --with-download supp...Chris Johns
2015-01-18Detect a Cxc build from the options and automatically disabled installing.Chris Johns
2014-10-31sb: Provide a default log if none is provided.Chris Johns
2014-10-07add support for i386-solaris2 platformKarel Gardas
2014-05-08sb: Generate an error report on an error.Chris Johns
2014-03-26sb: Fix git to clean before updating.Chris Johns
2013-09-03sb: Add options log_info.Chris Johns
2013-09-01sb: Add NetBSD support.Ivan Temp
2013-07-16Automtically build the Autotools to bootstrap RTEMS.Chris Johns
2013-05-17Clean the paths passed as args.Chris Johns
2013-05-14Add bare/config and move the source-builder/config to it.Chris Johns
2013-05-13Fix support for Windows (MinGW) native builds using MSYS.Chris Johns
2013-05-01Produce a better error message if the host support code does not load.Chris Johns
2013-04-30Add options help.Chris Johns
2013-04-30Add user private macro loading.Chris Johns
2013-04-21Refactor the logging support.Chris Johns
2013-04-16Add the --regression option.Chris Johns
2013-04-15PR 2117 - Only check the prefix is writable if installing and not a dry run.Chris Johns
2013-04-15PR 2115 - Fix checking when the path does not fully exist.Chris Johns
2013-04-15PR 2116 - Fix the option parsing to handle both ' ' and '='.Chris Johns
2013-04-15PR 2115 - Check prefix path write access before starting to build.Chris Johns
2013-04-15Add --no-download to disable the downloader.Chris Johns
2013-04-13Fix options bug when the macro file is not found.Chris Johns
2013-04-13Add --macros option to load macro files.Chris Johns
2013-04-09Refactor defaults, macros and options.Chris Johns