summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/images/poky-image-sdk-live.bb
blob: 06c56ee15599cffac7544a19ef52a706a24b0288 (plain)
1
2
3
4
5
6
7
8
9
DESCRIPTION = "Bootable Live SDK Image"

require recipes-core/images/poky-image-live.inc

LABELS += "boot install"

ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sdk-${MACHINE}.ext3"

do_bootimg[depends] += "poky-image-sdk:do_rootfs"