Files
poky/meta/recipes-support
Changqing Li e9eaa015a5 buildtools-tarball: add envvars into BB_ENV_PASSTHROUGH_ADDITIONS
Here is one testcase:
For recipe tensorflow-lite-host-tools_2.18.0.bb, refer [1],
do_configure[network] = "1"
and it will git clone some repos in CMakeLists.txt

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

Fix by adding GIT_SSL_CAINFO in BB_ENV_PASSTHROUGH_ADDITIONS, so that
user can export GIT_SSL_CAINFO=${GIT_SSL_CAINFO} in their
do_configure:prepend() to fix above do_configure failure

CURL_CA_BUNDLE and REQUESTS_CA_BUNDLE is similar envvars, so all add
into BB_ENV_PASSTHROUGH_ADDITIONS

[1] https://github.com/nxp-imx/meta-imx/blob/styhead-6.12.3-1.0.0/meta-imx-ml/recipes-libraries/tensorflow-lite/tensorflow-lite-host-tools_2.18.0.bb

(From OE-Core rev: 5fa8cb40395977722d0d5a2271c8044598fb1f01)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-05-14 08:33:40 -07:00
..
2025-02-27 10:55:16 +00:00
2025-03-27 11:19:04 +00:00
2025-03-17 22:38:32 +00:00
2024-02-03 22:08:26 +00:00
2024-10-11 12:17:02 +01:00
2025-03-19 09:48:14 +00:00
2025-03-13 11:00:35 +00:00
2025-03-06 11:16:46 +00:00
2025-02-27 10:55:16 +00:00
2025-03-17 22:38:32 +00:00
2022-04-14 09:47:00 +01:00
2025-03-18 10:27:31 +00:00
2024-08-09 22:33:38 +01:00
2025-02-05 12:49:55 +00:00
2025-02-18 22:53:44 +00:00
2025-01-10 11:26:29 +00:00
2025-03-17 22:38:32 +00:00
2024-08-28 09:14:27 +01:00
2023-06-28 07:56:33 +01:00
2022-12-22 23:05:50 +00:00
2024-11-18 22:09:02 +00:00
2025-02-20 11:57:49 +00:00
2024-10-11 12:17:02 +01:00
2024-01-24 15:46:19 +00:00
2025-05-14 08:33:40 -07:00
2025-03-06 11:16:47 +00:00
2024-05-28 09:38:23 +01:00
2025-03-17 22:38:32 +00:00
2024-08-28 09:14:26 +01:00
2024-08-29 21:58:19 +01:00
2025-03-27 11:19:03 +00:00
2025-03-06 11:16:47 +00:00
2024-11-27 14:58:48 +00:00
2024-11-18 22:09:02 +00:00
2024-08-28 09:14:27 +01:00
2024-07-16 11:25:29 +01:00
2022-11-22 12:26:46 +00:00
2025-03-06 11:16:47 +00:00
2024-06-25 11:50:58 +01:00
2025-02-21 13:08:44 +00:00
2025-03-20 11:29:03 +00:00
2024-09-04 12:38:44 +01:00
2024-12-05 17:07:10 +00:00
2025-03-19 10:07:31 +00:00
2025-01-03 10:51:27 +00:00