summaryrefslogtreecommitdiffstats
path: root/source-builder (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-21Add GMP as a prerequisite for GDBSebastian Huber1-0/+61
2020-12-21expat: Disable shared librariesSebastian Huber1-1/+2
This should ensure that GDB is linked using the static libexpat.a built by the RSB.
2020-11-13devel/qemu: Update QEMU to 5.2.0-rc1Chris Johns2-0/+154
- 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-26pkgconfig.py: Removed use of "unicode" keyword for python3 compatibilityStephen Clark1-6/+17
Closes #4094.
2020-08-28sb: Fix the imports on Python2Chris Johns11-23/+31
Updates #4037
2020-08-25sb: Use shebang env pythonChris Johns46-715/+471
Closes #4037
2020-08-12sb/track: Only output unreferenced configs with the optionChris Johns1-33/+30
2020-08-10sb/bootstrap: Remove the sb-bootstrap commandChris Johns3-329/+0
Closes #4046
2020-08-10sb/builder: Remove sb-builder commandChris Johns2-56/+0
Closes #4045
2020-08-10sb/track: Add a command to track build sets.Chris Johns10-603/+1065
- 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-30sb/options: A Canadian Cross is a different host, build and targetChris Johns1-6/+5
The check must make sure each is different.
2020-06-30Change version to RTEMS 6Sebastian Huber1-1/+1
Update #4020.
2020-06-26sqlite: Change to https for downloading the source package.Chris Johns1-3/+3
2020-05-08bare/qemu: Fixes building on FreeBSDChris Johns3-257/+139
- 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 Johns1-2/+2
2020-05-08sb: Add git clean to the supported git commands.Chris Johns2-0/+17
2020-04-28devel/dtc: Change the home page to www.devicetree.orgChris Johns1-1/+1
2020-04-28source-builder/config/gdb-common-1.cfg: Fix building with Python 3.8Anders Montonen1-1/+6
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 Montonen1-7/+11
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 Montonen2-30/+30
Fixes: SyntaxWarning: "is" with a literal. Did you mean "=="? Signed-off-by: Anders Montonen <Anders.Montonen@iki.fi>
2020-04-10source-builder: Add capstoneVijay Kumar Banerjee1-0/+62
2020-04-09rsb: Fix Spike buildHesham Almatary1-3/+2
* There is no all$ target in Spike * There is no longer --with-fesvr flag since fesvr is source-inlined by default
2020-04-04sb/reports: add sanitize parameter enabled for --mailGedare Bloom2-21/+35
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 Brandmeyer1-19/+25
closes #3927.
2020-04-01sb/reports.py: Remove spurious error checkGedare Bloom1-2/+0
The error path is taken when list-bsets or list-cfgs returns true (meaning it listed them). So the error is invalid.
2020-03-30sb/sha512-base64: Add script to generate a base64 checksum.Chris Johns1-0/+2
- Use this command to get a smaller sha512 checksum
2020-03-30sb/execute: Port fixes from rtems-toolsChris Johns1-10/+23
2020-03-20qemu: Update glib to build on newer gccMartin Erik Werner1-1/+2
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-05sb: Use multiprocessing.cpu_count()Sebastian Huber1-16/+2
The previous implementation does not work on some Linux distributions, e.g. Debian on sparc64. Use a standard function instead.
2020-03-04sb/options: Let --source-only-download download releasesChris Johns2-3/+2
- The release procedure uses the sb-set-sources command now. Closes #3896
2020-03-04sb/pkgconfig: Fix python2 issue with caching changesChris Johns1-1/+2
Closes #3893
2020-03-04sb/python-wrapper: Add python2.7 to aid testingChris Johns1-1/+1
2020-03-03protobufs: Fix the incorrectly update top level URL for the project.Chris Johns1-1/+1
- Looks like protobuf is now not under Google. I failed to notice that.
2020-03-03sb/pkgconfig: Cache pkgconfig based on a file name not nameChris Johns1-7/+9
- Caching on name falsely assumed checks across different config instances in nested build sets as used in vertical stack building was valid. This stopped a valid check for a prefix seeing if a valid BSP config was present. Updates #3893
2020-03-03sb/config: Add paths checks to %{path ...}Chris Johns1-11/+37
Updates #3893
2020-03-03sb/config: Expanded nested shell commandsChris Johns1-2/+7
Updates #3893
2020-03-03protobufs: Top level project rename. Fix URL path on github.Chris Johns1-1/+1
2020-02-12windows: Use GNU tar to unpack sourceChris Johns1-1/+1
- The bsdtar command does not handle symlinks cleanly, GNU tar does Closes #3868
2020-01-21freebsd: Fix GDB building on some 12 and higher versionsChris Johns2-1/+13
2019-12-05sb/getsources: Fix the repo_mail reference.Chris Johns1-1/+1
2019-12-05sb/getsources: Macro right hand values need to be strings.Chris Johns1-2/+2
2019-12-05sb: VERSION may not contain a release path or hashesChris Johns1-2/+2
2019-12-03Use user ID number instead of nameSebastian Huber1-1/+1
This helps to avoid issues with user names which contain space characters. Close #3830.
2019-12-02Be more resilient against $PATH errorsSebastian Huber1-13/+17
Close #3781.
2019-11-19sb/setbuilder: Output the mail send failure message on errorChris Johns1-1/+5
2019-11-18sb: Align the version processing with rtems-tools.Chris Johns9-79/+207
- Use the same VERSION file format as rtems-tools so a common release generation can be used. - The version.py is almost the same as rtems-tools. There are some minor differences, one is the RTEMS version is present in this file while rtems-tool uses config/rtems-release.ini. Updates #3822
2019-11-18sb: Add support for a comma separated release path list.Chris Johns2-19/+22
Updates #3814
2019-11-12rsb: Update RISC-V's Spike revisionHesham Almatary1-20/+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.
2019-10-28sb/getsource: Load the local host overridesChris Johns1-0/+47
The local host overrides have to be loaded so host specific commands and settings can be found and used.
2019-10-27sb/getsource: Add RTEMS BSP defaults to fetch packages sources.Chris Johns1-2/+13