summaryrefslogtreecommitdiffstats
path: root/source-builder (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/qemu: Update QEMU to 5.2.0-rc1Chris Johns2020-11-132-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
* pkgconfig.py: Removed use of "unicode" keyword for python3 compatibilityStephen Clark2020-09-261-6/+17
| | | | Closes #4094.
* sb: Fix the imports on Python2Chris Johns2020-08-2811-23/+31
| | | | Updates #4037
* sb: Use shebang env pythonChris Johns2020-08-2546-715/+471
| | | | Closes #4037
* sb/track: Only output unreferenced configs with the optionChris Johns2020-08-121-33/+30
|
* sb/bootstrap: Remove the sb-bootstrap commandChris Johns2020-08-103-329/+0
| | | | Closes #4046
* sb/builder: Remove sb-builder commandChris Johns2020-08-102-56/+0
| | | | Closes #4045
* sb/track: Add a command to track build sets.Chris Johns2020-08-1010-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
* 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.
* Change version to RTEMS 6Sebastian Huber2020-06-301-1/+1
| | | | Update #4020.
* sqlite: Change to https for downloading the source package.Chris Johns2020-06-261-3/+3
|
* bare/qemu: Fixes building on FreeBSDChris Johns2020-05-083-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
* sb: Disable any trace dataChris Johns2020-05-081-2/+2
|
* sb: Add git clean to the supported git commands.Chris Johns2020-05-082-0/+17
|
* devel/dtc: Change the home page to www.devicetree.orgChris Johns2020-04-281-1/+1
|
* source-builder/config/gdb-common-1.cfg: Fix building with Python 3.8Anders Montonen2020-04-281-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>
* sb/linux.py: Workaround for Python >= 3.8Anders Montonen2020-04-281-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>
* sb: Fix Python literal comparison warningsAnders Montonen2020-04-282-30/+30
| | | | | | | Fixes: SyntaxWarning: "is" with a literal. Did you mean "=="? Signed-off-by: Anders Montonen <Anders.Montonen@iki.fi>
* source-builder: Add capstoneVijay Kumar Banerjee2020-04-101-0/+62
|
* rsb: Fix Spike buildHesham Almatary2020-04-091-3/+2
| | | | | | * There is no all$ target in Spike * There is no longer --with-fesvr flag since fesvr is source-inlined by default
* sb/reports: add sanitize parameter enabled for --mailGedare Bloom2020-04-042-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.
* databases/sqlite: Update to 3.31.1Jonathan Brandmeyer2020-04-021-19/+25
| | | | closes #3927.
* sb/reports.py: Remove spurious error checkGedare Bloom2020-04-011-2/+0
| | | | | The error path is taken when list-bsets or list-cfgs returns true (meaning it listed them). So the error is invalid.
* sb/sha512-base64: Add script to generate a base64 checksum.Chris Johns2020-03-301-0/+2
| | | | - Use this command to get a smaller sha512 checksum
* sb/execute: Port fixes from rtems-toolsChris Johns2020-03-301-10/+23
|
* qemu: Update glib to build on newer gccMartin Erik Werner2020-03-201-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); ^~~~~~
* sb: Use multiprocessing.cpu_count()Sebastian Huber2020-03-051-16/+2
| | | | | The previous implementation does not work on some Linux distributions, e.g. Debian on sparc64. Use a standard function instead.
* sb/options: Let --source-only-download download releasesChris Johns2020-03-042-3/+2
| | | | | | - The release procedure uses the sb-set-sources command now. Closes #3896
* sb/pkgconfig: Fix python2 issue with caching changesChris Johns2020-03-041-1/+2
| | | | Closes #3893
* sb/python-wrapper: Add python2.7 to aid testingChris Johns2020-03-041-1/+1
|
* protobufs: Fix the incorrectly update top level URL for the project.Chris Johns2020-03-031-1/+1
| | | | - Looks like protobuf is now not under Google. I failed to notice that.
* sb/pkgconfig: Cache pkgconfig based on a file name not nameChris Johns2020-03-031-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
* sb/config: Add paths checks to %{path ...}Chris Johns2020-03-031-11/+37
| | | | Updates #3893
* sb/config: Expanded nested shell commandsChris Johns2020-03-031-2/+7
| | | | Updates #3893
* protobufs: Top level project rename. Fix URL path on github.Chris Johns2020-03-031-1/+1
|
* windows: Use GNU tar to unpack sourceChris Johns2020-02-121-1/+1
| | | | | | - The bsdtar command does not handle symlinks cleanly, GNU tar does Closes #3868
* freebsd: Fix GDB building on some 12 and higher versionsChris Johns2020-01-212-1/+13
|
* sb/getsources: Fix the repo_mail reference.Chris Johns2019-12-051-1/+1
|
* sb/getsources: Macro right hand values need to be strings.Chris Johns2019-12-051-2/+2
|
* sb: VERSION may not contain a release path or hashesChris Johns2019-12-051-2/+2
|
* Use user ID number instead of nameSebastian Huber2019-12-031-1/+1
| | | | | | | This helps to avoid issues with user names which contain space characters. Close #3830.
* Be more resilient against $PATH errorsSebastian Huber2019-12-021-13/+17
| | | | Close #3781.
* sb/setbuilder: Output the mail send failure message on errorChris Johns2019-11-191-1/+5
|
* sb: Align the version processing with rtems-tools.Chris Johns2019-11-189-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
* sb: Add support for a comma separated release path list.Chris Johns2019-11-182-19/+22
| | | | Updates #3814
* rsb: Update RISC-V's Spike revisionHesham Almatary2019-11-121-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.
* sb/getsource: Load the local host overridesChris Johns2019-10-281-0/+47
| | | | | The local host overrides have to be loaded so host specific commands and settings can be found and used.
* sb/getsource: Add RTEMS BSP defaults to fetch packages sources.Chris Johns2019-10-271-2/+13
|
* sb/default: Add _dry_run as a default.Chris Johns2019-10-271-0/+1
|
* sb/gdb: Add further getting source checks.Chris Johns2019-10-271-1/+1
|