1597 Commits

Author SHA1 Message Date
Chris Johns
1f972c2108 sb: Add git clean to the supported git commands. 2020-05-08 14:28:04 +10:00
Joel Sherrill
da17bda77a qemu4.bset: Update to pixman 0.40.0. 2020-05-08 10:42:34 +10:00
Chris Johns
0affb6647d rtems: Update the kernel and tools packages to the latest RTEMS 5 2020-05-07 07:06:27 +10:00
Chris Johns
1011d5f768 rtems-kernel: Update to the latest 2020-04-28 18:41:18 +10:00
Chris Johns
846c979058 devel/dtc: Change the home page to www.devicetree.org 2020-04-28 18:36:41 +10:00
Chris Johns
13e4dfd3d2 rtems-bsb: Use linker garbage collection for BSP based builds
Close #3944.
2020-04-28 18:34:08 +10:00
Chris Johns
f1a3c8c634 rtems-libbsd: Remove the v from the package name verision 2020-04-28 18:33:41 +10:00
Sebastian Huber
2f8bd589db 6: Update unstable RTEMS 6 tool chain 2020-04-28 09:15:12 +02:00
Chris Johns
47880bbc81 rtems-kernel: Fix building without the rtems test option.
Updates #3956
2020-04-28 15:21:07 +10:00
Chris Johns
d14da0a252 rtems-kernel: Install tests when tests are built
The tests in RTEMS are not installed so if a user requests the
tests be built install them. Given the RSB cleans up building the
tests and not installing does nothing.

- Fix the options handling the kernel build to be consistent

Updates #3956
2020-04-28 11:07:35 +10:00
Anders Montonen
d5ad66747c source-builder/config/gdb-common-1.cfg: Fix building with Python 3.8
Starting with Python 3.8, python3-config requires the "--embed" flag to
print the flags required for embedding Python in an application.

Fixes:
error: shell macro failed: /home/anders/work/rtems/rsb/source-builder/sb/rtems-build-dep -c gcc  -l : 2: error: no library (-l) provided

Signed-off-by: Anders Montonen <Anders.Montonen@iki.fi>
2020-04-28 08:49:56 +10:00
Anders Montonen
ae9faa2726 sb/linux.py: Workaround for Python >= 3.8
The platform.dist() interface has been deprecated since Python 3.5, and
has been removed in Python 3.8.

Fixes:
Traceback (most recent call last):
  File "/home/anders/work/rtems/rsb/source-builder/sb/options.py", line 682, in load
    overrides = linux.load()
  File "/home/anders/work/rtems/rsb/source-builder/sb/linux.py", line 60, in load
    distro = platform.dist()[0]
AttributeError: module 'platform' has no attribute 'dist'

Signed-off-by: Anders Montonen <Anders.Montonen@iki.fi>
2020-04-28 08:49:25 +10:00
Anders Montonen
0c7965c093 sb: Fix Python literal comparison warnings
Fixes:
SyntaxWarning: "is" with a literal. Did you mean "=="?

Signed-off-by: Anders Montonen <Anders.Montonen@iki.fi>
2020-04-28 08:49:05 +10:00
Chris Johns
a137ab8451 devel/glib: Fix the checksum for the patch 2020-04-27 14:40:00 +10:00
Christian Mauderer
78c6e159d4 5/rtems-libbsd: Update 5-freebsd-12 2020-04-20 09:24:55 +02:00
Christian Mauderer
6d194ca849 5/rtems-libbsd: Update 5-freebsd-12 2020-04-17 14:47:51 +02:00
Sebastian Huber
485eec6f47 6: Update unstable RTEMS 6 tool chain 2020-04-17 13:10:46 +02:00
Christian Mauderer
9482a1b33b 5/rtems-libbsd: Update 5-freebsd-12 2020-04-16 11:08:42 +02:00
Christian Mauderer
f2f0fdf135 5/rtems: Update kernel and libbsd. 2020-04-15 18:40:31 +02:00
Vijay Kumar Banerjee
190b39e913 source-builder: Add capstone 2020-04-10 08:44:32 -05:00
Vijay Kumar Banerjee
50916e89e8 bare/config: Add devel/dtc-1.6.0 2020-04-10 08:43:56 -05:00
Vijay Kumar Banerjee
bdffe4647a bare/glib-2.48.2: Add patches to suppress null string warning 2020-04-10 08:43:18 -05:00
Vijay Kumar Banerjee
c41e0c3a6d qemu-couverture: update to qemu-stable-4.0.0 2020-04-10 08:30:58 -05:00
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