Skip to content

Can not add project alongside .west folder #910

@chirambaht

Description

@chirambaht

I am having trouble with a project of mine. I was using west v1.2.0, and when I upgraded to v1.3.0 (up to v1.5.0 as well), I found that I could not run west update. Here is my project structure:

project
├── app
│   └── west.yml
├── support_repo_1
├── support_repo_2
├── support_repo_3
└── .west
    └── config

I would want to clone a repo to the project folder but west wont allow me to have something like this in my manifest:

    - name: support_repo
    path: .
    revision: support_repo_4
    url: [email protected]:support_4.git

Is there something that I am missing in all of this. I was following the release notes which reference this MR: #754 and this Issue: #102

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions