summaryrefslogtreecommitdiffstats
path: root/meta/classes/image-live.bbclass
blob: c910488d6428be1dac59b57926989240dce2df4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTO_SYSLINUXCFG = "1"
INITRD = "${DEPLOY_DIR_IMAGE}/core-image-minimal-initramfs-${MACHINE}.cpio.gz"
APPEND += "root=/dev/ram0 "
TIMEOUT = "10"
LABELS += "boot install"

ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.ext3"

do_bootimg[depends] += "core-image-minimal-initramfs:do_rootfs"
do_bootimg[depends] += "${IMAGE_BASENAME}:do_rootfs"

inherit bootimg