Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
1 December 2025
| N 15:21 | BitBake's passthrough environment variables diffhist +614 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_...") | ||||