Home
last modified time | relevance | path

Searched refs:do_clean (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dutility-tasks.bbclass24 do_clean[nostamp] = "1"
25 python do_clean() {
H A Dccache.bbclass58 addtask cleanccache after do_clean
H A Dexternalsrc.bbclass96 … # We do not want our source to be wiped out, ever (kernel.bbclass does this for do_clean)
135 'do_clean' if d.getVar('S') == d.getVar('B') else None,
H A Dkernel.bbclass16 do_clean[depends] += "make-mod-scripts:do_clean"
176 do_clean[cleandirs] += " ${S} ${STAGING_KERNEL_DIR} ${B} ${STAGING_KERNEL_BUILDDIR}"
H A Dbase.bbclass764 addtask cleansstate after do_clean
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dgen_except.S92 bra do_clean
121 bra do_clean
165 bra do_clean
207 bra do_clean |go clean and exit
229 bne do_clean |if clear, no frestore needed
274 bra do_clean |go clean and exit
328 do_clean: label
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dbuild-sysroots.bb42 do_clean[cleandirs] += "${STANDALONE_SYSROOT} ${STANDALONE_SYSROOT_NATIVE}"
/OK3568_Linux_fs/buildroot/utils/
H A Dtest-pkg7 do_clean() { function
70 trap do_clean INT TERM HUP EXIT
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Ddocumentation.conf11 do_clean[doc] = "Removes all output files for a target"
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dtasks.rst446 ``do_clean``
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-intro.rst508 execute the ``do_clean`` task::
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst3425 once you run the ``do_clean`` or ``do_cleanall`` tasks using BitBake