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

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

LABELS += "boot install"

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

LICENSE = "MIT"

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