summaryrefslogtreecommitdiff
path: root/source-builder/sb/config.py (follow)
AgeCommit message (Expand)Author
2020-10-06sb: Back port the RTEMS 5 and 6 RSB engine.4.11Chris Johns
2016-03-19sb: fix the if logic to handle directives in if statements.Chris Johns
2016-03-18sb: Fix vairable type in _if.Chris Johns
2016-03-18sb: Fix op parsing bug where the string was not created.Chris Johns
2016-03-18sb: Fix %if logical OP parsing.Chris Johns
2016-03-17bare: Update qemu package source hashes that are missing.Chris Johns
2016-03-17sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns
2015-12-11Remove the warning when undefining an undefined macro.Chris Johns
2015-07-21Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns
2015-06-05sb: Expand each data line.Chris Johns
2014-08-23sb: Fix the if logic for parameters.Chris Johns
2014-08-21rtems-4.11: Fix building the SPARC simulator.Chris Johns
2014-07-29Add checksum support for downloaded files.Chris Johns
2014-06-17sb: Trace relative paths for nesting configs.Chris Johns
2014-06-15sb: Add support for building RTEMS 3rd party packages.Chris Johns
2014-05-13sb: Implement %source and %patch to manage source and patches.Chris Johns
2014-04-08config,sb: Qemu build updates for FreeBSD and the start of MinG32.Chris Johns
2014-02-11config: Change pkgconfig to check.Chris Johns
2014-02-11sb: Add pkg-config support.Chris Johns
2013-09-03sb: Fix the config _parse args.Chris Johns
2013-09-03sb: Fix nesting if statements.Chris Johns
2013-07-16Automtically build the Autotools to bootstrap RTEMS.Chris Johns
2013-05-13Fix support for Windows (MinGW) native builds using MSYS.Chris Johns
2013-04-29Add a function to return the config file name.Chris Johns
2013-04-28Fix the trace message for _disable.Chris Johns
2013-04-27Add '%disable select' to turn off the macros maps.Chris Johns
2013-04-21Refactor the logging support.Chris Johns
2013-04-15Add a %testing section to the configuration files.Chris Johns
2013-04-13Add support for snapshot testing.Chris Johns
2013-04-13Another defines bug fix.Chris Johns
2013-04-13Package data into macro, sources from macro and a bug fix.Chris Johns
2013-04-09Refactor defaults, macros and options.Chris Johns
2013-04-03Report the exit code on a shell macro failure.Chris Johns
2013-04-01Add Canadian Cross support.Chris Johns
2013-03-11Clean up the error message.Chris Johns
2013-03-08Define as a macro as the remaining fields of the split.Chris Johns
2013-03-08Macro %define updates an existing macro.Chris Johns
2013-03-07Add a deps option to print the dependent config files.Chris Johns
2013-03-04More info helpers, allow info to append and fix %{?} expansion.Chris Johns
2013-03-04Catch any importing errors.Chris Johns
2013-03-02Conditional macros are defined for true else must be 0 for false.Chris Johns
2013-03-02Fix %{?:} and %{!?:} conditional macros.Chris Johns
2013-02-27Fix the spelling.Chris Johns
2013-02-26Fix the != operator.Chris Johns
2013-02-24Clean out the unused directives.Chris Johns
2013-02-13Remove debug print from the config parsing.Chris Johns
2013-02-13Restructure RTEMS Config FilesChris Johns
2012-11-06Move into the source-builder tree.Chris Johns