You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
cloning repository and then running a docker build fails.
First error:
Cloning into '/OpenBK7231T_App/sdk/esp-idf/components/protobuf-c/protobuf-c'...
Cloning into '/OpenBK7231T_App/sdk/esp-idf/components/spiffs/spiffs'...
Cloning into '/OpenBK7231T_App/sdk/esp-idf/components/unity/unity'...
Submodule path 'sdk/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc': checked out 'fe8ed90abc356347378eb25e2586e90df7be015a'
Submodule path 'sdk/esp-idf/components/bt/controller/lib_esp32': checked out '5c4a62c1d4577d1352d28708c790ba2b4f741842'
fatal: Needed a single revision
Unable to find current origin/master revision in submodule path 'components/bt/controller/lib_esp32c2/esp32c2-bt-lib'
Failed to recurse into submodule path 'sdk/esp-idf'
make[1]: *** [Makefile:34: submodules] Error 1
make[1]: Leaving directory '/OpenBK7231T_App'
make: *** [Makefile:137: OpenBK7231T] Error 2
****************************************
Please see complete log in attachment
To Reproduce
Steps to reproduce the behavior:
clone repository
change to OpenBK7231T_App/docker dir
call build: docker run -it -v "$(pwd)/..":/OpenBK7231T_App openbk_build
Describe the bug
cloning repository and then running a docker build fails.
First error:
Please see complete log in attachment
To Reproduce
Steps to reproduce the behavior:
OpenBK7231T_App/docker
dirdocker run -it -v "$(pwd)/..":/OpenBK7231T_App openbk_build
Full log:
OBK_docker_fails.txt
The text was updated successfully, but these errors were encountered: