summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove aarch64 and microblaze from RSB on 5 branch5.35Joel Sherrill2023-01-304-10/+0
| | | | Closes #4555.
* sb: Find the top when a releaseChris Johns2022-12-181-0/+2
| | | | Closes #4777
* rtems: Add back gcc-4.6 build configuration5.2Chris Johns2022-11-161-0/+28
| | | | Updates #4715
* rtems: Update source and patch URLs to valid locationsChris Johns2022-11-157-6/+14
| | | | Updates #4715
* sb/downloads: Raise errors on no hash presentChris Johns2022-11-151-3/+1
| | | | Close #4761
* rtems: Update source and patch URLs to valid locationsChris Johns2022-11-1413-41/+97
| | | | Updates #4715
* rtems/net-snmp: Update to 5.9.3 with the RTEMS patchChris Johns2022-11-144-44/+75
| | | | | | | | The 5.7.2.1 patch referenced in the configuration cannot be located so update the version to the latest. Checked with Zynq A9 qemu and libbsd. Closes #4758
* bare/gcc: Remove gcc-4.8.2 because newlib references the unsupported CVSChris Johns2022-11-142-72/+0
| | | | Updates #4715
* gdb: Use https for downloadsSebastian Huber2022-11-111-1/+1
| | | | Close #4754
* 5: Update RTEMS, LibBSD and Tools builds to the latest 5 hashChris Johns2022-10-223-6/+6
|
* rtems/bsps: Optionally support arch/bsp if usedChris Johns2022-09-301-14/+41
| | | | Updates #4717
* sb/set-bulder: Fix installing builds when a single buildsetChris Johns2022-09-301-8/+7
| | | | | | | | - Always stage a build - Install if installable and outter most buildset instance Closes #4731
* sb/execute: Fix incremental decoder with --dry-runChris Johns2022-09-301-2/+5
| | | | Closes #4734
* sb/execute: Use a decoder that maintains state aross blocksChris Johns2022-09-301-1/+3
| | | | Update #4734
* sb/version: Set top from external packageChris Johns2022-09-301-1/+9
| | | | Closes #4733
* sb/set-builder: Fix staging and tar file generation with a single config buildChris Johns2022-09-291-16/+6
| | | | Closes #4731
* sb/setbuilder: Install the build when stagging or configured to installChris Johns2022-09-171-3/+6
| | | | Updates #4716
* rtems/kernel: Support deployment standard buildset configsChris Johns2022-09-161-10/+39
| | | | | | - Check and optionally support arch/bsp format 'with_rtems_bsp' defines Updates #4717
* sb/setbuilder: Do not install if --no-install option is usedChris Johns2022-09-161-1/+2
| | | | | | - This is a bug introduced in the recent bset tar file changes Updates #4716
* sb/setbuilder: Correctly create build set tar filesChris Johns2022-09-162-24/+39
| | | | | | | | | | | | - 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 Updates #4716
* sb/config: Correctly handle multiple config pathsChris Johns2022-09-142-28/+26
| | | | | | | | | - Add rtems/config to the config directories searched to better support deployment - Correctly expand the configdir and path searchs Updates #4716
* sb/setbuilder: Support line continuationChris Johns2022-09-141-1/+13
| | | | Updates #4716
* sb/getsources: Fixes to configurationsChris Johns2022-09-086-6/+100
| | | | Updates #4715
* sb: Back port fixes from the development branchChris Johns2022-09-083-85/+133
| | | | Updates #4716
* sb/getsources: Fix getting sourcesChris Johns2022-09-082-563/+771
| | | | | | - Back ported from the development branch Updates #4715
* Add QEMU 5 configuration filesRyan Long2022-08-235-2/+198
|
* glib-2.48.2-1.cfg: Fix checksum of patchRyan Long2022-08-231-1/+1
|
* devel/spike-1.1.0: bump hashRyan Long2022-06-021-2/+2
| | | | | | Bump the hash of spike to match the 1.1.0 release Closes #4660
* sb: Merge mailer changes from rtems-toolsAlex White2021-12-163-33/+189
| | | | | | This adds the improved mailer.py script from rtems-tools. Closes #4554
* devel/qemu4: Add patches so qemu4 can buildRyan Long2021-12-152-0/+4
| | | | | | | These patches add patches that fix the build issues preventing qemu4 from building on Ubuntu. Closes #4561
* devel/dtc: Bump dtc hash to match rtems6Ryan Long2021-12-153-2/+20
| | | | | | Bumped dtc version to get rid of build failure for dtc. Closes #4562
* rtems-gdb-9.1-1.cfg: Add patch for CygwinJoel Sherrill2021-10-131-0/+7
| | | | | | | | | The patch is needed to address link failures introduced when Cygwin apparently changed their base address for executables. This is not an issue with gdb 10 and this is a minimalistic approach to addressing this failure on the 5 branch. Closes #4523.
* rtems-tools: Pick up fix for modern llvmChristian Mauderer2021-08-171-2/+2
| | | | Closes #4495
* gdb-9-1: Add patch to fix linker error with gcc10Vijay Kumar Banerjee2021-03-301-0/+3
| | | | Close #4366
* sb/config.py: Fix operator reconstructionRicardo Cárdenes2021-03-111-3/+3
| | | | Close #4337
* sb/config.py: Fix relational operatorVijay Kumar Banerjee2021-03-101-1/+1
| | | | Close #4330
* Add patch to newlib for devctl.h to compile with C++Joel Sherrill2020-12-101-0/+4
| | | | Closes #4174.
* pkgconfig.py: Removed use of "unicode" keyword for python3 compatibilityStephen Clark2020-09-261-1/+17
| | | | Closes #4094.
* patch gcc i386 multiarchMichael Davidsaver2020-09-211-0/+4
| | | | | | | | | | Add patch to change from mtune to march when building multilibs. The mtune argument tunes or optimizes for a specific CPU model but does not ensure the generated code is appropriate for the CPU model. Prior to this patch, i386 compatible code was always generated but tuned for later models. Closes #2830.
* 5/kernel, 5/libbsd: Update the head of the 5 branch5.1Chris Johns2020-08-242-4/+4
|
* 5/kernel, 5/libbsd: Update the head of the 5 branchChris Johns2020-08-132-4/+4
|
* bare/libusb: Fix the configuration and add a hashChris Johns2020-08-112-1/+6
| | | | Updates #4014
* 5: Remove unused configuration files for the releaseChris Johns2020-08-11236-6186/+0
| | | | Updates #4014
* rtems: Remove RTEMS 6 build sets.Chris Johns2020-08-1125-178/+0
| | | | Updates #4014
* sb/options: A Canadian Cross is a different host, build and targetChris Johns2020-06-301-6/+5
| | | | | | The check must make sure each is different. Closes #4017
* sqlite: Change to https for downloading the source package.Chris Johns2020-06-261-3/+3
| | | | Closes #4015
* glib: Gnome has change the git version to gitlab in requested patches.Chris Johns2020-06-251-1/+1
|
* rtems: Update kernel, libbsd and tool the master.Chris Johns2020-06-233-6/+6
| | | | This aligns them to the branch point.
* 6: Update unstable RTEMS 6 tool chainSebastian Huber2020-06-103-8/+8
|
* 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