-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
gap in support for deprecated Nordic board names #24158
Comments
@carlescufi This is the underlying cause of #24145. |
This happens because the sample CMakeLists.txt itself tests the board name BEFORE renaming is done. Hence, it doesn't know anything about deprecated boards. Of course the easy fix is to just update to test both new and deprecated boards, but as this also affect aliases, it should be considered if we can do something else. |
actually, the CMake code in the linked file will never work as intended, cause |
Fixes: zephyrproject-rtos#24158 The shell/fs sample was using APPLICATION_SOURCE_DIR before it has been defined. This has now been fixed to use the proper way of overlaying board specific settings using boards folder. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
Fixes: #24158 The shell/fs sample was using APPLICATION_SOURCE_DIR before it has been defined. This has now been fixed to use the proper way of overlaying board specific settings using boards folder. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
Fixes: zephyrproject-rtos#24158 The shell/fs sample was using APPLICATION_SOURCE_DIR before it has been defined. This has now been fixed to use the proper way of overlaying board specific settings using boards folder. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
Fixes: zephyrproject-rtos#24158 The shell/fs sample was using APPLICATION_SOURCE_DIR before it has been defined. This has now been fixed to use the proper way of overlaying board specific settings using boards folder. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
Something seems to be failing with the deprecated Nordic board names.
samples/subsys/shell/fs/CMakeLists.txt
looks at the board name to determine whether thempu.conf
overlay is required. The file was updated to use the new board names, and the addition is not performed for the deprecated name.The text was updated successfully, but these errors were encountered: