Sebastian Huber
65f83cf973
tools: Fix thread names in rtems-record-lttng
2022-12-02 10:34:24 +01:00
Sebastian Huber
f8d79ee511
7: Update Binutils, GDB, and GCC
2022-11-21 20:50:49 +01:00
Sebastian Huber
ac9a52ffaf
6: Update GCC 10 and 12
2022-11-21 20:50:49 +01:00
Sebastian Huber
46ff999aca
6/7: Update Newlib
2022-11-21 20:50:49 +01:00
Sebastian Huber
94a5f52bc4
7: Update Binutils, GDB, and GCC
2022-11-10 16:23:01 +01:00
Sebastian Huber
b08686e761
6: Update GCC 10 and 12
2022-11-10 16:23:01 +01:00
Sebastian Huber
66a85b9f52
6/7: Update Newlib
2022-11-10 16:23:01 +01:00
Sebastian Huber
949cf500b4
gdb: Use https for downloads
2022-11-10 15:11:42 +01:00
Sebastian Huber
f690701431
7: Update Binutils, GDB, and GCC
2022-11-04 12:10:19 +01:00
Sebastian Huber
682431a218
6: Update GCC 10 and 12
2022-11-04 12:10:19 +01:00
Sebastian Huber
be99f1c275
6/7: Update Newlib
2022-11-04 12:10:19 +01:00
Sebastian Huber
481233a4f4
sis: update to version 2.30
2022-11-04 12:02:10 +01:00
Joel Sherrill
cb8821e933
Update mipstx39 gdb version to pick up fix to make simulator work
...
Closes #4689 .
2022-10-27 17:12:28 -05:00
Karel Gardas
b02f7788e8
devel/sis: fix compilation of SIS on Mac OS X
...
SIS compiles on Mac OS X fine, but without providing --host/--build
configure options. Removing them solves the issue of configure not being
able to recognize arm64-darwin platform.
2022-10-24 21:17:42 +02:00
Karel Gardas
0388c4b8b2
testproc/gsed: fix compilation of GNU sed on Mac OS X
...
GNU sed compiles on Mac OS X fine, but without providing --host/--build
configure options. Hence removing them solved the issue of configure
not being able to recognize arm64-darwin platform.
2022-10-24 00:33:06 +02:00
Sebastian Huber
e24641bda7
7: Update Binutils, GDB, and GCC
...
Close #4741 .
2022-10-15 10:30:56 +02:00
Sebastian Huber
36a3d88044
6: Update GCC 10 and 12
...
Update #4741 .
2022-10-14 15:17:32 +02:00
Sebastian Huber
2624a5ec9f
6/7: Update Newlib
2022-10-14 11:30:56 +02:00
Ryan Long
652822f79b
rtems-tools-6.cfg: Bump tools hash
2022-10-13 18:15:13 -05:00
Chris Johns
953b8391c0
sb/set-bulder: Fix installing builds when a single buildset
...
- Always stage a build
- Install if installable and outter most buildset instance
Closes #4730
2022-10-01 06:32:24 +10:00
Chris Johns
e04c84191b
sb/execute: Fix incremental decoder with --dry-run
...
Closes #4726
2022-10-01 06:31:46 +10:00
Chris Johns
cfed1659a2
sb/version: Set top from external package
2022-09-30 07:06:27 +10:00
Chris Johns
d7fb57fa9f
sb/execute: Use a decoder that maintains state aross blocks
...
Update #4726
2022-09-30 07:05:53 +10:00
Chris Johns
336f15cc75
sb/set-builder: Fix staging and tar file generation with a single config build
...
Closes #4730
2022-09-29 18:55:15 +10:00
Joel Sherrill
161b7f108c
rtems-gcc-12-newlib-head.cfg: Bump newlib hash to get extern C on resource.h
2022-09-26 19:52:23 -05:00
Sebastian Huber
179d671cd4
6: Update GCC 10 and 12
2022-09-24 10:11:12 +02:00
Sebastian Huber
462cc57beb
6/7: Update Newlib
...
This fixes a setjmp() and longjmp() issue for the 64-bit powerpc target.
2022-09-24 10:10:34 +02:00
Joel Sherrill
7cdb77520d
rtems-tools-6.cfg: Correct hash
2022-09-21 10:15:02 -05:00
Joel Sherrill
928c15c7ec
rtems-tools-6.cfg: Bump hash to avoid stray comma in aarch64.ini configuration for bsp-builder
2022-09-21 08:38:00 -05:00
Chris Johns
ba4539b527
rtems/kernel: Update to the latest
...
- Addition of the Polarfire Icicle BSP
2022-09-21 13:55:22 +10:00
Joel Sherrill
5ad2e8068d
rtems-tools-6.cfg: Bump hash to update BSP list
2022-09-19 08:11:32 -05:00
Chris Johns
e547414978
testproc/gsed: Do not use %include with internal builds
2022-09-16 16:57:13 +10:00
Chris Johns
f86bc1da52
sb/setbuilder: Install the build when stagging or configured to install
2022-09-16 16:55:41 +10:00
Chris Johns
468fc79e8c
devel/gcc: Check and build GNU sed if not available on build host
...
Closes #2300
2022-09-14 16:56:25 +10:00
Chris Johns
27c61da6df
textproc/gsed: Add GNU sed build support
...
Updates #2300
2022-09-14 16:56:18 +10:00
Chris Johns
6f7eba4f1a
sb/setbuilder: Do not install if --no-install option is used
...
- This is a bug introduced in the recent bset tar file changes
2022-09-14 16:39:46 +10:00
Chris Johns
c0edd80bcd
rtems/jpeg: Update the checksum
2022-09-09 21:38:30 +10:00
Chris Johns
679d2b7946
rtems/bsps: Update the buildset defines to be arch/bsp
...
- Remove the unused defines
2022-09-09 21:38:17 +10:00
Chris Johns
dbea62344f
rtems/packages: Remove lwip from the generic packages
...
- Networking stacks are selected at the BSP level
2022-09-09 17:53:10 +10:00
Chris Johns
6205068c5a
sb/setbuilder: Correctly create build set tar files
...
- Make a single tarfile for all buildsets built
- Use the staging tree as the tarfile source
- Use python's tarfile module
- Create a config.file object without loading a .cfg file
2022-09-09 09:08:09 +10:00
Chris Johns
c12cbadfa9
rtems/kernel: Update the confg file support
...
- Check for config file tests and install if enabled
- Support buildset BSP options defines if building a single BSP
- Remove bootstrap and autotools fragments
2022-09-09 09:08:09 +10:00
Chris Johns
e1f87e5d72
rtems/rtems-bsp: Support a kernel configuration file
...
- Support a single BSP defined in a kernel config file
2022-09-09 09:08:09 +10:00
Chris Johns
1ce36943e9
sb/build.py: Output build scripts to trace
...
- Only remove the build directory when not a dry run
2022-09-09 09:08:09 +10:00
Chris Johns
18b4507fc5
sb/config: Correctly handle multiple config paths
...
- Add rtems/config to the config directories searched to better
support deployment
- Correctly expand the configdir and path searchs
Close #4710
2022-09-09 09:08:09 +10:00
Chris Johns
ce77a10078
rtems/kernel: Support a list of BSPs as arch/bsp
2022-09-09 09:08:09 +10:00
Chris Johns
3a4892dce1
sb/setbuilder: Support line continuation
2022-09-09 09:08:09 +10:00
Chris Johns
17106e0e3c
sb/rtems-kernel-config-check: Support multiple BSPs and add a test option
2022-09-09 09:08:09 +10:00
Chris Johns
be25beed29
sb/rtems-kernel-config-check: Reformat using yapf
2022-09-09 09:08:09 +10:00
Chris Johns
bf079c1f24
rtems/libbsd: Update to the latest on the 6-freebsd-12 branch
2022-09-09 09:08:09 +10:00
Chris Johns
29b944beb3
rtems/kernel: Update to the latest kernel
...
- Update hash file extension
2022-09-09 09:08:09 +10:00