summaryrefslogtreecommitdiffstats
path: root/bare (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bare/gnu-tools: Update bare gnu-tools to gcc 12, binutils 2.38 and gdb 11.2Chris Johns2022-06-175-0/+98
| | | | | | | | - This tracks the common RTEMS tools version. It does not track special builds that are specific to a tool set. - Use with "--target=microblaze-elf gnu-tools" where the target is the tools to build
* 6/7: Use gmp-6.2.1 for GDBSebastian Huber2022-04-251-0/+17
|
* devel: add configuration for expat 2.4.8Karel Gardas2022-04-221-0/+19
|
* devel/glib-2.48: Update hash and patchRyan Long2022-03-251-2/+2
| | | | | | | Changes patch to be pulled from an RTEMS ticket and updated the hash of the patch. Updates #4634
* devel/spike-1.1.0: bump hashRyan Long2022-02-251-2/+2
| | | | Bump the hash of spike to match the 1.1.0 release.
* bare/.../dtc.bset: Update to 1.6.1 like other casesJoel Sherrill2021-11-181-1/+1
|
* RSB: update dtc 1.6.0 -> dtc 1.6.1Karel Gardas2021-11-182-1/+19
| | | | | | | | Fixes #4221 Note: the patch updates only dtc 1.6.0 occurrences. It leaves all other dtc (1.4.x) usages as they are just to not break anything which depends on older dtc versions.
* rsb: Add Xilinx QEMUAlex White2021-08-202-0/+47
|
* sis: update to version 2.29Sebastian Huber2021-08-041-2/+2
|
* sis: update to version 2.28Sebastian Huber2021-07-301-2/+2
|
* sis: update to version 2.27Jiri Gaisler2021-07-151-2/+2
|
* Add aarch64 target to qemu-couvertureAlex White2021-07-021-1/+1
|
* Add GMP as a prerequisite for GDBSebastian Huber2020-12-211-0/+18
|
* devel/sis: Update to 2.26Jiri Gaisler2020-12-181-2/+2
|
* devel/sis: Update to 2.25Sebastian Huber2020-12-021-5/+4
| | | | Update #4195.
* devel/qemu: Add the hash for the QEMU 5.2.0-rc1Chris Johns2020-11-161-3/+3
|
* devel/qemu: Update QEMU to 5.2.0-rc1Chris Johns2020-11-133-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
* devel/sis: Update to 2.22Chris Johns2020-09-101-2/+3
|
* sb/track: Add a command to track build sets.Chris Johns2020-08-101-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
* glib: Gnome has change the git version to gitlab in requested patches.Chris Johns2020-06-251-1/+1
|
* devel/qemu4: Use release source tarballChris Johns2020-06-101-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
* re/pixman: Revert the accidental commit.Chris Johns2020-05-082-2/+2
| | | | - Move qemu to 0.40.0 so pixman builds on FreeBSD 12
* bare/qemu: Fixes building on FreeBSDChris Johns2020-05-083-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
* qemu4.bset: Update to pixman 0.40.0.Joel Sherrill2020-05-082-1/+20
|
* devel/glib: Fix the checksum for the patchChris Johns2020-04-271-1/+2
|
* source-builder: Add capstoneVijay Kumar Banerjee2020-04-102-0/+34
|
* bare/config: Add devel/dtc-1.6.0Vijay Kumar Banerjee2020-04-101-0/+18
|
* bare/glib-2.48.2: Add patches to suppress null string warningVijay Kumar Banerjee2020-04-101-0/+7
|
* qemu-couverture: update to qemu-stable-4.0.0Vijay Kumar Banerjee2020-04-102-13/+8
|
* rsb: Use dtc.bset for SpikeHesham Almatary2020-04-091-1/+1
|
* rsb: Bump DTC to 1.4 versionHesham Almatary2020-04-091-1/+1
|
* bare: Fix pkgconfig checks and getting source.Chris Johns2020-03-278-8/+8
| | | | | | | - If the package was installed the check does not build the package. This also meant getting the source failed. Closes #3919
* bare/glib: Add back glib-2.39.3-1Chris Johns2020-03-271-0/+22
| | | | | - It was removed in ... https://git.rtems.org/rtems-source-builder/commit/?id=f93fcef875560f6a8ac7a3a541e4a96f73751553
* spike: Update to use exec that searches along PATH.Joel Sherrill2020-03-251-2/+3
| | | | Updates #3914.
* Spike: Update to include fix for hard-coded path to dtcJoel Sherrill2020-03-231-2/+2
| | | | Closes #3914.
* qemu: Update glib to build on newer gccMartin Erik Werner2020-03-202-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); ^~~~~~
* sis simulator: update to version 2.21Jiri Gaisler2020-03-061-2/+2
| | | | | | | | * Fix incorrect operation on big-endian hosts * Avoid reserved word sparc * Initialize PC before connecting to gdb
* qemu-couverture-git-1.cfg: Use an identifiable name for the download file.Joel Sherrill2019-12-131-2/+2
| | | | closes #3808.
* Update sis to v2.20Jiri Gaisler2019-11-141-2/+2
| | | | | * Support gdb async break on all platforms * Support ctrl-c on win32
* rsb: Update RISC-V's Spike revisionHesham Almatary2019-11-121-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.
* Update sis simulator to v2.19Jiri Gaisler2019-11-091-2/+2
| | | | | | | * Improve gdb watchpoint handling/reporting * Support building on Mingw-W64 * Stop flushing sparc reg windows on gdb break * updates #3816
* Update sis to v2.18Jiri Gaisler2019-11-021-2/+2
| | | | | * Support for gdb watchpoints * Fix build problems on cygwin (closes #3807)
* bare/spike: Fix %hash lines, change to base64 checksums.Chris Johns2019-10-281-3/+6
|
* devel/libiconv: Add a hash.Chris Johns2019-10-281-0/+2
|
* dtc-1.2.0.cfg: Switch to sha512 so it buildsJoel Sherrill2019-10-251-1/+1
|
* Update Spike RSB recipe and correct installed permissionsJoel Sherrill2019-10-232-3/+8
| | | | Updates #3802.
* automake-1.12.6: Fix build issuesSebastian Huber2019-09-181-0/+6
| | | | Patch copied from "rtems/config/tools/rtems-automake-1.12.6-1.cfg".
* 5/llvm: Add LLVM as a package for RTEMS.Chris Johns2019-09-162-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
* bare/pcre: Add PCRE 8.40Chris Johns2019-09-161-0/+19
|
* Added qemu 4.1.0 as bare targetJiri Gaisler2019-08-223-0/+109
| | | | * target name is devel/qemu4, old qemu preserved as devel/qemu