summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/rtems-build-dep (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 5/packages: Add curl and update all packages with RTEMS 5 and LibBSDChris Johns2019-07-211-1/+1
| | | | | | | | | - Update rtems-bsp support to correctly handle hosts for BSP. - Clean up the options for a BSP. - Check all RTEMS 5 packages and add 5/rtems-packages for all that build. - Update download locations and checksum of all packages. - The work requires the kernel and Libbsd hacve the same prefix.
* sb/rtems-build-dep: Fix arg check loop, removes stray 0 in build.Chris Johns2019-02-101-1/+1
|
* gdb/python: Use python-config for the configuration if found.Chris Johns2018-12-251-1/+1
| | | | | | | - Do not assume the installed paths for the header and library. Ask python-config if found. Close #3537.
* rtems-build-dep: Add support for CygwinJoel Sherrill2018-10-241-1/+1
| | | | updates #3537.
* sb: Fix rtems-build-dep to handle various issuesChris Johns2018-10-241-2/+2
| | | | | | | | - Remove CR characters on Windows. - Force the compiler to output English so the pattern matching works. Updates #3537.
* sb: Add support to search for a suitable version of python.Chris Johns2018-10-211-0/+169
The command python has been removed from upstream python and python2 and python3 is now used. This patch wraps the commands in a shell script that locates a suitable python to run. Updates #3537