summaryrefslogtreecommitdiffstats
path: root/source-builder (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-07doc: Remove in source documentation and the asciidoc packageChris Johns309-70447/+6309
The RSB documentation is now in ReST format and part of the RTEMS Documentation project. See https://docs.rtems.org/. Remove support for the GPL based asciidoc tool and remove the asciidoc package from the RSB. Add the Python Markdown package and update the reporter to use Markdown for HTML generation. The resuling HTML report is a single self contained file. Closes #3047.
2017-07-12sb/download: Fix --rsb-file options with released sources.Chris Johns1-2/+6
The released sources use the local file name so always force it when the RSB is released. Closes #3064.
2017-07-04Fix GDB build on ArchLinuxAndreas Kölbl1-0/+1
Archlinux provides both, libguile v2.0 and v2.2. GDB states in configuration its compatibility with both versions of libguile which is false. The SCM_port interface of libguile was removed in v2.2 and therefore breaks GDB as a user. RTEMS does not use libguile and therefore it can be compiled without support. https://sourceware.org/bugzilla/show_bug.cgi?id=21104 Close #3054.
2017-06-26sb: Fix 'bare' builds with --trace.Chris Johns1-1/+2
2017-06-14sb: Make error messages uniqueSebastian Huber1-4/+4
Enable traceability from the error message to the script location. This eases debugging.
2017-06-08sb: Restrict file name lengthSebastian Huber1-0/+4
2017-06-08Reduce file name length to make Windows happySebastian Huber1-8/+8
2017-06-06Add GCC 7 base configurationSebastian Huber1-0/+31
2017-06-06Fix for GCC 4.9 while building with GCC 6+Sebastian Huber1-0/+9
See also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69959
2017-06-06sb: Create hopefully more valid file namesSebastian Huber1-5/+3
2017-05-10bootstrap: Do not create a log file by default.Chris Johns2-5/+9
2017-03-31Always use GCC provided zlibSebastian Huber1-7/+0
Always use the GCC provided zlib to make the compiler as independent of the host system as possible.
2017-03-26freebsd: Update makeinfo and install-info paths on FreeBSD 11.0Chris Johns1-1/+9
Close #2947.
2017-03-26sb: Add the `release_path` key to the `version` section in the VERSION file.Chris Johns3-8/+25
A release can specify a custom releaase URL path. Closes #2952.
2017-03-01sb: Bail out only if hash definitions conflictSebastian Huber1-7/+11
2017-01-10Add distro aliases for Gentoo hostsRalf Ramsauer1-0/+6
Gentoo stores most of the basic stuff in /bin and not /usr/bin. Default values do not work for Gentoo. Add 'gentoo' as a new variation. Signed-off-by: Ralf Ramsauer <ralf.ramsauer@oth-regensburg.de>
2016-09-12binutils,gcc: Add support to control LTO and Gold.Chris Johns2-1/+20
2016-04-15gdb: Build with system readline and use MinGW compilers.Chris Johns2-3/+14
Select MinGW compilers for Windows builds on Windows. Use the system readline rather than GDB's which does not handle cmd.exe correctly.
2016-04-15graphics: Add 3rd party graphics support back to the master branch.Chris Johns6-20/+21
The support is added at the top level and so not lost when we move to a new version of RTEMS. The change also moves all 3rd party packages to use a common rtems-package.bset build set file. All packages except Microwindows itself build cleanly.
2016-04-15sb: Add --rsb-file options to %source and %patch to set a file name.Chris Johns2-48/+103
Override the automatic file name of a downloaded file and use the file name provided by the option. This is useful if the URL has no meanful file that can be automatically extracted from the URL.
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 Johns2-19/+66
Directives in if statements end at the end of an if. The cannot change or split across directive boundaries. Add more trace detail to config.py. Updates #2661.
2016-03-18sb: Fix vairable type in _if.Chris Johns1-1/+1
Updates #2655.
2016-03-18sb: Fix op parsing bug where the string was not created.Chris Johns1-0/+2
Updates #2655.
2016-03-18sb: Make the URL output truncate on long long URLs.Chris Johns1-6/+3
2016-03-18sb: Fix %if logical OP parsing.Chris Johns1-3/+9
Updates #2655.
2016-03-17bare: Update qemu package source hashes that are missing.Chris Johns1-0/+4
Add support for pkgconfig checks to fail when just downloading the source so it is actually downloaded on hosts that may have a package installed. Updates #2657.
2016-03-17sb: Fix the sensible url printer on Python3.Chris Johns1-2/+5
Updates #2656.
2016-03-17sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns7-14/+86
The building of 3rd party packages for an RTEMS BSP requires a valid BSP so the standard method to download the source for releasing does not work. This change adds support to allow this. The RTEMS BSP support will not generate an error is no BSP or tools are provided or found. The change addis logic operators to the %if statement so you can '||' to 'or' and '&&' to 'and' logic expressions. A new %log directive has been added to clean up the messages. A new %{!define ...} has been added to aid checking within logic expressions. All command line --with/--without now appear as macros. Add version.version to get just the RTEMS major and minor version. Some pkg-config issues have been resolved. Closes #2655.
2016-03-17sb: Change urlib to urllib2 on Python2 and add user agent support.Chris Johns1-11/+24
Some sites block the standard python user agent. Change to Wget as it seems to make the tested sites behave. Limit the size of long URLs when logging to the user. Closes #2656.
2016-03-16bare/devel/qemu: Fix the release URL logic and pkconfig python3 issues.Chris Johns2-4/+11
Closes #2645.
2016-03-16sb: Do not expand the package name in a bset file.Chris Johns1-1/+1
If the package references macros yet to be defined an error is generated. Let the macro expands happen when the package name is actually used. Closes #2645.
2016-03-15sb: Make cvs optional.Chris Johns3-3/+3
Ignore RSB generated files to keep the git dirty status clean. Closes #2647. Closes #2748.
2016-03-14sb: Fix the --without-error-report parsing of the label.Chris Johns1-2/+2
Update #2526.
2016-03-14sb: Update download to check the config file for release URL control.Chris Johns1-0/+3
Provide without_release_url support in the configuration file so the release tarball download of the kernel and tools uses the release's top level directory and not the sources directory. Closes #2481.
2016-03-14sb: Fix build's --with-error-report handling.Chris Johns1-1/+2
This reflects changes in the way the --with/--without options are handled. Updates #2526.
2016-03-10sb: Fix --without-release-url logic.Chris Johns1-2/+2
Updates #2636.
2016-03-10sb: Add a download option --with-release-url/--without-release-url.Chris Johns4-14/+29
The default without the option is to prepend the release URL to the URL list to download from the RTEMS FTP site first if the RSB is released. This option can force the RTEMS FTP to be tried first when not a release, or you can supply a different URL to download from or you can request no RTEMS URL is tried first. Eg: --with-release-url --with-release-url=file://opt/local/cache --without-release-url Move the RTEMS release URL to the default.mc file. Change the URL to the RTEMS FTP server and do not use the https method of access. The option's with_arg call was cleaned up to make sense. Remove the log's raw output of an extra space. Some download error message formating was cleaned up. Closes #2636.
2016-03-10sb: Fix typo on the urlparse name in download.pyChris Johns2-2/+1
Updates #2619.
2016-03-10sb: Download's urllib_parse should point to urlparse on Python2.Chris Johns1-3/+1
Updates #2619.
2016-03-10sb: Fix configparser import on Python2 in version.py.Chris Johns2-3/+4
Updates #2619.
2016-03-08sb: Add support to GDB to select a specific Python.Chris Johns2-1/+62
Detect a suitable Python version on Windows. Update #2619.
2016-03-08sb: Report platform import errors.Chris Johns1-0/+2
2016-03-07qemu: Add a package name to create a tarball.Chris Johns1-1/+1
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns29-312/+410
Fix Windows support to allow MSYS2 Python to be used. Updates #2619.
2016-03-01Clean up 4.9 build issues.Chris Johns2-20/+70
Add support so 4.9 builds on a recent FreeBSD using clang.
2016-02-29sb: Remove http query flags from the file name if present.Chris Johns1-1/+8
The query flags such as '?h=4.11' to select a branch cannot appear in the file name on Windows. This patch removes the query part from the file name. Update #2616.
2016-02-29sb: bootstrap.py clearing of environ var 'ACLOCAL_PATH' on MSYS2 fails.Chris Johns1-2/+9
With a recent (Feb 2016) pytnon on MSYS2 the clear fails so delete the variable. Update #2613.
2016-02-25Wrap the tar command in double quotes for Windows cmd.exe.Chris Johns1-2/+2
Windows cmd.exe does not support a single quote for options. Change to a double quote. Closes #2615.
2016-02-24Fix sb-bootrap to run on Windows using MSYS2.Chris Johns1-2/+18
Prepend 'sh' to the command so the autoreconf runs in a shell. Is the first item in the path is a reference to MSYS2 remove it. Closes #2613.