Closed phongt closed 2 years ago
There is meta-sdv in .gitmodule can not find.
meta-sdv
$ 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
git submodule update
Thanks for bringing this up. We're currently migrating to kas, which does the submodule handling automatically.
cool!.I can build with instruction in README.md
There is
meta-sdv
in .gitmodule can not find.After executing
git submodule update
can not find any git submodule (eg: poky, meta-virtualization...). Look like missing commit & push the git submodule directory