summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-10sb/config.py: Fix relational operator5Vijay Kumar Banerjee
Close #4330
2020-12-10Add patch to newlib for devctl.h to compile with C++Joel Sherrill
Closes #4174.
2020-09-26pkgconfig.py: Removed use of "unicode" keyword for python3 compatibilityStephen Clark
Closes #4094.
2020-09-21patch gcc i386 multiarchMichael Davidsaver
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.
2020-08-245/kernel, 5/libbsd: Update the head of the 5 branch5.1Chris Johns
2020-08-135/kernel, 5/libbsd: Update the head of the 5 branchChris Johns
2020-08-11bare/libusb: Fix the configuration and add a hashChris Johns
Updates #4014
2020-08-115: Remove unused configuration files for the releaseChris Johns
Updates #4014
2020-08-11rtems: Remove RTEMS 6 build sets.Chris Johns
Updates #4014
2020-06-30sb/options: A Canadian Cross is a different host, build and targetChris Johns
The check must make sure each is different. Closes #4017
2020-06-26sqlite: Change to https for downloading the source package.Chris Johns
Closes #4015
2020-06-25glib: Gnome has change the git version to gitlab in requested patches.Chris Johns
2020-06-23rtems: Update kernel, libbsd and tool the master.Chris Johns
This aligns them to the branch point.
2020-06-106: Update unstable RTEMS 6 tool chainSebastian Huber
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-06-056: Update unstable RTEMS 6 tool chainSebastian Huber
2020-06-026: Update unstable RTEMS 6 tool chainSebastian Huber
2020-06-026: Update unstable RTEMS 6 tool chainSebastian Huber
2020-05-126: Update unstable RTEMS 6 tool chainSebastian Huber
2020-05-08re/pixman: Revert the accidental commit.Chris Johns
- Move qemu to 0.40.0 so pixman builds on FreeBSD 12
2020-05-08rtems: Update the kernelChris Johns
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-08sb: Disable any trace dataChris Johns
2020-05-08sb: Add git clean to the supported git commands.Chris Johns
2020-05-08qemu4.bset: Update to pixman 0.40.0.Joel Sherrill
2020-05-07rtems: Update the kernel and tools packages to the latest RTEMS 5Chris Johns
2020-04-28rtems-kernel: Update to the latestChris Johns
2020-04-28devel/dtc: Change the home page to www.devicetree.orgChris Johns
2020-04-28rtems-bsb: Use linker garbage collection for BSP based buildsChris Johns
Close #3944.
2020-04-28rtems-libbsd: Remove the v from the package name verisionChris Johns
2020-04-286: Update unstable RTEMS 6 tool chainSebastian Huber
2020-04-28rtems-kernel: Fix building without the rtems test option.Chris Johns
Updates #3956
2020-04-28rtems-kernel: Install tests when tests are builtChris Johns
The tests in RTEMS are not installed so if a user requests the tests be built install them. Given the RSB cleans up building the tests and not installing does nothing. - Fix the options handling the kernel build to be consistent Updates #3956
2020-04-28source-builder/config/gdb-common-1.cfg: Fix building with Python 3.8Anders Montonen
Starting with Python 3.8, python3-config requires the "--embed" flag to print the flags required for embedding Python in an application. Fixes: error: shell macro failed: /home/anders/work/rtems/rsb/source-builder/sb/rtems-build-dep -c gcc -l : 2: error: no library (-l) provided Signed-off-by: Anders Montonen <Anders.Montonen@iki.fi>
2020-04-28sb/linux.py: Workaround for Python >= 3.8Anders Montonen
The platform.dist() interface has been deprecated since Python 3.5, and has been removed in Python 3.8. Fixes: Traceback (most recent call last): File "/home/anders/work/rtems/rsb/source-builder/sb/options.py", line 682, in load overrides = linux.load() File "/home/anders/work/rtems/rsb/source-builder/sb/linux.py", line 60, in load distro = platform.dist()[0] AttributeError: module 'platform' has no attribute 'dist' Signed-off-by: Anders Montonen <Anders.Montonen@iki.fi>
2020-04-28sb: Fix Python literal comparison warningsAnders Montonen
Fixes: SyntaxWarning: "is" with a literal. Did you mean "=="? Signed-off-by: Anders Montonen <Anders.Montonen@iki.fi>
2020-04-27devel/glib: Fix the checksum for the patchChris Johns
2020-04-205/rtems-libbsd: Update 5-freebsd-12Christian Mauderer
2020-04-175/rtems-libbsd: Update 5-freebsd-12Christian Mauderer
2020-04-176: Update unstable RTEMS 6 tool chainSebastian Huber
2020-04-165/rtems-libbsd: Update 5-freebsd-12Christian Mauderer
2020-04-155/rtems: Update kernel and libbsd.Christian Mauderer
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-04-09rsb: Fix Spike buildHesham Almatary
* There is no all$ target in Spike * There is no longer --with-fesvr flag since fesvr is source-inlined by default
2020-04-086: Update unstable RTEMS 6 tool chainSebastian Huber
Update #3937.