Skip to content

west manifest freeze/resolve will lose submodules information #739

@yvesll

Description

@yvesll

the project in raw west.yml

  - name: test_repo
    path: manifest_repo/test_repo
    revision: main
    submodules:
    - path: modules/test_module

And run west manifest --resolve -o freeze.ym
freezed west.yml

  - name: test_repo
    path: manifest_repo/test_repo
    revision: main

The submodules key gone.
Not sure whether this field was ignored in project's as_dict api:

def as_dict(self) -> Dict:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions