summaryrefslogtreecommitdiffstats
path: root/source-builder (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gdb: Build with system readline and use MinGW compilers.4.11.14.11.0Chris Johns2016-04-152-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. Closes #2681.
* sb: fix the if logic to handle directives in if statements.Chris Johns2016-03-192-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.
* sb: Fix vairable type in _if.Chris Johns2016-03-181-1/+1
| | | | Updates #2655.
* sb: Fix op parsing bug where the string was not created.Chris Johns2016-03-181-0/+2
| | | | Updates #2655.
* sb: Make the URL output truncate on long long URLs.Chris Johns2016-03-181-6/+3
|
* sb: Fix %if logical OP parsing.Chris Johns2016-03-181-3/+9
| | | | Updates #2655.
* bare: Update qemu package source hashes that are missing.Chris Johns2016-03-171-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.
* sb: Fix the sensible url printer on Python3.Chris Johns2016-03-171-2/+5
| | | | Updates #2656.
* sb: Change urlib to urllib2 on Python2 and add user agent support.Chris Johns2016-03-171-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.
* sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns2016-03-177-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.
* rtems/net-mgmt: Switch the net-snmp path to https as SF has changed.Chris Johns2016-03-171-1/+1
|
* bare/devel/qemu: Fix the release URL logic and pkconfig python3 issues.Chris Johns2016-03-162-4/+11
| | | | Closes #2645.
* sb: Do not expand the package name in a bset file.Chris Johns2016-03-161-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.
* sb: Make cvs optional.Chris Johns2016-03-163-3/+3
| | | | | | | Ignore RSB generated files to keep the git dirty status clean. Closes #2647. Closes #2748.
* sb: Fix the --without-error-report parsing of the label.Chris Johns2016-03-141-2/+2
| | | | Update #2526.
* sb: Update download to check the config file for release URL control.Chris Johns2016-03-141-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.
* sb: Fix build's --with-error-report handling.Chris Johns2016-03-141-1/+2
| | | | | | This reflects changes in the way the --with/--without options are handled. Updates #2526.
* sb: Fix --without-release-url logic.Chris Johns2016-03-101-2/+2
| | | | Updates #2636.
* sb: Add a download option --with-release-url/--without-release-url.Chris Johns2016-03-104-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.
* sb: Fix typo on the urlparse name in download.pyChris Johns2016-03-102-2/+1
| | | | Updates #2619.
* sb: Download's urllib_parse should point to urlparse on Python2.Chris Johns2016-03-101-3/+1
| | | | Updates #2619.
* sb: Fix configparser import on Python2 in version.py.Chris Johns2016-03-102-3/+4
| | | | Updates #2619.
* sb: Add support to GDB to select a specific Python.Chris Johns2016-03-082-1/+62
| | | | | | Detect a suitable Python version on Windows. Update #2619.
* sb: Report platform import errors.Chris Johns2016-03-081-0/+2
|
* qemu: Add a package name to create a tarball.Chris Johns2016-03-071-1/+1
|
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-0729-312/+410
| | | | | | Fix Windows support to allow MSYS2 Python to be used. Updates #2619.
* sb: Remove http query flags from the file name if present.Chris Johns2016-02-291-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.
* sb: bootstrap.py clearing of environ var 'ACLOCAL_PATH' on MSYS2 fails.Chris Johns2016-02-291-2/+9
| | | | | | | With a recent (Feb 2016) pytnon on MSYS2 the clear fails so delete the variable. Update #2613.
* Wrap the tar command in double quotes for Windows cmd.exe.Chris Johns2016-02-251-2/+2
| | | | | | | Windows cmd.exe does not support a single quote for options. Change to a double quote. Closes #2615.
* Fix sb-bootrap to run on Windows using MSYS2.Chris Johns2016-02-241-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.
* Fix pkgconfig for MSYS to allow QEMU to build.Chris Johns2016-02-242-21/+46
|
* Fix sb-build to reference the opts correctly.Chris Johns2016-02-241-1/+2
|
* source-builder/config/qemu-1-1.cfg: Add --disable-smartcard-nssJoel Sherrill2016-01-241-0/+1
| | | | closes #2547.
* Download source from RTEMS if a release.Chris Johns2015-12-141-12/+35
| | | | | | | | | | | | | | | | Download source from ftp.rtems.org before the package's URL if a release. If a user adds a URL via the command line that is used then the RTEMS release path then the package's URL. A user can add --url=file://path/../morepath to have the RSB use a local cache of source on their hard disk. This is useful if you need to wipe the RSB and start again. Save away the 'sources' and 'patches' directories to a common directory and provide it with via the --url option using the 'file://' prefix. Closes #2482.
* A VERSION file may have no hashes.Chris Johns2015-12-111-1/+5
|
* VERSION is an INI format file.Chris Johns2015-12-112-19/+37
| | | | | | | | | | | | | | | | VERSION is an INI format file with 2 sections: 1. version The version of the release. It contains: release = version-string 2. hashes A list of hashes for packages that are formed when creating a release. A hash entry is: file-name = hash-type checksum The approach means we do not need to hold hash values in configuration files which need to be updated when a release is made. The release scripts can generate the hashes when creating the release.
* Return after an error as a dry-run carries on.Chris Johns2015-12-111-0/+6
|
* Generate an error if there is no hash when released.Chris Johns2015-12-111-0/+3
|
* Remove the warning when undefining an undefined macro.Chris Johns2015-12-111-2/+0
|
* Make CVS optional. We should avoid using it.Chris Johns2015-12-101-1/+1
|
* Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns2015-12-103-7/+9
| | | | Add a --without-error-reports flags to reduce the noise on --with-downloading.
* sb. Add VERSION support for releasing the RSB.Chris Johns2015-12-039-48/+164
| | | | | | | | | | | | Add support to release the RSB by adding the VERSION file. The file is a single line with the version. Fix the reports to include the version. Update the INI file support to include the details of the build. Show the GIT or released version when the command starts. Closes #2480.
* rtems/netsnmp: Disable SMP builds.Chris Johns2015-07-211-1/+4
| | | | NetSNMP breaks building with extra jobs on fast hardware.
* Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns2015-07-217-79/+168
| | | | | | | | | | | | The change fixes installing for RTEMS 3rd Party packages where the RSB considered them Canadian Cross Compiling (Cxc). Fixing the Cxc issue broke real Cxc builds. The change corrects the issue of macros being changed in the Cxc and the prep data not being udpated. The configuration is loaded again after the updated macros. The macros are also copied and restored to ensure a clean stable base. The change also introduces --rtems-tools and --rtems-bsp to align the command line with the waf configure process or RTEMS application.
* rtems4.11: OpenMP support for ARM, PowerPC, SPARCSebastian Huber2015-07-071-0/+1
|
* Change license to BSD.Chris Johns2015-06-221-12/+10
|
* Revert "add basic support for OpenBSD"Chris Johns2015-06-222-95/+0
| | | | | | This reverts commit 83d97daa070d67d177b90796ed22e4044ec9012c. It contains a GPL license.
* add basic support for OpenBSDKarel Gardas2015-06-222-0/+95
|
* config: Add a qemu-snapshot map to the qemu build.Chris Johns2015-06-161-0/+8
|
* sb: Fix the downloader file:// URL to copy the file to the local path.Chris Johns2015-06-162-5/+19
|