Tomi Fontanilles
Tomi Fontanilles
I just tried to reproduce this in a brand new west workspace, but didn't manage. Maybe I have something corrupted. `west -v update` does not produce any more output than...
> The west manifest command is what is supported. Use west manifest and don't change internal implementation details like manifest.path directly: https://docs.zephyrproject.org/latest/develop/west/manifest.html#manifest-command > I don't see any command there that...
I copied them exactly as they were. I was also surprised that there were no logs between the repeated updates.
``` west -vvv update ``` The only difference with `west -vv update` is the addition of the following middle line: ``` west.manifest: DEBUG: loaded /home/tomi/workspace/ncs/my_dir/west.yml args namespace: Namespace(help=None, zephyr_base=None, verbose=3,...
This is happening again now right after I changed `manifest.path` from `zephyr` to `nrf` (the directory for https://github.com/nrfconnect/sdk-nrf).
Unfortunately the issue doesn't seem to easily reproduce right away in a workspace that is not already corrupted. Are there some West workspace-specific files, anything that is cached that 1....
This issue seems somewhat related to a problem I faced (and is one of the issues I stumbled upon in my search for solution), so commenting here. Basically my problem...
With `west config manifest.group-filter +optional`: > psa-arch-tests modules/tee/tf-m/psa-arch-tests 2cadb02a72eacda7042505dcbdd492371e8ce024 https://github.com/zephyrproject-rtos/psa-arch-tests tf-m-tests modules/tee/tf-m/tf-m-tests 08a3158f0623a4205608a52d880b17ae394e31d2 https://github.com/zephyrproject-rtos/tf-m-tests trusted-firmware-m modules/tee/tf-m/trusted-firmware-m 0b898c9b72171b0a260c0bb64a92ea4713f9e931 https://github.com/zephyrproject-rtos/trusted-firmware-m With `west config manifest.group-filter ''`: > trusted-firmware-m modules/tee/tf-m/trusted-firmware-m 0b898c9b72171b0a260c0bb64a92ea4713f9e931 https://github.com/zephyrproject-rtos/trusted-firmware-m
`psa-arch-tests` cannot currently be updated from 23.06 to 24.03 as some tests start to fail. Upstream projects need to incorporate fixes for this update to be possible.
This is ready for review.