RTEMS / Tools / RTEMS Waf¶
Go to Issues or Merge Requests
Issues Summary
Merge Requests Summary
Issues¶
4 - _check_arch_bsps presents inconsistent behavior (opened)¶
Id |
4 |
State |
opened |
Type |
ISSUE |
Author |
Kinsey Moore |
Assignee(s) |
Kinsey Moore |
Created |
2024-11-13T21:47:57.956Z |
Updated |
2024-12-04T21:40:36.978Z |
Milestone |
6.2 |
Labels |
rtems::build, tool::waf |
Link |
|
Merges |
0 |
Summary¶
If a list of BSPs is provided during configure and not all of that list is actually installed at the target prefix directory, two different outcomes can occur depending on the set of BSPs.
If all BSPs are of the same architecture and one of them is installed in the prefix directory, configuration succeeds.
If the BSPs are of two or more architectures and any of the architectures does not have a valid BSP (even if others do), then configuration fails.
This is caused by the found check in the first loop in _check_arch_bsps in rtems.py.
Steps to reproduce¶
Install the aarch64/zynqmp_apu BSP in the prefix directory. Configure rtems-lwip (or any other project that uses rtems_waf) with aarch64/zynqmp_apu,aarch64/zynqmp_qemu. The configuration attempt will succeed even though the aarch64/zynqmp_qemu BSP is not installed.
Now, configure rtems-lwip with aarch64/zynqmp_apu,arm/zynqmp_rpu_split_0 without performing additional BSP installations. The configuration attempt will fail.
Pre-set options¶
Author: Kinsey Moore
2024-11-13T21:47:58.068Z
assigned to @opticron
Author: Kinsey Moore
2024-11-13T21:48:34.684Z
changed the description
Author: Gedare Bloom
2024-12-04T21:40:37.836Z
Merge Requests¶
15 - gitlab: Add link to CI¶
Id |
15 |
State |
merged |
Merged by |
Kinsey Moore |
Merged at |
2025-02-14T16:35:39.701Z |
Assignee(s) |
Amar Takhar |
Created |
2025-02-14T03:10:41.813Z |
Updated |
2025-02-14T16:35:44.419Z |
Milestone |
6.2 |
Labels |
ci |
Link |
https://gitlab.rtems.org/rtems/tools/rtems_waf/-/merge_requests/15 |
Commit |
Summary¶
gitlab: Add link to CI
This runs only the commit message and merge request checker.
Required so we can have ‘all pipelines must pass’ enabled due to a bug in Gitlab.
Author: Amar Takhar
2025-02-14T03:10:42.018Z
assigned to @amar
Author: Kinsey Moore
2025-02-14T16:35:19.731Z
approved this merge request