We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ea71d commit b05836fCopy full SHA for b05836f
README.md
@@ -115,6 +115,19 @@ source oe-init-build-env /build/ /chirpstack-gateway-os/bitbake/
115
bitbake chirpstack-gateway-os-base
116
```
117
118
+In case of error:
119
+
120
+```bash
121
+docker.credentials.errors.InitializationError: docker-credential-secretservice not installed or not available in PATH
122
+```
123
124
+Make sure that the `golang-docker-credential-helpers` is installed. On `Ubuntu`
125
+you can install it with:
126
127
128
+sudo apt install golang-docker-credential-helpers
129
130
131
#### Configuration
132
133
By default, Raspberry Pi3 is configured as the target platform. You need to
0 commit comments