[PATCH] RSB: update dtc 1.6.0 -> dtc 1.6.1

2021-11-13 Thread Karel Gardas
Fixes #4221 Note: the patch updates only dtc 1.6.0 occurrences. It leaves all other dtc (1.4.x) usages as they are just to not break anything which depends on older dtc versions. --- bare/config/devel/dtc-1.6.1-1.cfg | 18 ++ bare/config/devel/qemu-couverture.bset | 2 +- rt

[PATCH] RSB: add GRUB2 to the RTEMS tools and use it in 6/rtems-x86_64 build set

2021-11-13 Thread Karel Gardas
--- rtems/config/6/rtems-x86_64.bset | 5 ++ rtems/config/tools/rtems-grub-2.06.cfg | 8 +++ source-builder/config/grub2.cfg| 75 ++ 3 files changed, 88 insertions(+) create mode 100644 rtems/config/tools/rtems-grub-2.06.cfg create mode 100644 source-build

Re: [PATCH] RSB: add GRUB2 to the RTEMS tools and use it in 6/rtems-x86_64 build set

2021-11-13 Thread Karel Gardas
This patch is tested on Ubuntu 20.04, FreeBSD 13 and Mac OS X Catalina. It is not tested on Windows due to IMHO current documentation for Windows host to be either out-dated or not correct and I'm not able to follow it to even build RSB without the patch. Yes, on FreeBSD 13 the patch is tested a

[PATCH] RSB: fix hash setup for binutils 2.37

2021-11-13 Thread Karel Gardas
--- rtems/config/tools/rtems-binutils-2.37.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems/config/tools/rtems-binutils-2.37.cfg b/rtems/config/tools/rtems-binutils-2.37.cfg index dbdc38c..8cbe738 100644 --- a/rtems/config/tools/rtems-binutils-2.37.cfg +++ b/rtems/con

[PATCH] waf: Add --rtems-version as a configure option

2021-11-13 Thread chrisj
From: Chris Johns - Provide the option `--rtems-version` to set the major version number - Add a method to handle setting action values - Return the spec YAML file back to it's original values as it does not allow a user to change the version. Closes #4548 --- spec/build/cpukit/optvermaj.