Chris Johns
b64a3b32d3
5/kernel, 5/libbsd: Update the head of the 5 branch
2020-08-13 11:25:44 +10:00
Chris Johns
4da24fb490
bare/libusb: Fix the configuration and add a hash
...
Updates #4014
2020-08-11 11:42:14 +10:00
Chris Johns
673f9ad5c0
5: Remove unused configuration files for the release
...
Updates #4014
2020-08-11 11:42:14 +10:00
Chris Johns
020c63fb5b
rtems: Remove RTEMS 6 build sets.
...
Updates #4014
2020-08-11 11:42:03 +10:00
Chris Johns
9b1545f146
sb/options: A Canadian Cross is a different host, build and target
...
The check must make sure each is different.
Closes #4017
2020-06-30 18:04:12 +10:00
Chris Johns
6537f4bda4
sqlite: Change to https for downloading the source package.
...
Closes #4015
2020-06-26 11:55:06 +10:00
Chris Johns
b14fd48f31
glib: Gnome has change the git version to gitlab in requested patches.
2020-06-25 09:50:39 +10:00
Chris Johns
e455fef98c
rtems: Update kernel, libbsd and tool the master.
...
This aligns them to the branch point.
2020-06-23 17:32:09 +10:00
Sebastian Huber
cbae90a581
6: Update unstable RTEMS 6 tool chain
2020-06-10 08:46:06 +02:00
Chris Johns
42b7e8a4fa
devel/qemu4: Use release source tarball
...
Git cannot be used for a release as our release process does not
package the source in a manner qemu expects.
Closes #3976
2020-06-10 14:57:58 +10:00
Sebastian Huber
fc3a57c334
6: Update unstable RTEMS 6 tool chain
2020-06-05 10:00:27 +02:00
Sebastian Huber
0e5ef6355b
6: Update unstable RTEMS 6 tool chain
2020-06-02 13:01:13 +02:00
Sebastian Huber
850d9b5ba8
6: Update unstable RTEMS 6 tool chain
2020-06-02 10:41:55 +02:00
Sebastian Huber
3bd11fd489
6: Update unstable RTEMS 6 tool chain
2020-05-12 11:11:37 +02:00
Chris Johns
f0abfa8911
re/pixman: Revert the accidental commit.
...
- Move qemu to 0.40.0 so pixman builds on FreeBSD 12
2020-05-08 16:06:21 +10:00
Chris Johns
da3505b485
rtems: Update the kernel
2020-05-08 14:40:19 +10:00
Chris Johns
955c1c173e
bare/qemu: Fixes building on FreeBSD
...
- Move the qemu config to a common file shared by qemu and qemu4.
- Disable nettle on qemu4, FreeBSd complained.
- Add some extra git cleaning steps to the git path. These however
do not full clean the qemu submodules and it is not worth the
effort to try and fix.
- The devel/qemu will not build on machines with python set to
python3. This will not be fixed, use qemu4.
Closes #3966
2020-05-08 14:33:44 +10:00
Chris Johns
0fd197f9a8
sb: Disable any trace data
2020-05-08 14:28:09 +10:00
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