summaryrefslogtreecommitdiffstats
path: root/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns2016-03-171-4/+18
| | | | | | | | | | | | | | | | | | | | | | | 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.
* 4.11: Remove from master.Chris Johns2016-03-1638-1027/+0
| | | | Updates #2649.
* 4.12/gdb-7.11: Add ERC32 patches to fix the simulator.Chris Johns2016-03-161-8/+10
| | | | Updates #2644.
* rtems/4.12: Add hash to gdb-7.11.Chris Johns2016-03-151-1/+1
|
* rtems-kernel: Fix the --with-rtems/--without-rtems support when released.Chris Johns2016-03-142-15/+26
| | | | | | | | | | | | Also add: --with-rtemsbsp="bsp,bsp,bsp" --with-rtems-smp --with-rtems-tests --with-rtems-tests=sample --with-rtems-tests=all Closes #2526.
* sb: Update download to check the config file for release URL control.Chris Johns2016-03-142-1/+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.
* 4.12: Update GDB to gdb-7.11.Chris Johns2016-03-142-1/+35
|
* 4.12/rtems-moxie.bset: Update to match default RTEMS toolsetJoel Sherrill2016-03-111-22/+2
|
* Bugfix: gdb-7.3.1 for rtems 4.10 couldn't be built with modern texinfo.Goetz Pfeiffer2016-03-101-0/+2
| | | | | | | This is fixed by patch file gdb-7.3.1-rtems4.10-20151123.diff from the rtems-tools.git repository. Close #2524.
* Bugfix: gcc-4.4.7 for rtems 4.10 couldn't be built with modern texinfo.Goetz Pfeiffer2016-03-101-0/+2
| | | | | | | This is fixed by patch file gcc-core-4.4.7-rtems4.10-20151123.diff from the rtems-tools.git repository. Update #2524.
* Bugfix: binutils-2.20.1 for rtems 4.10 couldn't be built with modern texinfo.Goetz Pfeiffer2016-03-101-1/+3
| | | | | | | This is fixed by patch file binutils-2.20.1-rtems4.10-20151123.diff from the rtems-tools.git repository. Update #2524.
* sb: Add a download option --with-release-url/--without-release-url.Chris Johns2016-03-101-5/+0
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Clean up 4.9 build issues.Chris Johns2016-03-013-0/+22
| | | | Add support so 4.9 builds on a recent FreeBSD using clang.
* Fix 4.10 and 4.9 building.rtems2016-03-013-1/+3
| | | | | | Add the 4.9 newlib 1.16.0-20090324 patch. Add a release to the 4.9 RTEMS kernel. Add a release to the 4.10 RTEMS kernel.
* 4.12: Add aarch64 and x86_64 support.Chris Johns2016-02-296-1/+44
|
* config: Patch automake-1.12.6 to remove warning on newer perl versions.Chris Johns2016-02-292-0/+8
| | | | Closes #2616.
* update newlib git revision to get <sys/select.h> RTEMS dependencyHesham Almatary2016-02-272-2/+2
|
* Fix the rtems-tools waf --destdir path on Windows.Chris Johns2016-02-222-3/+16
| | | | | | | | | | | Waf requires the drive be added to the destdir path so it installs to a path the RSB knows. The RSB assumes the destdir contains an MSYS drive path as seen in the POSIX path. This is default for configure scripts. Also fix the git URL to pull before the branch command as well as after to update the branch. Closes #2605.
* Update RTEMS 4.12 build set for MIPSSebastian Huber2016-01-291-0/+3
|
* Update RTEMS 4.12 build setSebastian Huber2016-01-292-1/+23
| | | | Use Binutils 2.26.
* Fix RTEMS Tools source symlink generation.Patrick Gauvin2016-01-281-2/+1
| | | | | | When rsb_released was not 0, a build failure would occur. closes #2495.
* Update RTEMS 4.12 build setNick Withers2016-01-252-1/+23
| | | | | Update to the GCC 6 20160124 snapshot, which notionally resolves https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65779
* Add hashes for RTEMS 4.12 toolsSebastian Huber2016-01-191-0/+6
|
* Update RTEMS 4.12 build setSebastian Huber2016-01-185-35/+41
|
* fix libpng version numberYANG Qiao2015-12-162-4/+4
|
* add dependencies for nxlibYANG Qiao2015-12-161-0/+1
|
* add graphics-all bsetYANG Qiao2015-12-161-0/+9
|
* add dependencies for nanoxYANG Qiao2015-12-161-0/+1
|
* Fix 4.11/rtems-tools so it builds from git.Chris Johns2015-12-153-1/+36
|
* Fix the building of the RTEMS Tools from a tar file.Chris Johns2015-12-133-4/+17
|
* Remove RTEMS 4.11 unstable.Chris Johns2015-12-1318-357/+0
|
* Use BZ2 for gdb-7.7.Chris Johns2015-12-111-0/+1
|
* Set the RTEMS Tools and Kernel version based on a release.Chris Johns2015-12-112-3/+11
|
* Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns2015-12-118-38/+118
| | | | Add a --without-error-reports flags to reduce the noise on --with-downloading.
* Ignore generated XML files.Chris Johns2015-12-111-0/+1
|
* Add RTEMS 4.12 build setSebastian Huber2015-11-1025-0/+346
|
* 4.11/rtems-epiphany: Use the latest newlib git head.Chris Johns2015-10-262-6/+6
| | | | Move to the latest to pick up the recent newlib changes.
* 4.11/rtems-all.bset: Add epiphany and h8300Joel Sherrill2015-10-201-0/+2
|
* 4.11/rtems-moxie.bset: Update to binutils 2.25Joel Sherrill2015-10-201-1/+1
| | | | closes #2254.
* gcc-4.8.3: Update newlib revision to catch <sys/tree.h> includeHesham Almatary2015-10-051-1/+1
|
* lwIP configuration & build filesragunath2015-08-112-0/+47
| | | | Patch to build lwip with RTEMS Resource builder. It builds the lwip sources and creates a library.
* add nxlib bsetYANG Qiao2015-08-102-0/+39
|
* add nanoX bsetYANG Qiao2015-08-102-0/+39
|
* add t1lib bset (patch url should be changed after it is merged into rtems ↵YANG Qiao2015-08-102-0/+41
| | | | git server)
* add freetype2 bsetYANG Qiao2015-08-102-0/+41
|
* add tiff-4.0.2 bsetYANG Qiao2015-08-102-0/+41
|
* add libpng bsetYANG Qiao2015-08-102-0/+42
|
* Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns2015-07-203-9/+30
| | | | | | | | | | | | 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-073-0/+15
|
* rtems4.11: Use GCC 4.9.3Sebastian Huber2015-07-0717-34/+30
|