aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/poky-image-minimal-live.bb
blob: f3d3638ee66ff2f0f5b2eac6836376a2a4b7a3b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Minimal Bootable Live Image"

require poky-image-live.inc

LABELS += "boot install"

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

LICENSE = "MIT"

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