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:vars [2022/10/25 13:35] – niziak | sw:yocto:bitbake:vars [2026/03/05 19:45] (current) – niziak | ||
|---|---|---|---|
| Line 37: | Line 37: | ||
| palmqtdir ${palmtopdir} | palmqtdir ${palmtopdir} | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ====== get current layer dir ====== | ||
| + | |||
| + | For '' | ||
| + | |||
| + | Trick is to define own new variable in '' | ||
| + | |||
| + | < | ||
| + | MY_DISTRO_LAYER_BASE = ' | ||
| + | </ | ||
| + | |||
| + | and use in recipe or distro.conf: | ||
| + | < | ||
| + | OVERLAYFS_ETC_INIT_TEMPLATE = " | ||
| + | </ | ||
| + | |||