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