Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: Add Nordic build dependency #79381

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rettichschnidi
Copy link
Contributor

@rettichschnidi rettichschnidi commented Oct 3, 2024

Without nrf-regtool, CMake fails for new Nordic boards (nrf54h20dk, nrf9280pdk) with errors like this:

CMake Error at <snip>/zephyr/modules/hal_nordic/CMakeLists.txt:15
(find_package):
  Could not find a configuration file for package "nrf-regtool" that is
  compatible with requested version "5.6.0".

  The following configuration files were considered but not accepted:

    <snip>/modules/hal_nordic/nrf-regtool/nrf-regtoolConfig.cmake,
    version: unknown

This should fix #79380.

Requiring version 6.0 or never in antipication of #79244.

@rettichschnidi rettichschnidi force-pushed the gardena/rs/upstream/add-nrf-regtool branch from 0df9832 to 1fc04ec Compare October 3, 2024 17:01
@rettichschnidi rettichschnidi marked this pull request as ready for review October 3, 2024 20:03
Without nrf-regtool, CMake fails for new Nordic boards (nrf54h20dk,
nrf9280pdk) with errors like this:

```
CMake Error at <snip>/zephyr/modules/hal_nordic/CMakeLists.txt:15
(find_package):
  Could not find a configuration file for package "nrf-regtool" that is
  compatible with requested version "5.6.0".

  The following configuration files were considered but not accepted:

    <snip>/modules/hal_nordic/nrf-regtool/nrf-regtoolConfig.cmake,
    version: unknown
```

Signed-off-by: Reto Schneider <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Twister failing due to missing nrf-regtool
1 participant