Skip to content

hwmv2 failures due to applying common overlay to board target that is not supported #70445

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
FRASTM opened this issue Mar 19, 2024 · 4 comments
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug HWMv2 platform: Synopsys Synopsys priority: high High impact/importance bug

Comments

@FRASTM
Copy link
Collaborator

FRASTM commented Mar 19, 2024

Describe the bug
Ci failure when building the samples/drivers/spi_flash for the target [email protected]/emsk_em7d

./samples/drivers/spi_flash/boards/em_starterkit.overlay devicetree error: /soc/spi@f0006000: undefined node label 'creg_gpio'

To Reproduce
Steps to reproduce the behavior:

  1. west build -p auto -b [email protected]/emsk_em7d samples/drivers/spi_flash
  2. See error

Expected behavior
build successful and CI OK

Impact
CI failure on #70434

Logs and console output

-- Found devicetree overlay: ./zephyrproject/zephyr/samples/drivers/spi_flash/boards/em_starterkit.overlay
devicetree error: /soc/spi@f0006000: undefined node label 'creg_gpio'
-- In: ./zephyrproject/zephyr/build/zephyr, command: /usr/bin/python3;./zephyrproject/zephyr/scripts/dts/gen_defines.py;--dts;./zephyrproject/zephyr/build/zephyr/zephyr.dts.pre;--dtc-flags;'';--bindings-dirs;./zephyrproject/zephyr/dts/bindings;--header-out;./zephyrproject/zephyr/build/zephyr/include/generated/devicetree_generated.h.new;--dts-out;./zephyrproject/zephyr/build/zephyr/zephyr.dts.new;--edt-pickle-out;./zephyrproject/zephyr/build/zephyr/edt.pickle;--vendor-prefixes;./zephyrproject/zephyr/dts/bindings/vendor-prefixes.txt

Environment (please complete the following information):

  • OS: ubuntu
  • Toolchain zephyr-sdk-0.16.3
  • Commit SHA aeea1d1
@FRASTM FRASTM added the bug The issue is a bug, or the PR is fixing a bug label Mar 19, 2024
@nordicjm
Copy link
Collaborator

nordicjm commented Mar 20, 2024

Failing due to using overlay which should not apply to this variant. Other failures with the same issue:

@nordicjm nordicjm changed the title build failure of samples/drivers/spi_flash with [email protected]/emsk_em7d hwmv2 failures due to applying common overlay to board target that is not supported Mar 20, 2024
@nordicjm nordicjm added HWMv2 Release Blocker Use this label for justified release blockers labels Mar 20, 2024
@aescolar aescolar added priority: high High impact/importance bug and removed Release Blocker Use this label for justified release blockers labels Mar 25, 2024
@erwango
Copy link
Member

erwango commented Apr 10, 2024

@tejlmand It seems #71149 didn't fix current issue.

@nordicjm
Copy link
Collaborator

@tejlmand It seems #71149 didn't fix current issue.

How so?

@nordicjm
Copy link
Collaborator

Fixed by #71149

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 HWMv2 platform: Synopsys Synopsys priority: high High impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants