meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sw:yocto:bitbake:multiconfig [2025/07/01 14:03] niziaksw:yocto:bitbake:multiconfig [2025/07/01 21:22] (current) niziak
Line 67: Line 67:
 MY_TMP_APPEND ?= "-poky" MY_TMP_APPEND ?= "-poky"
 TMPDIR:append = "${MY_TMP_APPEND}" TMPDIR:append = "${MY_TMP_APPEND}"
 +</file>
 +
 +or
 +
 +<file conf local.conf>
 +TMPDIR = "${TOPDIR}/tmp-${DISTRO}"
 </file> </file>