1424 Commits

Author SHA1 Message Date
Hesham Almatary
f3afcb5460 rsb: Use dtc.bset for Spike 2020-04-09 12:38:22 +01:00
Hesham Almatary
9f18471828 rsb: Bump DTC to 1.4 version 2020-04-09 12:38:14 +01:00
Hesham Almatary
70775f90cb rsb: Fix Spike build
* There is no all$ target in Spike
* There is no longer --with-fesvr flag since fesvr is source-inlined
by default
2020-04-09 12:38:08 +01:00
Sebastian Huber
f6286ff1d3 6: Update unstable RTEMS 6 tool chain
Update #3937.
2020-04-08 13:34:01 +02:00
Sebastian Huber
b69f54d517 6: Update unstable RTEMS 6 tool chain
Update #3937.
2020-04-07 09:40:45 +02:00
Gedare Bloom
e307213e0b rtems: bump rtems-5-kernel 2020-04-06 20:08:15 -06:00
Chris Johns
8223d3b7c0 rtems/libbsd: Update to origin/5-freebsd12 HEAD. 2020-04-06 17:05:37 +10:00
Chris Johns
b2086bdf43 rtems/kernel: Update to origin/master HEAD. 2020-04-06 17:04:33 +10:00
Sebastian Huber
ad9054091e 6: Update unstable RTEMS 6 tool chain 2020-04-06 07:31:04 +02:00
Gedare Bloom
4727c3e58f sb/reports: add sanitize parameter enabled for --mail
Adds a --sanitize option to command line for reports.py
and also for the reports.report() interface from setbuilder.py
to remove the Remotes information from git.

Closes #3887.
2020-04-04 22:11:00 -06:00
Jonathan Brandmeyer
113c65cb56 databases/sqlite: Update to 3.31.1
closes #3927.
2020-04-02 19:08:16 -05:00
Gedare Bloom
54e08b8580 sb/reports.py: Remove spurious error check
The error path is taken when list-bsets or list-cfgs returns
true (meaning it listed them). So the error is invalid.
2020-04-01 21:55:39 -06:00
Chris Johns
26a0568087 rtems/libbsd: Update to the latest 5-freebsd12 branch head. 2020-03-30 11:40:36 +11:00
Chris Johns
9fbe810aed rtems/kernel: Update to the latest master. 2020-03-30 11:40:05 +11:00
Chris Johns
92d8e7f51f sb/sha512-base64: Add script to generate a base64 checksum.
- Use this command to get a smaller sha512 checksum
2020-03-30 10:47:18 +11:00
Chris Johns
fe63ad8777 sb/execute: Port fixes from rtems-tools 2020-03-30 10:46:38 +11:00
Chris Johns
097018a8e4 5/rtems-tools: Update to pick up rtems-test fixes for GDB 2020-03-30 10:40:40 +11:00
Chris Johns
9b7cdb7603 bare: Fix pkgconfig checks and getting source.
- If the package was installed the check does not build the package.
  This also meant getting the source failed.

Closes #3919
2020-03-27 14:39:33 +11:00
Chris Johns
25386b12ed bare/glib: Add back glib-2.39.3-1
- It was removed in ...
   https://git.rtems.org/rtems-source-builder/commit/?id=f93fcef875560f6a8ac7a3a541e4a96f73751553
2020-03-27 14:38:19 +11:00
Joel Sherrill
71af2d9ced spike: Update to use exec that searches along PATH.
Updates #3914.
2020-03-25 10:21:28 -05:00
Joel Sherrill
12e02adea0 Spike: Update to include fix for hard-coded path to dtc
Closes #3914.
2020-03-23 15:09:29 -05:00
Sebastian Huber
68f90be3c8 5: Update rtems-tools
Pick up new features for rtems-record-lttng.

Update #3904.
2020-03-23 06:53:18 +01:00
Sebastian Huber
cc29f676de 6: Update unstable RTEMS 6 tool chain 2020-03-23 06:50:41 +01:00
Martin Erik Werner
f93fcef875 qemu: Update glib to build on newer gcc
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);
       ^~~~~~
2020-03-20 11:50:28 -05:00
Sebastian Huber
96cdedce58 6: Update unstable RTEMS 6 tool chain 2020-03-17 07:55:36 +01:00
Sebastian Huber
30725b64f8 5: Update Newlib
Pick up fix for crt0.c.
2020-03-17 07:32:16 +01:00
Joel Sherrill
af7f19889e Update gcc to 9.3.0 for targets using 9.2.0 2020-03-12 15:21:14 -05:00
Joel Sherrill
d49a52e0cc Update newlib to c56f53a
This is primarily to pick up the bug fix to have i386 fenv methods.
2020-03-12 13:46:48 -05:00
Amar Takhar
0b7e87143b Bump rtems-tools to get mkimage.py into the bin/ directory. 2020-03-08 17:46:08 -04:00
Jiri Gaisler
bdc674ef34 sis simulator: update to version 2.21
* Fix incorrect operation on big-endian hosts

	* Avoid reserved word sparc

	* Initialize PC before connecting to gdb
2020-03-06 15:24:21 +01:00
Chris Johns
bffdd1ea42 rtems/libbsd: Bump libbsd to pick up the libdebugger library check 2020-03-05 22:33:13 +11:00
Chris Johns
ce6b7a53af rtems/bsps: Add the sparc/erc32 and i386/pc BSP build sets 2020-03-05 22:33:13 +11:00
Sebastian Huber
a89a9c0358 5/bsps: Add some BSPs 2020-03-05 11:24:00 +01:00
Sebastian Huber
f55459edaa 5: Update rtems-tools
Pick up fixes for Debian on sparc64.
2020-03-05 11:02:02 +01:00
Sebastian Huber
e0394a5c70 sb: Use multiprocessing.cpu_count()
The previous implementation does not work on some Linux distributions,
e.g. Debian on sparc64.  Use a standard function instead.
2020-03-05 10:59:16 +01:00
Amar Takhar
08da44903f Bump RSB to the latest rtems-tools to get mkimage.py 2020-03-04 18:59:30 -05:00
Chris Johns
3b0032d9e0 sb/options: Let --source-only-download download releases
- The release procedure uses the sb-set-sources command now.

Closes #3896
2020-03-04 20:37:04 +11:00
Chris Johns
9e49d20a30 sb/pkgconfig: Fix python2 issue with caching changes
Closes #3893
2020-03-04 09:56:01 +11:00
Chris Johns
ba97e7c5af sb/python-wrapper: Add python2.7 to aid testing 2020-03-04 09:20:19 +11:00
Chris Johns
834a0ea88a protobufs: Fix the incorrectly update top level URL for the project.
- Looks like protobuf is now not under Google. I failed to notice that.
2020-03-03 15:38:47 +11:00
Chris Johns
b9a2f8be6f 5/rtems-kernel: Update to the head of master to sync with libbsd 2020-03-03 14:52:17 +11:00
Chris Johns
abd98a2440 rtems/bsps: Fix building 3rd party packages with various options
- 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
2020-03-03 11:18:05 +11:00
Chris Johns
96d55ab432 sb/pkgconfig: Cache pkgconfig based on a file name not name
- 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
2020-03-03 11:18:05 +11:00
Chris Johns
4295d3d377 sb/config: Add paths checks to %{path ...}
Updates #3893
2020-03-03 11:18:05 +11:00
Chris Johns
175ce0bcb0 sb/config: Expanded nested shell commands
Updates #3893
2020-03-03 11:18:05 +11:00
Chris Johns
5ec0913ada protobufs: Top level project rename. Fix URL path on github. 2020-03-03 11:18:05 +11:00
Chris Johns
404d1a9835 5/rtems-kernel: Update to the head of master to sync with libbsd 2020-03-02 13:43:21 +11:00
Joel Sherrill
7d56629f83 rtems/5 bsets: Update to newlib fbaa096
This picks up fixes for at least the RTEMS reported issues for missing
extern C in devctl.h and the symlink issue with bsdtar.
2020-02-28 23:06:39 -06:00
Chris Johns
c4abcf43d9 5/rtems-libbsd: Update 5-freebsd-12 2020-02-29 11:07:11 +11:00
Chris Johns
25f1d894a3 5/rtems-libbsd: Switch to the 5-freebsd-12 branch
This is the RTEMS 5 release branch for libbsd
2020-02-28 14:47:32 +11:00