Lines Matching refs:my

184          repo-path: my-path
206 ``https://git.example.com/base2/my-path``. The ``repo-path`` attribute, if
349 repo-path: my-path
1334 my-downstream/
1342 └── my-repo/ # your downstream repository
1346 You can do this with the following :file:`my-repo/west.yml`:
1350 # my-repo/west.yml:
1362 ``my-repo`` is hosted at ``https://git.example.com/my-repo``:
1366 west init -m https://git.example.com/my-repo my-downstream
1367 cd my-downstream
1370 After ``west init``, :file:`my-downstream/my-repo` will be cloned.
1374 :file:`my-downstream` as well.
1376 You can add and commit any code to :file:`my-repo` you please at this point,
1389 # my-repo/west.yml:
1404 west init -m https://git.example.com/my-repo my-downstream
1405 cd my-downstream
1440 # my-repo/west.yml:
1445 - name: my-remote
1449 remote: my-remote
1450 revision: my-sha
1474 - is updated to commit ``my-sha`` by ``west update``, instead of
1482 :file:`my-repo/west.yml` when defining ``hal_nordic`` there. The value from
1492 - update ``hal_nordic`` to ``my-sha`` instead of ``another-sha``
1569 my-repo/
1576 You want to add all the files in :file:`my-repo/submanifests` to the main
1577 manifest file, :file:`my-repo/west.yml`, in addition to projects in
1585 # my-repo/west.yml:
1600 #. :file:`my-repo/submanifests/01-libraries.yml`
1601 #. :file:`my-repo/submanifests/02-vendor-hals.yml`
1602 #. :file:`my-repo/submanifests/03-applications.yml`
1603 #. :file:`my-repo/west.yml`
1615 :file:`my-repo/west.yml` and :file:`zephyr/west.yml`. In general, an ``import``
1619 This means projects defined in :file:`my-repo/submanifests` take highest
1637 file :file:`00-ci.yml` in :file:`my-repo/submanifests`, with these contents:
1641 # my-repo/submanifests/00-ci.yml:
1652 :file:`my-repo/submanifests`. The projects defined in :file:`00-ci.yml` have
1653 higher precedence than other definitions in :file:`my-repo/submanifests`,
1957 # my-repo/west.yml:
1978 # my-repo/west.yml
1982 - name: my-library
1983 - name: my-app
1994 remote: my-remote
1998 #. the listed files in :file:`my-repo/submanifests` are first, in the order
2002 #. :file:`my-repo/west.yml` is next (with projects ``my-library`` etc. as long
2005 in the ``projects`` list in :file:`my-repo/west.yml`