summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/config.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-09sb/setbuilder: Correctly create build set tar filesChris Johns1-2/+3
2022-09-09sb/config: Correctly handle multiple config pathsChris Johns1-27/+25
2022-04-26sb: %if checks are numeric if the left and right values are numbersChris Johns1-34/+35
2021-03-11sb/config.py: Fix operator reconstructionRicardo Cárdenes1-3/+3
2021-03-10sb/config.py: Fix relational operatorVijay Kumar Banerjee1-1/+1
2020-08-28sb: Fix the imports on Python2Chris Johns1-2/+1
2020-08-25sb: Use shebang env pythonChris Johns1-7/+9
2020-08-10sb/track: Add a command to track build sets.Chris Johns1-35/+52
2020-04-28sb: Fix Python literal comparison warningsAnders Montonen1-1/+1
2020-03-03sb/config: Add paths checks to %{path ...}Chris Johns1-11/+37
2020-03-03sb/config: Expanded nested shell commandsChris Johns1-2/+7
2019-10-27sb/config: Add support for line continuation.Chris Johns1-2/+14
2019-09-06sb/config: Escape double quotes on Windows for shell macrosChris Johns1-2/+5
2019-07-21sb/config: Add triplet processing command.Chris Johns1-0/+31
2019-07-21rtems: Add kernel, libbsd and BSP building as packages.Chris Johns1-35/+39
2019-07-21sb/config: Fix GDB probes when using python-config.Chris Johns1-11/+36
2019-05-07sb/config: Fix os and arch conditional logic.Chris Johns1-3/+6
2018-10-21sb: Add support to search for a suitable version of python.Chris Johns1-17/+31
2018-09-28sb: Monitor the build disk usage. Report the usage, total and various sizesChris Johns1-1/+12
2018-04-10sb/config: Terminate building on an error.Chris Johns1-6/+8
2017-06-26sb: Fix 'bare' builds with --trace.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