Home
last modified time | relevance | path

Searched refs:delayed (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/poky/meta-selftest/recipes-test/postinst/
H A Dpostinst_1.0.bb6 PACKAGES = "${PN}-rootfs ${PN}-delayed-a ${PN}-delayed-b ${PN}-rootfs-failing"
9 ALLOW_EMPTY:${PN}-delayed-a = "1"
10 ALLOW_EMPTY:${PN}-delayed-b = "1"
13 RDEPENDS:${PN}-delayed-a = "${PN}-rootfs"
14 RDEPENDS:${PN}-delayed-b = "${PN}-delayed-a"
39 pkg_postinst_ontarget:${PN}-delayed-a () {
43 echo "${PN}-delayed-a: ${TESTDIR}/rootfs not found"
47 touch ${TESTDIR}/delayed-a
50 # Depends on delayed-a, delays until first boot, verifies that the delayed-a file was
51 # written. This verifies the ordering between delayed postinsts.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Fix-type-of-single-bit-bitfields.patch39 * backend is responsible for clearing the delayed flag. See
41 - int delayed : 1;
42 + unsigned int delayed : 1;
/openbmc/u-boot/arch/x86/cpu/
H A Dmp_init.c81 int delayed = 0; in wait_for_aps() local
85 delayed += delay_step; in wait_for_aps()
86 if (delayed >= total_delay) { in wait_for_aps()
/openbmc/qemu/docs/system/i386/
H A Dmicrovm.rst126 be delayed by a small number of seconds. It's possible to instruct it
/openbmc/docs/designs/
H A Dbmc-boot-ready.md98 delayed by an undefined amount of time. In general, a BMC gets to Ready state
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.6.rst91 - rootfs: Ensure run-postinsts is not uninstalled for read-only-rootfs-delayed-postinsts
H A Drelease-notes-5.1.rst385 *read-only-rootfs-delayed-postinsts* and *read-only-rootfs*
/openbmc/docs/architecture/code-update/
H A Dflash-layout.md89 delayed until the partitions are unmounted during an orderly shutdown.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dupdate-alternatives.bbclass200 # Process delayed link names
H A Dimage.bbclass43 IMAGE_FEATURES[validitems] += "read-only-rootfs read-only-rootfs-delayed-postinsts stateless-rootfs…
/openbmc/u-boot/doc/
H A DREADME.nand172 transition to delayed NAND initialization.
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst231 dropped, and the last one is delayed. "Similar" normally means same
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dfeatures.rst332 - *read-only-rootfs-delayed-postinsts:* when specified in conjunction
/openbmc/qemu/hw/intc/
H A Dtrace-events24 ioapic_eoi_delayed_reassert(int vector) "delayed reassert on EOI broadcast for vector %d"
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt4203 delayed-ref.c: 24860
4204 delayed-ref.h: 6619
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Dsubmit-changes.rst841 Patch reviews for feature and recipe upgrade patches are likely be delayed
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dnew-recipe.rst1085 script to be delayed until the first boot. For example, the script might
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch6814 + /* Return delayed frames if codec has CODEC_CAP_DELAY */