Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes-global/
H A Dutility-tasks.bbclass29 do_clean[nostamp] = "1"
30 python do_clean() {
H A Dbase.bbclass699 addtask cleansstate after do_clean
/openbmc/linux/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
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_dqo.h36 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean);
H A Dgve_tx_dqo.c1261 bool gve_tx_poll_dqo(struct gve_notify_block *block, bool do_clean) in gve_tx_poll_dqo() argument
1267 if (do_clean) { in gve_tx_poll_dqo()
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dbuild-sysroots.bb52 do_clean[cleandirs] += "${STANDALONE_SYSROOT} ${STANDALONE_SYSROOT_NATIVE}"
/openbmc/openbmc/poky/meta/classes/
H A Dccache.bbclass69 addtask cleanccache after do_clean
H A Dexternalsrc.bbclass93 … # We do not want our source to be wiped out, ever (kernel.bbclass does this for do_clean)
136 'do_clean' if d.getVar('S') == d.getVar('B') else None,
/openbmc/openbmc/poky/meta/conf/
H A Ddocumentation.conf11 do_clean[doc] = "Removes all output files for a target"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel.bbclass22 do_clean[depends] += "make-mod-scripts:do_clean"
186 do_clean[cleandirs] += " ${S} ${STAGING_KERNEL_DIR} ${B} ${STAGING_KERNEL_BUILDDIR}"
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.1.1.rst42 - dev-manual: common-tasks.rst: add reference to "do_clean" task
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dtasks.rst434 ``do_clean``
456 ref-tasks-cleanall``do_clean`` global() argument
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-intro.rst534 execute the ``do_clean`` task::