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

base: Add nrf-regtool to the list of Python packages installed #169

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

carlescufi
Copy link
Member

After a discussion in Discord
(https://discord.com/channels/720317445772017664/1196766845332619305/1196766847962464276) we concluded that there is no easy way of adding vendor-specific Python packages that are required to be executed during the build but should not be present in the standard requirements-*.txt files since they are specific to a single vendor.

For now solve the issue by including the package by name in the Docker file, to have the package available for the PR that introduced the first IC that requires this package, the nRF54H20 (zephyrproject-rtos/zephyr#68043).

After a discussion in Discord
(https://discord.com/channels/720317445772017664/1196766845332619305/1196766847962464276)
we concluded that there is no easy way of adding vendor-specific Python
packages that are required to be executed during the build but should
not be present in the standard requirements-*.txt files since they are
specific to a single vendor.

For now solve the issue by including the package by name in the Docker
file, to have the package available for the PR that introduced the first
IC that requires this package, the nRF54H20 (zephyrproject-rtos/zephyr#68043).

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
@stephanosio stephanosio merged commit 23e5da1 into zephyrproject-rtos:main Jan 29, 2024
3 checks passed
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.

5 participants