summaryrefslogtreecommitdiff
path: root/bare (follow)
AgeCommit message (Collapse)Author
2023-05-15devel/qemu-xilinx: Fix source URLAlex White
The source URL for Xilinx QEMU appears to have been incorrect from the start. Since we are cloning a git repository, we should use 'git://'.
2023-04-12print/texinfo: Add texinfo packageChris Johns
- MacOS systems do not come with makeinfo - Fix the internal build logic. There was config logic in a bset file that does not support logic operators. Use a special tmp internal path to isolate the internal tools.
2023-04-05devel/mpfr: Add MPFR as a packageChris Johns
- This is a place holder incase we stop building MPFR in GCC. Updates #4892
2023-02-01Revert github tarball hash changesKinsey Moore
GitHub has reverted the change that caused all these tarball hashes to change and so we follow suit.
2023-01-30devel/gnu-default-tools: Use correct include pathKinsey Moore
Include paths must use the full file name with extension. This was causing errors because it couldn't resolve the include.
2023-01-30Update hashes for github-sourced tarballsKinsey Moore
Github has changed the way it generates on-the-fly tarball requests which has changed the hashes of the resulting tarballs. This adjusts the affected tarball hashes as a stop-gap until a more permanent solution can be devised.
2023-01-30dtc: Add patch to build for ticket 4783Kinsey Moore
This patch resolves a build error with dtc on cygwin until upstream adopts a fix.
2022-11-04sis: update to version 2.30Sebastian Huber
2022-09-16testproc/gsed: Do not use %include with internal buildsChris Johns
2022-09-14devel/gcc: Check and build GNU sed if not available on build hostChris Johns
Closes #2300
2022-09-14textproc/gsed: Add GNU sed build supportChris Johns
Updates #2300
2022-08-17config: Various updates to fix downloading of sourcesChris Johns
2022-06-17bare/gnu-tools: Update bare gnu-tools to gcc 12, binutils 2.38 and gdb 11.2Chris Johns
- 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
2022-04-256/7: Use gmp-6.2.1 for GDBSebastian Huber
2022-04-22devel: add configuration for expat 2.4.8Karel Gardas
2022-03-25devel/glib-2.48: Update hash and patchRyan Long
Changes patch to be pulled from an RTEMS ticket and updated the hash of the patch. Updates #4634
2022-02-25devel/spike-1.1.0: bump hashRyan Long
Bump the hash of spike to match the 1.1.0 release.
2021-11-18bare/.../dtc.bset: Update to 1.6.1 like other casesJoel Sherrill
2021-11-18RSB: update dtc 1.6.0 -> dtc 1.6.1Karel Gardas
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.
2021-08-20rsb: Add Xilinx QEMUAlex White
2021-08-04sis: update to version 2.29Sebastian Huber
2021-07-30sis: update to version 2.28Sebastian Huber
2021-07-15sis: update to version 2.27Jiri Gaisler
2021-07-02Add aarch64 target to qemu-couvertureAlex White
2020-12-21Add GMP as a prerequisite for GDBSebastian Huber
2020-12-18devel/sis: Update to 2.26Jiri Gaisler
2020-12-02devel/sis: Update to 2.25Sebastian Huber
Update #4195.
2020-11-16devel/qemu: Add the hash for the QEMU 5.2.0-rc1Chris Johns
2020-11-13devel/qemu: Update QEMU to 5.2.0-rc1Chris Johns
- 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 Johns
2020-08-10sb/track: Add a command to track build sets.Chris Johns
- 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 Johns
2020-06-10devel/qemu4: Use release source tarballChris Johns
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 Johns
- Move qemu to 0.40.0 so pixman builds on FreeBSD 12
2020-05-08bare/qemu: Fixes building on FreeBSDChris Johns
- 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 Sherrill
2020-04-27devel/glib: Fix the checksum for the patchChris Johns
2020-04-10source-builder: Add capstoneVijay Kumar Banerjee
2020-04-10bare/config: Add devel/dtc-1.6.0Vijay Kumar Banerjee
2020-04-10bare/glib-2.48.2: Add patches to suppress null string warningVijay Kumar Banerjee
2020-04-10qemu-couverture: update to qemu-stable-4.0.0Vijay Kumar Banerjee
2020-04-09rsb: Use dtc.bset for SpikeHesham Almatary
2020-04-09rsb: Bump DTC to 1.4 versionHesham Almatary
2020-03-27bare: Fix pkgconfig checks and getting source.Chris Johns
- 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 Johns
- 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 Sherrill
Updates #3914.
2020-03-23Spike: Update to include fix for hard-coded path to dtcJoel Sherrill
Closes #3914.
2020-03-20qemu: Update glib to build on newer gccMartin Erik Werner
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 Gaisler
* 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 Sherrill
closes #3808.