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

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

LABELS += "boot install"

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

LICENSE = "MIT"

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