summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 5: Update rtems-toolsSebastian Huber2020-03-231-2/+2
| | | | | | Pick up new features for rtems-record-lttng. Update #3904.
* 6: Update unstable RTEMS 6 tool chainSebastian Huber2020-03-233-8/+8
|
* qemu: Update glib to build on newer gccMartin Erik Werner2020-03-203-5/+6
| | | | | | | | | | | | | | | | | | | Update the glib version to 2.48.2 in order to fix build failure on newer gcc[0]. Force internal version of libpcre for glib, since otherwise the build failed, presumably since libpcre is not provided as a module (maybe it should?). Increasing the glib version further to the current latest was not tested. [0] CC libglib_2_0_la-gdate.lo ../../glib-2.39.3/glib/gdate.c: In function 'g_date_strftime': ../../glib-2.39.3/glib/gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral] tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm); ^~~~~~
* 6: Update unstable RTEMS 6 tool chainSebastian Huber2020-03-173-10/+10
|
* 5: Update NewlibSebastian Huber2020-03-177-5/+75
| | | | Pick up fix for crt0.c.
* Update gcc to 9.3.0 for targets using 9.2.0Joel Sherrill2020-03-124-3/+31
|
* Update newlib to c56f53aJoel Sherrill2020-03-127-5/+75
| | | | This is primarily to pick up the bug fix to have i386 fenv methods.
* Bump rtems-tools to get mkimage.py into the bin/ directory.Amar Takhar2020-03-081-2/+2
|
* sis simulator: update to version 2.21Jiri Gaisler2020-03-061-2/+2
| | | | | | | | * Fix incorrect operation on big-endian hosts * Avoid reserved word sparc * Initialize PC before connecting to gdb
* rtems/libbsd: Bump libbsd to pick up the libdebugger library checkChris Johns2020-03-051-2/+2
|
* rtems/bsps: Add the sparc/erc32 and i386/pc BSP build setsChris Johns2020-03-052-0/+42
|
* 5/bsps: Add some BSPsSebastian Huber2020-03-057-0/+66
|
* 5: Update rtems-toolsSebastian Huber2020-03-051-2/+2
| | | | Pick up fixes for Debian on sparc64.
* sb: Use multiprocessing.cpu_count()Sebastian Huber2020-03-051-16/+2
| | | | | The previous implementation does not work on some Linux distributions, e.g. Debian on sparc64. Use a standard function instead.
* Bump RSB to the latest rtems-tools to get mkimage.pyAmar Takhar2020-03-041-2/+2
|
* sb/options: Let --source-only-download download releasesChris Johns2020-03-042-3/+2
| | | | | | - The release procedure uses the sb-set-sources command now. Closes #3896
* sb/pkgconfig: Fix python2 issue with caching changesChris Johns2020-03-041-1/+2
| | | | Closes #3893
* sb/python-wrapper: Add python2.7 to aid testingChris Johns2020-03-041-1/+1
|
* protobufs: Fix the incorrectly update top level URL for the project.Chris Johns2020-03-031-1/+1
| | | | - Looks like protobuf is now not under Google. I failed to notice that.
* 5/rtems-kernel: Update to the head of master to sync with libbsdChris Johns2020-03-031-2/+2
|
* rtems/bsps: Fix building 3rd party packages with various optionsChris Johns2020-03-031-15/+38
| | | | | | | | | | | | | | | | - Fix locating valid tools and BSP. If either is found in the staging area use that else use the specific --with-* option and if not present use the --prefix. - Locate the tools by checking if the arch's C compiler is a valid file. No other checks are made on the tools. - Locate a BSB by checking for a valid pkgconfig file for the BSP. - Only filter flags if the BSP is in the staging area Closes #3893
* sb/pkgconfig: Cache pkgconfig based on a file name not nameChris Johns2020-03-031-7/+9
| | | | | | | | | - Caching on name falsely assumed checks across different config instances in nested build sets as used in vertical stack building was valid. This stopped a valid check for a prefix seeing if a valid BSP config was present. Updates #3893
* sb/config: Add paths checks to %{path ...}Chris Johns2020-03-031-11/+37
| | | | Updates #3893
* sb/config: Expanded nested shell commandsChris Johns2020-03-031-2/+7
| | | | Updates #3893
* protobufs: Top level project rename. Fix URL path on github.Chris Johns2020-03-031-1/+1
|
* 5/rtems-kernel: Update to the head of master to sync with libbsdChris Johns2020-03-021-2/+2
|
* rtems/5 bsets: Update to newlib fbaa096Joel Sherrill2020-02-287-5/+75
| | | | | This picks up fixes for at least the RTEMS reported issues for missing extern C in devctl.h and the symlink issue with bsdtar.
* 5/rtems-libbsd: Update 5-freebsd-12Chris Johns2020-02-291-2/+2
|
* 5/rtems-libbsd: Switch to the 5-freebsd-12 branchChris Johns2020-02-281-4/+4
| | | | This is the RTEMS 5 release branch for libbsd
* rtems-libbsd: Do not handle rtems_waf source when released.Chris Johns2020-02-281-7/+12
| | | | The release libbsd tar file contains the rtems_waf submodule.
* 5: Update rtems-toolsSebastian Huber2020-02-261-2/+2
| | | | | | Pick up update to waf-2.0.19. Update #3569.
* windows: Use GNU tar to unpack sourceChris Johns2020-02-121-1/+1
| | | | | | - The bsdtar command does not handle symlinks cleanly, GNU tar does Closes #3868
* rtems/5: Update to gdb-9.1Chris Johns2020-02-122-1/+13
| | | | - This version fixes build issues on Windows (MinGW64)
* 5: Update to Binutils 2.34Sebastian Huber2020-02-096-5/+32
|
* 6: Update unstable RTEMS 6 tool chainSebastian Huber2020-02-041-1/+1
| | | | Shorten the commit hash to be in line what the server returns.
* 6: Update unstable RTEMS 6 tool chainSebastian Huber2020-02-041-4/+4
| | | | | | | | Use official GCC Git repository. Includes a fix for: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93543
* 6: Update unstable RTEMS 6 tool chainSebastian Huber2020-02-043-8/+8
|
* freebsd: Fix GDB building on some 12 and higher versionsChris Johns2020-01-212-1/+13
|
* 5: Update rtems-toolsSebastian Huber2020-01-081-2/+2
|
* 6: Update unstable RTEMS 6 tool chainSebastian Huber2020-01-023-8/+8
|
* 6: Update unstable RTEMS 6 tool chainSebastian Huber2019-12-203-8/+8
|
* 5: Update rtems-toolsSebastian Huber2019-12-191-2/+2
| | | | Update #3413.
* qemu-couverture-git-1.cfg: Use an identifiable name for the download file.Joel Sherrill2019-12-131-2/+2
| | | | closes #3808.
* 5/rtems-epiphany.bset: Rework to have meaningful name for gdbJoel Sherrill2019-12-121-3/+3
| | | | closes #3809.
* rtems: Set the RTEMS release message's RSB version correctlyChris Johns2019-12-131-1/+1
| | | | Closes #3842
* 6: Use external SIS instead of GDB simulatorSebastian Huber2019-12-051-0/+2
|
* sb/getsources: Fix the repo_mail reference.Chris Johns2019-12-051-1/+1
|
* sb/getsources: Macro right hand values need to be strings.Chris Johns2019-12-051-2/+2
|
* sb: VERSION may not contain a release path or hashesChris Johns2019-12-051-2/+2
|
* 6: Update unstable RTEMS 6 tool chainSebastian Huber2019-12-043-8/+8
|