Lines Matching refs:rootfs
6 PACKAGES = "${PN}-rootfs ${PN}-delayed-a ${PN}-delayed-b ${PN}-rootfs-failing"
8 ALLOW_EMPTY:${PN}-rootfs = "1"
11 ALLOW_EMPTY:${PN}-rootfs-failing = "1"
13 RDEPENDS:${PN}-delayed-a = "${PN}-rootfs"
18 # At rootfs time touch $TESTDIR/rootfs. Errors if the file already exists, or
20 pkg_postinst:${PN}-rootfs () {
24 echo "${PN}-rootfs should have finished at rootfs time"
28 if [ -e $D${TESTDIR}/rootfs ]; then
29 echo "$D${TESTDIR}/rootfs exists, but should not"
34 touch $D${TESTDIR}/rootfs
37 # Depends on rootfs, delays until first boot, verifies that the rootfs file was
42 if [ ! -e ${TESTDIR}/rootfs ]; then
43 echo "${PN}-delayed-a: ${TESTDIR}/rootfs not found"
65 pkg_postinst:${PN}-rootfs-failing () {
67 touch $D${TESTDIR}/rootfs-before-failure
71 touch $D${TESTDIR}/rootfs-after-failure