Re: [yocto] Documentation around adding custom fetchers to layer
"Chuck Wolber" <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
On Wed Sep 17, 2025 at 2:53 PM UTC, seth.raymond via lists.yoctoproject.org wrote: > > Sure, I can share the source. It grabs secrets from our password manager > (1Password) and injects them into the build system. We currently have two use > cases for this: It is probably worth noting that the 1Password v8 CLI and SDK both require a round trip to the cloud even if you run the desktop 1P client locally (which maintains a local copy of your vaults). The 1P CLI and SDK do _some_ caching, but they still require a round trip for every call. My testing has shown that this round-trip adds about a second when taking full advantage of what they cache locally. For a tool meant to help with automation, this falls into the "egregious" category of oversights as far as I am concerned. After 12 years of 1P use, I am actively exploring other options. ..Ch:W..