summaryrefslogtreecommitdiffstats
path: root/bare (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-21Add GMP as a prerequisite for GDBSebastian Huber1-0/+18
2020-12-18devel/sis: Update to 2.26Jiri Gaisler1-2/+2
2020-12-02devel/sis: Update to 2.25Sebastian Huber1-5/+4
Update #4195.
2020-11-16devel/qemu: Add the hash for the QEMU 5.2.0-rc1Chris Johns1-3/+3
2020-11-13devel/qemu: Update QEMU to 5.2.0-rc1Chris Johns3-35/+10
- This version of qemu uses meson and ninja to build. You will need to install ninja to build. No checks are made until meson run
2020-09-10devel/sis: Update to 2.22Chris Johns1-2/+3
2020-08-10sb/track: Add a command to track build sets.Chris Johns1-0/+3
- Process a build set for a range of hosts and output a dependency tree, the used build set and configuration files. - Output the configuration files that are no referenced Closes #4036
2020-06-25glib: Gnome has change the git version to gitlab in requested patches.Chris Johns1-1/+1
2020-06-10devel/qemu4: Use release source tarballChris Johns1-25/+9
Git cannot be used for a release as our release process does not package the source in a manner qemu expects. Closes #3976
2020-05-08re/pixman: Revert the accidental commit.Chris Johns2-2/+2
- Move qemu to 0.40.0 so pixman builds on FreeBSD 12
2020-05-08bare/qemu: Fixes building on FreeBSDChris Johns3-4/+2
- 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-08qemu4.bset: Update to pixman 0.40.0.Joel Sherrill2-1/+20
2020-04-27devel/glib: Fix the checksum for the patchChris Johns1-1/+2
2020-04-10source-builder: Add capstoneVijay Kumar Banerjee2-0/+34
2020-04-10bare/config: Add devel/dtc-1.6.0Vijay Kumar Banerjee1-0/+18
2020-04-10bare/glib-2.48.2: Add patches to suppress null string warningVijay Kumar Banerjee1-0/+7
2020-04-10qemu-couverture: update to qemu-stable-4.0.0Vijay Kumar Banerjee2-13/+8
2020-04-09rsb: Use dtc.bset for SpikeHesham Almatary1-1/+1
2020-04-09rsb: Bump DTC to 1.4 versionHesham Almatary1-1/+1
2020-03-27bare: Fix pkgconfig checks and getting source.Chris Johns8-8/+8
- If the package was installed the check does not build the package. This also meant getting the source failed. Closes #3919
2020-03-27bare/glib: Add back glib-2.39.3-1Chris Johns1-0/+22
- It was removed in ... https://git.rtems.org/rtems-source-builder/commit/?id=f93fcef875560f6a8ac7a3a541e4a96f73751553
2020-03-25spike: Update to use exec that searches along PATH.Joel Sherrill1-2/+3
Updates #3914.
2020-03-23Spike: Update to include fix for hard-coded path to dtcJoel Sherrill1-2/+2
Closes #3914.
2020-03-20qemu: Update glib to build on newer gccMartin Erik Werner2-4/+4
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-06sis simulator: update to version 2.21Jiri Gaisler1-2/+2
* Fix incorrect operation on big-endian hosts * Avoid reserved word sparc * Initialize PC before connecting to gdb
2019-12-13qemu-couverture-git-1.cfg: Use an identifiable name for the download file.Joel Sherrill1-2/+2
closes #3808.
2019-11-14Update sis to v2.20Jiri Gaisler1-2/+2
* Support gdb async break on all platforms * Support ctrl-c on win32
2019-11-12rsb: Update RISC-V's Spike revisionHesham Almatary1-13/+2
Latest Spike integrated fesvr in its source directory, so there is no separate fesvr anymore. Also use a revision of Spike that fixes the file permissions when getting installed.
2019-11-09Update sis simulator to v2.19Jiri Gaisler1-2/+2
* Improve gdb watchpoint handling/reporting * Support building on Mingw-W64 * Stop flushing sparc reg windows on gdb break * updates #3816
2019-11-02Update sis to v2.18Jiri Gaisler1-2/+2
* Support for gdb watchpoints * Fix build problems on cygwin (closes #3807)
2019-10-28bare/spike: Fix %hash lines, change to base64 checksums.Chris Johns1-3/+6
2019-10-28devel/libiconv: Add a hash.Chris Johns1-0/+2
2019-10-25dtc-1.2.0.cfg: Switch to sha512 so it buildsJoel Sherrill1-1/+1
2019-10-23Update Spike RSB recipe and correct installed permissionsJoel Sherrill2-3/+8
Updates #3802.
2019-09-18automake-1.12.6: Fix build issuesSebastian Huber1-0/+6
Patch copied from "rtems/config/tools/rtems-automake-1.12.6-1.cfg".
2019-09-165/llvm: Add LLVM as a package for RTEMS.Chris Johns2-0/+39
- Add '%source download <source>' to only download the source and do not unpack and prep. This can used when a package internally needs another source package. - Install the staging root only if it is present. A package may internally build another package that is not staged as it is not suitable for installing. Updates #3250 Updatew #3797
2019-09-16bare/pcre: Add PCRE 8.40Chris Johns1-0/+19
2019-08-22Added qemu 4.1.0 as bare targetJiri Gaisler3-0/+109
* target name is devel/qemu4, old qemu preserved as devel/qemu
2019-07-23devel/sis: Fix building the SIS on FreeBSDChris Johns1-3/+2
- Update to SIS 2.17 which has internal readline support for the hosts which do not have readline. Closes #3763
2019-06-18Add bare target to build standalone sis (devel/sis)Jiri Gaisler2-0/+26
2018-11-12rsb: Update RISC-V's Spike revisionHesham Almatary1-2/+2
2018-11-05windows: Remove BuildRoot from all configs, add a short tmp path.Chris Johns1-1/+0
Closes #3562.
2018-05-01bare/devel: Add qemu-couverture support.Chris Johns2-0/+68
Add a build set and configuration to build a QEMU we can use for coverage testing.
2018-03-05The libexpat project has moved to github. Fetch expat from github.Chris Johns1-1/+2
Close #3315
2018-02-05sb: Switch some md5 hashes to sha256Stephan Gambke6-11/+11
Using md5 hashes will break the building of qemu.bset, so switch all involved hashes to sha256
2017-10-28RSB - RISC-V: Add scripts to build RISC-V's simulatorHesham Almatary2-0/+28
Update #3109
2017-10-124.12: Update all MD5 hashes to SHA256.Chris Johns4-4/+4
Closes #2536.
2016-03-18bare/qemu: Use git if the RSB is not release or without a release URL.Chris Johns1-2/+4
Updates #2661.
2016-03-18bare/qemu: Fix %endif type.Chris Johns1-1/+1
Updates #2661.
2016-03-18bare/qemu: Use a tarfile is the RSB is released.Chris Johns1-5/+5
Updates #2661.