eclipse-leda / leda-distro

Eclipse Leda provides a Yocto-based build setup for SDV.EDGE components
https://eclipse-leda.github.io/leda/
Apache License 2.0
14 stars 8 forks source link

git submodules are not available #3

Closed phongt closed 1 year ago

phongt commented 2 years ago

There is meta-sdv in .gitmodule can not find.

$ git clone https://github.com/eclipse-leda/leda-distro.git
$ cd leda-distro
$ git submodule init
$ git submodule update

After executing git submodule update can not find any git submodule (eg: poky, meta-virtualization...). Look like missing commit & push the git submodule directory

mikehaller commented 1 year ago

Thanks for bringing this up. We're currently migrating to kas, which does the submodule handling automatically.

phongt commented 1 year ago

cool!.I can build with instruction in README.md