meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| sw:yocto:bitbake:tips [2025/05/08 09:58] – niziak | sw:yocto:bitbake:tips [2025/06/11 11:55] (current) – niziak | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ===== Pass env variables to bitbake ===== | ||
| + | |||
| + | To control additional or user defined recipe' | ||
| + | <code bash> | ||
| + | export foo=" | ||
| + | export BB_ENV_PASSTHROUGH_ADDITIONS=" | ||
| + | bitbake ... | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| ===== add files to rootfs ===== | ===== add files to rootfs ===== | ||