tensorflow-lite-host-tools: fix do_configure failure when buildtools is #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
used
When buildtools is used and nativesdk-git is installed into sdk, do_configure failed with error:
[1/9] Performing download step (git clone) for 'protobuf-populate' Cloning into 'protobuf'...
fatal: unable to access 'https://github.com/protocolbuffers/protobuf/': error setting certificate file: /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-wrlinuxsdk-linux/etc/ssl/certs/ca-certificates.crt
With commit [1], GIT_SSL_CAINFO is added into BB_ENV_PASSTHROUGH_ADDITIONS, export GIT_SSL_CAINFO to fix above failure
[1] https://git.openembedded.org/openembedded-core/commit/?id=183e043de423fd3f7833366ca524a6f7d17e6d14