-
Notifications
You must be signed in to change notification settings - Fork 1
STAMPCLEAN
Peter Saunderson edited this page Jul 26, 2016
·
1 revision
Home / parallella-yoctobuild / meta-exotic / Design Guide / Glossary / STAMPCLEAN
STAMPCLEAN
is used in the system state algorithms, the default setting for this is found in the bitbake.conf file:
- bitbake.conf: STAMPCLEAN = "${STAMPS_DIR}/${MULTIMACH_TARGET_SYS}/${PN}/-"
- gcc-source.inc: STAMPCLEAN = "${STAMPS_DIR}/work-shared/gcc-${PV}-*"
- build.py: stamp = d.getVarFlag(taskflagname, 'stamp-base-clean', True) or d.getVar('STAMPCLEAN', True)
- cache.py: self.stampclean = self.getvar('STAMPCLEAN', metadata)
- sstate.bbclass: stamp_clean = d.getVar("STAMPCLEAN", True)