New pages
Jump to navigation
Jump to search
- 15:21, 1 December 2025 BitBake's passthrough environment variables (hist | edit) [614 bytes] Koan (talk | contribs) (Created page with "== BitBake's passthrough environment variables == When you need to manage custom variables in a script having an impact with Bitbake, it is possible to add custom environment variables to BitBake's passthrough mechanism. #!/bin/bash # # A script to demonstrate adding custom environment variables to BitBake's passthrough mechanism. # export CUSTOM="CustomValue" export MYVAR=$CUSTOM-$USER BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_...")
- 11:11, 19 November 2025 How to verify the metalayers SHA when using Yocto (hist | edit) [1,648 bytes] Koan (talk | contribs) (Created page with "== How to verify the metalayers SHA when using Yocto == When working with '''Yocto Project''', maintaining a reliable and reproducible build environment is essential. One of the simplest yet most important steps in ensuring this integrity is verifying the '''SHA''' of the '''metalayers''' you are using during the build. Whether you're synchronizing your project with upstream layers, checking for unexpected changes, or documenting the exact state of your build environ...")