RTEMS / Tools / RTEMS Deployment

Go to Issues or Merge Requests


Issues

2 - Add option to pass the RSB options

Id

2

State

closed

Type

ISSUE

Author

Chris Johns

Assignee(s)

Chris Johns

Closed by

Chris Johns

Created

2024-06-06T01:40:22.697Z

Closed

2024-06-13T02:55:30.642Z

Updated

2024-06-13T02:55:30.652Z

Milestone

6.1

Labels

tool::rtems-source-builder

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/issues/2

Merges

0

Summary

Provide a deployment option to specify options to pass to the RSB. For example the RSB --url option to specify an alternative cache of sources for the RSB to use.

Author: Chris Johns

2024-06-06T01:40:22.784Z

assigned to @chris

4 - Backport wscript: fix text for help (opened)

Id

4

State

opened

Type

ISSUE

Author

Gedare Bloom

Assignee(s)

Gedare Bloom

Created

2024-12-05T00:19:18.234Z

Updated

2024-12-05T00:22:51.416Z

Milestone

6.1

Labels

backport

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/issues/4

Merges

0

Summary

In order to update to waf-2.1.4, we need to backport the fix for

$ ./waf --help
Traceback (most recent call last):
File "/mnt/devel/rtems/rtems-deployment/.waf3-2.1.4-72787ce48f227ac42c4b0da24e780694/waflib/Scripting.py", line 122, in waf_entry_point
run_commands()
File "/mnt/devel/rtems/rtems-deployment/.waf3-2.1.4-72787ce48f227ac42c4b0da24e780694/waflib/Scripting.py", line 181, in run_commands
parse_options()
File "/mnt/devel/rtems/rtems-deployment/.waf3-2.1.4-72787ce48f227ac42c4b0da24e780694/waflib/Scripting.py", line 168, in parse_options
ctx.parser.print_help()
File "/usr/lib/python3.10/argparse.py", line 2579, in print_help
self._print_message(self.format_help(), file)
File "/mnt/devel/rtems/rtems-deployment/.waf3-2.1.4-72787ce48f227ac42c4b0da24e780694/waflib/Options.py", line 19, in format_help
return super(ArgParser,self).format_help()
File "/usr/lib/python3.10/argparse.py", line 2563, in format_help
return formatter.format_help()
File "/usr/lib/python3.10/argparse.py", line 295, in format_help
help = self._root_section.format_help()
File "/usr/lib/python3.10/argparse.py", line 226, in format_help
item_help = join([func(*args) for func, args in self.items])
File "/usr/lib/python3.10/argparse.py", line 226, in <listcomp>
item_help = join([func(*args) for func, args in self.items])
File "/usr/lib/python3.10/argparse.py", line 226, in format_help
item_help = join([func(*args) for func, args in self.items])
File "/usr/lib/python3.10/argparse.py", line 226, in <listcomp>
item_help = join([func(*args) for func, args in self.items])
File "/usr/lib/python3.10/argparse.py", line 552, in _format_action
help_text = self._expand_help(action)
File "/usr/lib/python3.10/argparse.py", line 649, in _expand_help
return self._get_help_string(action) % params
TypeError: %d format: a real number is required, not dict

Steps to reproduce

Pre-set options

Author: Gedare Bloom

2024-12-05T00:19:23.595Z

assigned to @gedare

Author: Gedare Bloom

2024-12-05T00:19:24.031Z

Author: Gedare Bloom

2024-12-05T00:20:23.937Z

See also !14

Author: Gedare Bloom

2024-12-05T00:22:51.387Z

mentioned in merge request !16

3 - Update waf to 2.1.4 (opened)

Id

3

State

opened

Type

ISSUE

Author

Gedare Bloom

Assignee(s)

Amar Takhar

Created

2024-12-04T22:17:46.796Z

Updated

2024-12-04T22:46:41.923Z

Milestone

6.1

Labels

backport, tool::waf

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/issues/3

Merges

0

Summary

The latest verison of waf fixes several issues on Windows. We also have a huge inconsistency in the version we’re running which we should probably fix:

./rtems-deployment/waf       waf 2.0.24 (1af97c71f5a6756abf36d0f78ed8fd551596d7cb)
./rtems-docs/waf             waf 2.1.3 (ee9a11d51e94d31c548fd5b6a8103c68327b3354)
./rtems-examples/waf         waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-libbsd/waf           waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-littlevgl/waf        waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-lwip/waf             waf 2.0.18 (314689b8994259a84f0de0aaef74d7ce91f541ad)
./rtems-net-legacy/waf       waf 2.1.2 (8504c212ce81919a5858a5118570613422338852)
./rtems-net-services/waf     waf 2.0.25 (2db0b41b2805cd5db3b55476c06b23c1e46d319f)
./rtems-tools/waf            waf 2.1.2 (8504c212ce81919a5858a5118570613422338852)
./rtems/waf                  waf 2.1.3 (ee9a11d51e94d31c548fd5b6a8103c68327b3354)

Steps to reproduce

Pre-set options

Author: Amar Takhar

2024-11-16T20:21:25.689Z

marked this issue as blocking rtems/docs/rtems-docs#54

Author: Amar Takhar

2024-11-16T20:21:31.439Z

changed the description

Author: Gedare Bloom

2024-11-17T00:11:44.128Z

Should we automate an approach to keep all our repos in sync with waf version?

Author: Amar Takhar

2024-11-17T00:19:39.724Z

Yeah I already have that written down but it’s not that easy. We need to think about the workflow of how this should happen. There needs to be a process to test the new version against all the repositories to make sure it works and then update so we need to be more deliberate about it.

I have some ideas about it but the procedural part needs to be discussed: what’s important enough to upgrade for and do we want to support one repo getting ahead of others to avoid increasing the size of our repositories or whether we care or not. Clearly the above is not great having 2.0 vs 2.1 Having said that 2.1.4 has fixes we really want for Windows.

Author: Amar Takhar

2024-11-17T01:08:46.506Z

See also: https://gitlab.com/ita1024/waf/-/issues/2452

Author: Amar Takhar

2024-11-17T03:50:21.836Z

assigned to @amar

Author: Amar Takhar

2024-11-17T04:22:19.639Z

After this update is done I’ll create another issue for the next update. As we require an update we should collect reasons, issues and MRs until we trigger the next update. Of course a critical issue should be an immediate update but smaller things for instance if it’s specific to one repo we can let that one repo get out of sync until we have more of are reason to update project-wide. otherwise we may end up update too often.

Author: Amar Takhar

2024-11-18T20:19:26.807Z

mentioned in merge request rtems/rtos/rtems!318

Author: Amar Takhar

2024-11-20T23:35:55.569Z

mentioned in commit amar/rtems-deployment@c8fd177b03fb5130697a7411d716f1542c6175b1

Author: Amar Takhar

2024-11-20T23:36:01.722Z

mentioned in commit amar/rtems-docs@ff70333104a0aaa05877df336d1bb1672b205b73

Author: Amar Takhar

2024-11-20T23:36:04.790Z

mentioned in commit amar/rtems-examples@8056cf5ccaaff51477096bdd3ae3850cecee957d

Author: Amar Takhar

2024-11-20T23:36:05.900Z

mentioned in commit amar/rtems-libbsd@2cac334d6a21b6006dfee4613d3da78eec26b1c8

Author: Amar Takhar

2024-11-20T23:36:08.424Z

mentioned in commit amar/rtems-littlevgl@7831e7125a6efe283e3c65efec1e24a96fdfc2ac

Author: Amar Takhar

2024-11-20T23:36:10.195Z

mentioned in commit amar/rtems-lwip@24f46d35dedf08807d6088443ab5c82e95c36ed8

Author: Amar Takhar

2024-11-20T23:36:12.174Z

mentioned in commit amar/rtems-net-legacy@8845824db452168140610db037ea0359e363cf1d

Author: Amar Takhar

2024-11-20T23:36:14.636Z

mentioned in commit amar/rtems-net-services@7bcc152d49267e5b5ca3c00c1707cc40b2ef95b6

Author: Amar Takhar

2024-11-20T23:36:17.086Z

mentioned in commit amar/rtems-tools@12a94b63506ad84ec1c4feed56d3ce2e85475d85

Author: Amar Takhar

2024-11-20T23:36:21.347Z

mentioned in commit amar/rtems@62baa874b823fea35b7cdea78734d277ada7b455

Author: Amar Takhar

2024-11-20T23:39:31.029Z

mentioned in merge request rtems/rtos/rtems!323

Author: Amar Takhar

2024-11-20T23:39:48.843Z

mentioned in merge request rtems/tools/rtems-tools!44

Author: Amar Takhar

2024-11-20T23:40:09.031Z

mentioned in merge request rtems/pkg/rtems-net-services!9

Author: Amar Takhar

2024-11-20T23:40:25.975Z

mentioned in merge request rtems/pkg/rtems-net-legacy!6

Author: Amar Takhar

2024-11-20T23:40:33.280Z

mentioned in merge request rtems/pkg/rtems-lwip!11

Author: Amar Takhar

2024-11-20T23:40:41.082Z

mentioned in merge request rtems/pkg/rtems-littlevgl!4

Author: Amar Takhar

2024-11-20T23:40:53.742Z

mentioned in merge request rtems/pkg/rtems-libbsd!25

Author: Amar Takhar

2024-11-20T23:41:01.964Z

mentioned in merge request rtems/rtos/rtems-examples!5

Author: Amar Takhar

2024-11-20T23:41:10.912Z

mentioned in merge request rtems/docs/rtems-docs!89

Author: Amar Takhar

2024-11-20T23:41:24.453Z

mentioned in merge request rtems/tools/rtems-deployment!13

Author: Gedare Bloom

2024-11-21T00:03:44.787Z

mentioned in commit gedare/rtems-docs@2f1694269539dc59177b203df1b8481ee52f989a

Author: Gedare Bloom

2024-11-21T00:04:29.322Z

mentioned in merge request rtems/docs/rtems-docs!85

Author: Gedare Bloom

2024-11-21T00:06:48.926Z

mentioned in commit gedare/rtems-docs@816d14787b8bb89e7830c9885946fa8dc6dadf79

Author: Amar Takhar

2024-11-22T10:02:29.944Z

mentioned in commit amar/rtems-docs@24cf46b966d77bada338422de2ead632f79beb89

Author: Amar Takhar

2024-11-24T23:02:01.254Z

mentioned in commit amar/rtems-docs@7582461dbcff0287bb8bc1a615734696a416b266

Author: Amar Takhar

2024-11-24T23:03:10.673Z

mentioned in commit amar/rtems-examples@ac68170083fc3b2e5ce9a63a6c64b4b2e5d7915f

Author: Amar Takhar

2024-11-24T23:03:49.371Z

mentioned in commit amar/rtems-libbsd@a2d65d78fbe832a50ca6c986936c9b0c16647739

Author: Amar Takhar

2024-11-24T23:06:27.181Z

mentioned in commit amar/rtems@03c5b7e88f165ea56487e78822cf0b8595c79cfa

Author: Amar Takhar

2024-11-25T01:33:09.501Z

mentioned in commit amar/rtems-docs@b9af7d8fad94c310f7d973c10b5a7c2da8d4e7e8

Author: Amar Takhar

2024-12-04T21:56:00.650Z

mentioned in commit amar/rtems@8d71cc5dc4a0e11fd7b8d7b5b94bb2e54d3a6f9e

Author: Gedare Bloom

2024-12-04T22:16:38.325Z

cloned to rtems/docs/rtems-docs#62

Author: Gedare Bloom

2024-12-04T22:17:50.489Z

cloned from rtems/rtos/rtems#5153

Author: Gedare Bloom

2024-12-04T22:17:46.927Z

assigned to @amar

Author: Gedare Bloom

2024-12-04T22:21:47.254Z

Author: Gedare Bloom

2024-12-04T22:46:41.787Z

Merge Requests

16 - wscript: fix text for help

Id

16

State

merged

Merged by

Kinsey Moore

Merged at

2024-12-05T19:51:59.656Z

Assignee(s)

Gedare Bloom

Reviewer(s)

Chris Johns

Created

2024-12-05T00:22:45.120Z

Updated

2024-12-05T19:52:00.650Z

Milestone

6.1

Labels

backport

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/16

Commit

f7762c2d97915cedf843805d5e85cc3ab3ca281e

Summary

wscript: fix text for help

closes #4

Closes #4

Author: Gedare Bloom

2024-12-05T00:22:45.287Z

requested review from @chris

Author: Gedare Bloom

2024-12-05T00:22:45.300Z

assigned to @gedare

Author: Gedare Bloom

2024-12-05T00:24:10.586Z

added 1 commit

  • f7762c2d - wscript: fix text for help

Compare with previous version

Author: Chris Johns

2024-12-05T00:26:47.995Z

approved this merge request

Author: Chris Johns

2024-12-05T00:26:57.757Z

added 2 commits

  • f7762c2d…efe5aa70 - 2 commits from branch rtems/tools:main

Compare with previous version

Author: Chris Johns

2024-12-05T01:26:11.174Z

This MR is to the wrong branch.

Author: Gedare Bloom

2024-12-05T01:26:11.174Z

Please set to a draft when you see this in the future

Author: Gedare Bloom

2024-12-05T01:13:21.736Z

marked this merge request as draft

Author: Chris Johns

2024-12-05T01:26:11.190Z

resolved all threads

Author: Gedare Bloom

2024-12-05T06:31:02.604Z

added 1 commit

  • f7762c2d - wscript: fix text for help

Compare with previous version

Author: Gedare Bloom

2024-12-05T06:31:37.742Z

changed target branch from main to 6

Author: Gedare Bloom

2024-12-05T06:32:13.987Z

marked this merge request as ready

Author: Kinsey Moore

2024-12-05T19:51:56.103Z

approved this merge request

12 - config/amd/k26: Rename to the correct K26 SOM name

Id

12

State

merged

Merged by

Amar Takhar

Merged at

2024-10-25T08:20:30.521Z

Assignee(s)

Chris Johns

Reviewer(s)

Amar Takhar

Created

2024-10-24T05:54:30.384Z

Updated

2024-10-25T08:20:32.216Z

Milestone

6.1

Labels

tool::rtems-deployment

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/12

Commit

ad8364278ce605a9cc43a05805fff836fea1810b

I got the name wrong. It should be K26. This is the AMD SOM product name.

Author: Chris Johns

2024-10-24T05:54:30.731Z

assigned to @chris

Author: Chris Johns

2024-10-24T05:56:20.913Z

Hmm I think the BSP name has changed that is used but the RSB is not updated? I will check.

Author: Chris Johns

2024-10-24T05:56:25.589Z

marked this merge request as draft

Author: Chris Johns

2024-10-25T06:28:17.665Z

added 1 commit

  • ad836427 - config/amd/k26: Rename to the correct K26 SOM name

Compare with previous version

Author: Chris Johns

2024-10-25T06:28:25.175Z

marked this merge request as ready

Author: Chris Johns

2024-10-25T06:29:11.679Z

I have tested with https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/71.

Author: Chris Johns

2024-10-25T06:29:17.118Z

requested review from @amar

Author: Amar Takhar

2024-10-25T08:20:08.251Z

approved this merge request

10 - amd: Add civetweb package to the package stack

Id

10

State

merged

Merged by

Chris Johns

Merged at

2024-09-30T06:35:26.691Z

Assignee(s)

Chris Johns

Created

2024-09-30T06:05:15.823Z

Updated

2024-09-30T06:35:26.664Z

Milestone

6.1

Labels

arch:aarch64, arch:arm, tool::rtems-deployment

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/10

Commit

76552d56975aceae36ec68e890c440fb7ef74228

Add the civetweb package to the AMD BSP’s software stack.

Author: Chris Johns

2024-09-30T06:05:17.966Z

assigned to @chris

Author: Chris Johns

2024-09-30T06:07:11.741Z

enabled an automatic merge when all merge checks for 76552d56975aceae36ec68e890c440fb7ef74228 pass

Author: Amar Takhar

2024-09-30T06:35:21.407Z

approved this merge request

9 - amd: Add yaml-cpp package to the package stack

Id

9

State

merged

Merged by

Amar Takhar

Merged at

2024-09-27T04:37:28.969Z

Assignee(s)

Chris Johns

Created

2024-09-27T04:32:49.168Z

Updated

2024-09-27T04:37:30.826Z

Milestone

6.1

Labels

tool::rtems-deployment

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/9

Commit

273feee80327fadac6eb857095cc0d07ed67eff7

Add yaml-cpp as a patch to the vertical stack to the AMD BSPs.

Author: Chris Johns

2024-09-27T04:32:49.390Z

assigned to @chris

Author: Amar Takhar

2024-09-27T04:37:22.888Z

approved this merge request

8 - amd/kr26: Name the BSP kr26

Id

8

State

merged

Merged by

Amar Takhar

Merged at

2024-09-20T23:57:41.445Z

Assignee(s)

Chris Johns

Created

2024-09-20T23:05:43.526Z

Updated

2024-09-20T23:57:42.827Z

Milestone

6.1

Labels

arch:aarch64, tool::rtems-deployment

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/8

Commit

774ef9298d647858177fbca7a177f4a7f8330d0b

Use INHERIT in an INI config file to create a new BSP name.

Author: Chris Johns

2024-09-20T23:05:44.071Z

assigned to @chris

Author: Amar Takhar

2024-09-20T23:57:33.128Z

approved this merge request

7 - beagle: Add Beaglebone Black

Id

7

State

merged

Merged by

Joel Sherrill

Merged at

2024-09-12T22:13:28.564Z

Assignee(s)

Chris Johns

Reviewer(s)

Amar Takhar

Created

2024-08-29T23:08:31.633Z

Updated

2024-09-12T22:13:29.725Z

Milestone

6.1

Labels

arch:arm, tool::rtems-deployment

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/7

Commit

0a6214beeec77f6c1742f9f0b205b6c473030a77

This change adds Beaglebone Black to the builds.

Author: Chris Johns

2024-08-29T23:08:31.774Z

requested review from @amar

Author: Chris Johns

2024-08-29T23:08:31.819Z

assigned to @chris

Author: Joel Sherrill

2024-09-12T22:13:24.590Z

approved this merge request

6 - amd/kr26: Set the console to UART1

Id

6

State

merged

Merged by

Amar Takhar

Merged at

2024-08-28T06:17:47.538Z

Assignee(s)

Chris Johns

Created

2024-08-28T05:42:10.841Z

Updated

2024-08-28T06:17:48.464Z

Milestone

6.1

Labels

arch:aarch64, tool::rtems-deployment

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/6

Commit

4e1f030633b1e25eada0e3a909c391124750f480

The console is UART1 on the KR26

Author: Chris Johns

2024-08-28T05:42:11.028Z

assigned to @chris

Author: Amar Takhar

2024-08-28T06:17:26.858Z

approved this merge request

Author: Amar Takhar

2024-08-28T06:17:37.509Z

added 2 commits

  • 35d27737 - 1 commit from branch rtems/tools:main

  • 4e1f0306 - amd/kr26: Set the console to UART1

Compare with previous version

5 - Enable SMP for kria/kr26 and microzed BSPs

Id

5

State

merged

Merged by

Amar Takhar

Merged at

2024-08-18T05:35:58.263Z

Assignee(s)

Chris Johns

Created

2024-08-18T05:08:10.730Z

Updated

2024-08-18T05:35:59.223Z

Milestone

6.1

Labels

smp, tool::rtems-deployment

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/5

Commit

35d2773726c6d87aaebbc87e1ff2e71e5536b220

Enable SMP for ADM Kria KR26 and Microzed BSPs.

Author: Chris Johns

2024-08-18T05:08:10.885Z

assigned to @chris

Author: Amar Takhar

2024-08-18T05:35:53.688Z

approved this merge request

4 - AMD updates

Id

4

State

merged

Merged by

Amar Takhar

Merged at

2024-08-16T03:45:59.230Z

Assignee(s)

Chris Johns

Created

2024-08-16T03:38:40.730Z

Updated

2024-08-16T03:46:00.176Z

Milestone

6.1

Labels

arch:aarch64, arch:arm, tool::rtems-deployment

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/4

Commit

f8a6b6a13b2518e7a3e1b808a59afbdbcba25340

  1. Correctly name the Kria K26 SOM

  2. Change the BSP to be xilinx_zynqmp_lp64_zu3eg

  3. Add Avnet Microzed

Author: Chris Johns

2024-08-16T03:38:40.892Z

assigned to @chris

Author: Amar Takhar

2024-08-16T03:45:55.580Z

approved this merge request

2 - waf: Fix pandoc check

Id

2

State

merged

Merged by

Amar Takhar

Merged at

2024-08-09T06:36:47.151Z

Assignee(s)

Chris Johns

Created

2024-08-09T05:54:57.715Z

Updated

2024-08-09T06:40:27.116Z

Milestone

6.1

Labels

doc, tool::rtems-deployment

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/2

Commit

106d7003e3b02a6647c6f88bbee6a78db1c7ce14

Fix the arg spelling and let the configure pass without pandoc being installed

Author: Chris Johns

2024-08-09T05:54:57.888Z

assigned to @chris

Author: Amar Takhar

2024-08-09T06:36:40.568Z

Oh man, I always spell that word wrong and I fixed it but I remember going back and modifying something then I must have retyped it wrong! Thanks for fixing this.

Author: Amar Takhar

2024-08-09T06:36:42.718Z

approved this merge request

3 - Add KR60 (KR260)

Id

3

State

merged

Merged by

Amar Takhar

Merged at

2024-08-09T06:38:37.547Z

Assignee(s)

Chris Johns

Created

2024-08-09T06:20:58.630Z

Updated

2024-08-09T06:40:16.465Z

Milestone

6.1

Labels

tool::rtems-deployment

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/3

Commit

fc76672cb18708138b70852f28fc1c80ff423c18

Add support for the Kria KR60. This is used on the KR260 kit

Author: Chris Johns

2024-08-09T06:20:59.123Z

assigned to @chris

Author: Chris Johns

2024-08-09T06:21:18.176Z

changed title from Add {-kr-}260 to Add {+KR60 (KR+}260{+)+}

Author: Chris Johns

2024-08-09T06:21:49.340Z

marked this merge request as draft

Author: Chris Johns

2024-08-09T06:22:13.884Z

I was based on another MR and it is included.I will fix this.

Author: Chris Johns

2024-08-09T06:23:53.485Z

added 1 commit

  • 6b4df4a3 - config/amd: Add AMD Kria KR60

Compare with previous version

Author: Chris Johns

2024-08-09T06:24:10.696Z

marked this merge request as ready

Author: Amar Takhar

2024-08-09T06:37:12.744Z

approved this merge request

Author: Amar Takhar

2024-08-09T06:38:28.277Z

added 2 commits

  • 106d7003 - 1 commit from branch rtems/tools:main

  • fc76672c - config/amd: Add AMD Kria KR60

Compare with previous version

1 - Support RSB options

Id

1

State

merged

Merged by

Amar Takhar

Merged at

2024-06-12T04:38:38.800Z

Assignee(s)

Chris Johns

Created

2024-06-12T04:24:33.052Z

Updated

2024-06-12T13:40:19.382Z

Milestone

6.1

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/1

Commit

a949ba80d19739d7471eaf8c08ebec158e09d5b4

Support RSB options by adding an option to provide options passed through to the RSB. This lets you specify the URL, eg --url=somewhere.

Author: Chris Johns

2024-06-12T04:24:33.608Z

assigned to @chris

Author: Amar Takhar

2024-06-12T04:38:33.088Z

approved this merge request

Author: Amar Takhar

2024-06-12T04:38:38.755Z

mentioned in commit ae9d645739d264395274db67902fc1573656ce61

Author: Amar Takhar

2024-06-12T04:56:14.124Z

FYI for some reason this created a merge commit which I deleted manually. Still not sure why it happened.

Author: Kinsey Moore

2024-06-12T13:35:48.384Z

The default merge method for this repo is set to “merge commit”.

Author: Kinsey Moore

2024-06-12T13:36:46.372Z

I have updated that setting for this repo. I suppose we need to do an audit of all our current repos to make sure we don’t have any others with that setting.

Author: Kinsey Moore

2024-06-12T13:40:19.365Z

I fixed a few others as well. Hopefully they’re all set to FF now.

11 - Amd add yaml cpp (closed)

Id

11

State

closed

Assignee(s)

Chris Johns

Closed by

Chris Johns

Created

2024-10-24T03:37:47.256Z

Closed

2024-10-24T03:38:38.013Z

Updated

2024-10-24T03:38:37.958Z

Milestone

6.1

Link

https://gitlab.rtems.org/rtems/tools/rtems-deployment/-/merge_requests/11

Commit

76552d56975aceae36ec68e890c440fb7ef74228

Add the Yaml CPP package to the AMD configs

Author: Chris Johns

2024-10-24T03:37:47.708Z

assigned to @chris

Author: Chris Johns

2024-10-24T03:38:37.265Z

The code is merged.