summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2020-04-076: Update unstable RTEMS 6 tool chainSebastian Huber
Update #3937.
2020-04-06rtems: bump rtems-5-kernelGedare Bloom
2020-04-06rtems/libbsd: Update to origin/5-freebsd12 HEAD.Chris Johns
2020-04-06rtems/kernel: Update to origin/master HEAD.Chris Johns
2020-04-066: Update unstable RTEMS 6 tool chainSebastian Huber
2020-04-04sb/reports: add sanitize parameter enabled for --mailGedare Bloom
Adds a --sanitize option to command line for reports.py and also for the reports.report() interface from setbuilder.py to remove the Remotes information from git. Closes #3887.
2020-04-02databases/sqlite: Update to 3.31.1Jonathan Brandmeyer
closes #3927.
2020-04-01sb/reports.py: Remove spurious error checkGedare Bloom
The error path is taken when list-bsets or list-cfgs returns true (meaning it listed them). So the error is invalid.
2020-03-30rtems/libbsd: Update to the latest 5-freebsd12 branch head.Chris Johns
2020-03-30rtems/kernel: Update to the latest master.Chris Johns
2020-03-30sb/sha512-base64: Add script to generate a base64 checksum.Chris Johns
- Use this command to get a smaller sha512 checksum
2020-03-30sb/execute: Port fixes from rtems-toolsChris Johns
2020-03-305/rtems-tools: Update to pick up rtems-test fixes for GDBChris Johns
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.