summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sb: Change default prefix4.9Sebastian Huber2019-01-221-0/+6
| | | | | | | Use OS prefix + "rtems" + $rtems_version as the default prefix to automatically separate different RTEMS versions. Close #3681.
* sb: Change Linux default prefix to "/opt"Sebastian Huber2019-01-221-0/+1
| | | | | | http://refspecs.linuxbase.org/FHS_3.0/fhs/ch03s13.html#purpose14 Update #3681.
* sb: Change version to from 4.12 to 4.9Sebastian Huber2019-01-221-1/+1
| | | | Update #3681.
* 4.9/rtems-*.bset: Disable kernel build. Broken in RSB On 4.9Joel Sherrill2018-12-196-6/+6
|
* rtems-gcc: Update gcc patch so builds with new makeinfo plus binutils checksumJoel Sherrill2018-12-182-2/+4
|
* source-builder/config/gcc*.cfg: Correct URL for MPC downloadJoel Sherrill2018-12-178-8/+8
|
* 4.9: new branch, remove unnecessary bsetsGedare Bloom2016-08-2671-1270/+0
|
* doc: add example of a local patchGedare Bloom2016-08-011-3/+9
|
* doc: source-builder.txt: Update installtion for ubuntu packagesPunit Vara2016-08-011-2/+3
| | | | | This patch fixes the most common python missing error for RTEMS tool chain build and RSB built is tested for ubuntu 16.04.1 LTS
* doc: correct a typo of RTEMSSambeet Panigrahi2016-08-011-1/+1
|
* doc: corrected typo of FreeBSDSambeet Panigrahi2016-08-011-1/+1
|
* 4.12/rtems-epiphany.bset: Use Newlib 2.4.0.20160527Sebastian Huber2016-06-132-1/+8
|
* 4.12/rtems-or1k.bset: Use Newlib 2.4.0.20160527Hesham Almatary2016-06-132-1/+8
|
* 4.12/rtems-default.bset: Use GCC 6-20160609Jan Sommer2016-06-132-1/+24
| | | | This fixes an issue with gnat.
* 4.12/rtems-m32c.bset: Use Newlib 2.4.0.20160527Sebastian Huber2016-06-082-1/+8
|
* 4.12/rtems-default.bset: Use GCC 6-20160526Sebastian Huber2016-05-302-1/+23
| | | | In addition use Newlib snapshot 2.4.0.20160527.
* 4.12/rtems-default.bset: Use GCC 6.0.1-RC-20160415Sebastian Huber2016-04-182-1/+26
|
* graphics: clone Microwindows from official Greg Haerr's repository.Pavel Pisa2016-04-162-2/+2
| | | | | | | | | | | | graphics/nxlib is removed from build set because for actual Microwindows the NXlib is included in Microwindows sources (src/nxlib). The original NXlib libX11.a is replaced by two varinats libPX11 links X11 server replacement directly to the application. libNX11 is more X11 concept compatible, application and server runs in the separate processes.
* graphics: update libtiff to 4.0.6 version.Pavel Pisa2016-04-162-1/+22
| | | | | There has been collision between local extern excessive function declaration and C library (newlib) provided header and type.
* gdb: Build with system readline and use MinGW compilers.Chris 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.
* graphics: Add 3rd party graphics support back to the master branch.Chris Johns2016-04-1523-20/+266
| | | | | | | | | | 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.
* rtems: Refactor to move to a single version on master.Chris Johns2016-04-1511-34/+38
| | | | | | | | | | Move the 4.12 version and base defines to just RTEMS base defines which includes the version. This removes the version from a number of files and makes it simpler to move to a new version. It however means we cannot support more than version on master. This change further breaks 4.10 and 4.9 however it means we can branch these versions and better support them on their branches.
* 4.12: Add the newlib patch to get the updated ctr0.o.Chris Johns2016-04-151-0/+3
|
* sb: Add --rsb-file options to %source and %patch to set a file name.Chris Johns2016-04-152-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.
* sb: Do not filter -f options from a BSP.Chris Johns2016-04-151-1/+1
|
* 4.12/rtems-or1k.bset: Update newlib to 2.4.0Joel Sherrill2016-04-132-1/+16
|
* 4.12/rtems-m32c.bset: Update to newlib 2.4.0Joel Sherrill2016-04-112-1/+15
|
* 4.12/rtems-epiphany.bset: Update to newlib 2.4.0Joel Sherrill2016-04-112-1/+16
|
* 4.12/rtems-default.bset: Update to gcc 6.20160327 and newlib-2.4.0Joel Sherrill2016-04-102-1/+23
|
* 4.12/rtems-moxie.bset: Include dtc needed by gdb buildJoel Sherrill2016-04-031-0/+3
|
* Bump OpenRISC versionsStefan Wallentowitz2016-03-241-7/+8
| | | | | | | | | | Bump the OpenRISC toolchain to newer versions. * Binutils to 2.26 * GCC to 4.9.3 * GDB to 7.11 updates #2669
* 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.
* bare/qemu: Use git if the RSB is not release or without a release URL.Chris Johns2016-03-181-2/+4
| | | | Updates #2661.
* bare/qemu: Fix %endif type.Chris Johns2016-03-181-1/+1
| | | | 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.
* bare/qemu: Use a tarfile is the RSB is released.Chris Johns2016-03-181-5/+5
| | | | Updates #2661.
* sb: Make the URL output truncate on long long URLs.Chris Johns2016-03-181-6/+3
|
* 4.12/rtems-kernel: Add default support to build a kernel if asked too.Chris Johns2016-03-183-56/+9
|
* rtems/kernel: Move the --with-rtems logic in the common file.Chris Johns2016-03-181-112/+154
|
* sb: Fix %if logical OP parsing.Chris Johns2016-03-181-3/+9
| | | | Updates #2655.
* bare: Update or1ksim-master.zip hashChris Johns2016-03-171-0/+1
| | | | Updates #2657.
* bare: Correct the libffi-3.0.13 hash.Chris Johns2016-03-171-1/+1
| | | | Updates #2657.
* bare: Update qemu package source hashes that are missing.Chris Johns2016-03-173-0/+7
| | | | | | | | 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: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns2016-03-178-18/+104
| | | | | | | | | | | | | | | | | | | | | | | 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.
* 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.
* bare/devel/qemu: Add a hash for glib.Chris Johns2016-03-161-0/+2
| | | | Closes #2646.
* bare/devel/qemu: Fix the release URL logic and pkconfig python3 issues.Chris Johns2016-03-163-5/+12
| | | | 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.