Skip to content

tests: mimxrt1170_evk@B/mimxrt1176/cm7: tests.bluetooth.classic.sdp_s build failure #88060

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

Closed
EmilioCBen opened this issue Apr 2, 2025 · 0 comments · Fixed by #88076
Closed
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug

Comments

@EmilioCBen
Copy link
Collaborator

Describe the bug
mimxrt1170_evk@B/mimxrt1176/cm7: bluetooth.classic.sdp.server build failure
git bisect points to the commit that introduced the test. commit

To Reproduce
west update
west build -p always -b mimxrt1170_evk@B/mimxrt1176/cm7 .\tests\bluetooth\classic\sdp_s -T bluetooth.classic.sdp.server

Expected behavior
build passes.

Impact
blocking PR #87423
shell CI

Logs and console output

CMake Warning (dev) at C:/WorkFolder/zephyrproject/zephyr/cmake/modules/extensions.cmake:1829 (file):
  Given path:

    C:/WorkFolder/zephyrproject/modules/hal/nxp/zephyr/blobs/iw612/uart_nw61x_se.h

  does not refer to an existing path on disk.
Call Stack (most recent call first):
  C:/WorkFolder/zephyrproject/zephyr/modules/hal_nxp/bt_controller/CMakeLists.txt:22 (zephyr_blobs_verify)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at C:/WorkFolder/zephyrproject/zephyr/cmake/modules/extensions.cmake:1838 (message):
  Blob for path
  "C:\WorkFolder\zephyrproject\modules\hal\nxp\zephyr\blobs\iw612\uart_nw61x_se.h"
  missing.  Update with: west blobs fetch
Call Stack (most recent call first):
  C:/WorkFolder/zephyrproject/zephyr/modules/hal_nxp/bt_controller/CMakeLists.txt:22 (zephyr_blobs_verify)
@EmilioCBen EmilioCBen added the bug The issue is a bug, or the PR is fixing a bug label Apr 2, 2025
lylezhu2012 added a commit to nxp-upstream/zephyr that referenced this issue Apr 3, 2025
Add extra argument `CONFIG_BUILD_ONLY_NO_BLOBS=y` to make sure the
tests sdp_c and sdp_s can be passed by Zephyr CI.

And update the read me to guide how to disable
`CONFIG_BUILD_ONLY_NO_BLOBS` in building phase.

Fixes zephyrproject-rtos#88060.

Signed-off-by: Lyle Zhu <[email protected]>
lylezhu2012 added a commit to nxp-upstream/zephyr that referenced this issue Apr 10, 2025
Add dedicated test case `bluetooth.classic.sdp.server.no_blobs` and
`bluetooth.classic.sdp.client.no_blobs` with the extra argument
`CONFIG_BUILD_ONLY_NO_BLOBS=y` and `build_only: true` to make sure the
tests sdp_s and sdp_c can be passed by Zephyr CI.

Fixes zephyrproject-rtos#88060.

Signed-off-by: Lyle Zhu <[email protected]>
lylezhu2012 added a commit to nxp-upstream/zephyr that referenced this issue Apr 14, 2025
Add dedicated test case `bluetooth.classic.sdp.server.no_blobs` and
`bluetooth.classic.sdp.client.no_blobs` with the extra argument
`CONFIG_BUILD_ONLY_NO_BLOBS=y` and `build_only: true` to make sure the
tests sdp_s and sdp_c can be passed by Zephyr CI.

Fixes zephyrproject-rtos#88060.

Signed-off-by: Lyle Zhu <[email protected]>
@nashif nashif added the priority: low Low impact/importance bug label Apr 14, 2025
lylezhu2012 added a commit to nxp-upstream/zephyr that referenced this issue Apr 16, 2025
Add dedicated test case `bluetooth.classic.sdp.server.no_blobs` and
`bluetooth.classic.sdp.client.no_blobs` with the extra argument
`CONFIG_BUILD_ONLY_NO_BLOBS=y` and `build_only: true` to make sure the
tests sdp_s and sdp_c can be passed by Zephyr CI.

Fixes zephyrproject-rtos#88060.

Signed-off-by: Lyle Zhu <[email protected]>
lylezhu2012 added a commit to nxp-upstream/zephyr that referenced this issue Apr 18, 2025
Add dedicated test case `bluetooth.classic.sdp.server.no_blobs` and
`bluetooth.classic.sdp.client.no_blobs` with the extra argument
`CONFIG_BUILD_ONLY_NO_BLOBS=y` and `build_only: true` to make sure the
tests sdp_s and sdp_c can be passed by Zephyr CI.

Fixes zephyrproject-rtos#88060.

Signed-off-by: Lyle Zhu <[email protected]>
owuatmosic pushed a commit to owuatmosic/zephyr that referenced this issue Apr 24, 2025
Add dedicated test case `bluetooth.classic.sdp.server.no_blobs` and
`bluetooth.classic.sdp.client.no_blobs` with the extra argument
`CONFIG_BUILD_ONLY_NO_BLOBS=y` and `build_only: true` to make sure the
tests sdp_s and sdp_c can be passed by Zephyr CI.

Fixes zephyrproject-rtos#88060.

Signed-off-by: Lyle Zhu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants