mirror of https://github.com/thesofproject/sof.git
west.yml: remove self.path: sof
The intent was to stop people from cloning the sof manifest git repo under a different name than "sof". It did not work, I had to help multiple people who did it anyway. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
d95004a62e
commit
19d2fbb625
5
west.yml
5
west.yml
|
@ -59,11 +59,6 @@ manifest:
|
|||
- tinycrypt
|
||||
|
||||
self:
|
||||
# sof can unfortunately NOT be cloned as "sof2" nor "sof-topic1"
|
||||
# because for now rimage is cloned as "sof/rimage", tomlc99 as
|
||||
# "sof/rimage/tomlc99" and probably other build issues that we have
|
||||
# not discovered yet.
|
||||
path: sof
|
||||
# Changes to submanifests/*.yml files _are_ effective; these have no
|
||||
# specified 'revision:'
|
||||
import: submanifests
|
||||
|
|
Loading…
Reference in New Issue