SDK v2.4.0 - invalid `WEST_PYTHON` path in child images

Just testing my projects against the v2.4.0 release and got this error during west configure

in "build/mcuboot/child_image_preload.cmake"

This error is visible in any child image

To replicate:

  • Setup windows PC with SDK v2.4.0
  • create a new application: "direction_finding_central" (any ble sample will do that builds on the nRF5340)
  • create a build with the "nRF5340dk_nRF5340_cpuapp" board
  • west configure will error when it gets to the net core image

NOTE:

The following warning is also present in the same configure log for both images. Not sure if important/related/...

Related