Himanshu40
378d541fbc
Add support for MX Linux
2019-08-24 16:40:02 +10:00
Chris Johns
831ae05364
rtems/bsp: Build packages for the beagle BSP.
...
Closes #3769
2019-07-22 09:36:38 +10:00
Chris Johns
b1c2cb4f72
sb/setbuilder: Support staging of build set build before installing.
...
- Staging lets build sets use previously built build sets.
- Fix the rtems-bsp builds to support staging.
2019-07-21 21:09:34 +10:00
Chris Johns
f68f0d94c0
sb/options: Update copyright year to 2019.
2019-07-21 21:09:34 +10:00
Chris Johns
b90b749f23
sb/config: Add triplet processing command.
2019-07-21 21:09:34 +10:00
Chris Johns
8db33fbe43
rtems: Add kernel, libbsd and BSP building as packages.
2019-07-21 21:09:34 +10:00
Chris Johns
8922c8bbb0
sb/config: Fix GDB probes when using python-config.
...
- Fix the config file handling of shell calls where the shell
command has nesting braces.
- Fix the bool check to support a '!' next to the check value.
2019-07-21 21:09:34 +10:00
Chris Johns
c799e04a8f
5/packages: Add curl and update all packages with RTEMS 5 and LibBSD
...
- Update rtems-bsp support to correctly handle hosts for BSP.
- Clean up the options for a BSP.
- Check all RTEMS 5 packages and add 5/rtems-packages for all that build.
- Update download locations and checksum of all packages.
- The work requires the kernel and Libbsd hacve the same prefix.
2019-07-21 21:09:34 +10:00
Chris Johns
a74e43298c
sb: Add sb-get-sources to download all referenced source files.
...
- Downloads all files into a single directory
- Iterates over all supported hosts to get any host dependent source
no matter which host you run the command on.
Closes #3532
2019-05-22 09:27:07 +10:00
Chris Johns
ad56c6b1c4
sb: Fix error handling on thread exceptions when bootstraping.
2019-05-19 10:39:39 +10:00
Chris Johns
2c264c1ed6
freebsd: Version 12.0+ has unzip in /usr/bin
2019-05-15 13:13:23 +10:00
Chris Johns
0956a2c089
sb/config: Fix os and arch conditional logic.
...
Correctly split the argument list and check each element.
Closes #3743
2019-05-07 09:13:12 +10:00
Chris Johns
98588a5596
sb/rtems-build-dep: Fix arg check loop, removes stray 0 in build.
2019-02-10 05:12:04 +11:00
Sebastian Huber
d523d4c9d6
sb: Change default prefix
...
Use OS prefix + "rtems" + $rtems_version as the default prefix to
automatically separate different RTEMS versions.
Close #3675 .
2019-01-22 09:57:30 +01:00
Chris Johns
34a99328b4
sb: Fix the RTEMS options after strict option checking was added.
2019-01-22 07:21:28 +01:00
Sebastian Huber
15e9f6c731
Change Linux default prefix to "/opt"
...
http://refspecs.linuxbase.org/FHS_3.0/fhs/ch03s13.html#purpose14
2019-01-17 11:29:50 +01:00
Sebastian Huber
5f6ad9d08b
Fix 'build_max_size_human' ref. before assignment
...
Close #3568 .
2019-01-11 07:24:47 +01:00
Chris Johns
257c9267cf
gdb/python: Use python-config for the configuration if found.
...
- Do not assume the installed paths for the header and library.
Ask python-config if found.
Close #3537 .
2018-12-25 10:15:55 +11:00
Chris Johns
c2d2338759
sb/execute: Port the rtemstoolkit performance fixes for python3
...
Close #3664 .
2018-12-25 10:15:55 +11:00
Chris Johns
fabe813ec4
bare/devel/qemu: Fix building on FreeBSD.
2018-11-21 16:08:26 +11:00
Chris Johns
a9fb57499b
sb: Fix pkg-config arg parsing after being wrapped.
2018-11-17 12:37:20 +11:00
Joel Sherrill
84a94f743e
rtems-gdb-8.0.1-1.cfg: Add Cygwin patch for ncurses not termcap
...
This also updates windows.py to distinguish betweem MSYS2 and Cygwin.
closes #3576 .
2018-11-12 14:12:47 -06:00
Chris Johns
96c414c8ff
windows: Remove BuildRoot from all configs, add a short tmp path.
...
Closes #3562 .
2018-11-05 15:46:42 +11:00
Joel Sherrill
0794cc37eb
rtems-build-dep: Add support for Cygwin
...
updates #3537 .
2018-10-24 10:34:05 -05:00
Chris Johns
e2209fa153
sb: Fix rtems-build-dep to handle various issues
...
- Remove CR characters on Windows.
- Force the compiler to output English so the pattern
matching works.
Updates #3537 .
2018-10-24 21:43:18 +11:00
Chris Johns
ceeb3be303
sb: Convert any unicode macro values to a string in __str__.
2018-10-24 21:43:18 +11:00
Chris Johns
a0c1f0f358
windows: Remove debugging code that fails on Cygwin.
2018-10-24 09:16:56 +11:00
Chris Johns
c5d84ce84f
sb/setbuilder: Print patches in the size section of the email report.
2018-10-21 13:14:20 +11:00
Chris Johns
13f4c37999
sb: Add support to search for a suitable version of python.
...
The command python has been removed from upstream python and python2
and python3 is now used. This patch wraps the commands in a shell
script that locates a suitable python to run.
Updates #3537
2018-10-21 09:49:02 +11:00
Chris Johns
d4dd593514
sb: Fix the short options message.
2018-10-12 10:56:25 -07:00
Chris Johns
d2d46786f1
sb: Include optional args in the valid option processing.
...
Optional arguments were not being included in the valid list of
options being checked so `--mail` resulted in being unknown.
2018-09-28 08:16:49 +10:00
Chris Johns
079f95a91b
sb: Add build sizes to the email report.
...
- Include build sizes in the email report.
Updates #3516
2018-09-28 08:15:55 +10:00
Chris Johns
38fd56c8a8
sb: Monitor the build disk usage. Report the usage, total and various sizes
...
- Track the size of a build of a package in a build set to determine the
maximum amout of disk space used. This can be used as a guide to
documenting how much space a user needs to set aside to build a specific
set of tools.
- The `%clean` stage of a build is now split into a separate script.
I do not think this is an issue because I could not find any `%clean`
sections in any build configs we have. In time support for the
`%clean` section will be removed, the package builder cleans up.
Closes #3516
2018-09-28 07:36:49 +10:00
Chris Johns
a16bfe19ef
sb: Raise an error if an option is not registered and unknown.
...
Close #3519 .
2018-09-15 17:43:29 +10:00
Sebastian Huber
1645debc4f
bootstrap: Do not generate acinlude.m4 files
...
Do not generate files which are part of the Git repository. These files
should be maintained manually in the future.
This patch is a part of the BSP source reorganization.
Update #3285 .
2018-04-23 13:36:33 +02:00
Chris Johns
cabaff8206
sb/path: Walk up to root checking if a path is writable.
...
A dirname of / is / so the path will never have a length of 0.
Close #3392
2018-04-13 13:02:51 +10:00
Chris Johns
162cbda055
sb/config: Terminate building on an error.
...
This changes the previous functionality where the RSB switch to
dry run mode. This functionality can be enabled by adding
`--keep-going`.
Close #3209 .
2018-04-10 17:59:48 +10:00
Chris Johns
4b3e0f8e3d
The libexpat project has moved to github. Fetch expat from github.
...
Close #3315
2018-03-05 08:29:40 +11:00
Chris Johns
d255e812ab
sb: Convert any unicode keys to strings
...
Closes #3312
2018-02-23 13:04:35 +11:00
Maksim E. Kozlov
d30be3129e
sb: Add option to set location of the patches directory
...
Signed-off-by: Maksim E. Kozlov <maksim.e.kozlov@gmail.com>
2018-02-20 09:51:05 +11:00
Chris Johns
d2b25d131d
sb: Option --source-only-download does not download the source.
...
The option expansion is missing `--with-download'.
2018-02-08 09:18:34 +11:00
Stephan Gambke
dde330b8f8
sb: Fix path.py
...
is_abspath() now considers zero-length strings
Also: Remove not needed line in expand()
2018-02-05 09:40:47 +11:00
Chris Johns
a293ddc992
sb: Disable a log file for the check command.
...
Fix a minor issue in the log module.
2018-01-18 13:38:52 +11:00
Chris Johns
3ddbd791b8
sb: Add an orphan check to sb-check.
...
The orphans check lets you see which configuration and build set
files in the RSB are not referernced. You can audit the list and
remove any configuration files not being used. Top level
build set files are included so you need to becareful not to
remove something that is valid and useful. To run:
$ ./source-builder/sb-check --check-orphans
2018-01-18 13:16:47 +11:00
Joel Sherrill
ea15753f14
source-builder/sb/bootstrap.py: Do not reference bsp_specs to find BSPs
...
Updates #3520 .
2017-11-22 15:43:06 -06:00
Sebastian Huber
089327b5dc
Change RSB version from 4.12 to 5
...
Update #3220 .
2017-11-09 08:08:44 +01:00
Chris Johns
4dc9bf3a37
sb: Add platform reporting for better host reviewing in posted email reports.
2017-10-31 11:57:21 +11:00
Chris Johns
4e7fdaf15d
sb: Make a to_addr comma list a Python list for sending.
2017-10-31 11:56:23 +11:00
Chris Johns
8cdc8e42e4
sb: Remove debug print left in by mistake.
2017-10-27 17:36:06 +11:00
Chris Johns
70e3e5e115
sb: Set the to email address to build@rtems.org.
...
- Fix a minor bug in the to addr processing.
Update #3210
2017-10-27 17:34:00 +11:00