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

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

LABELS += "boot install"

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

LICENSE = "MIT"

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