summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/images/core-image-sato-live.bb
blob: 9511ca6e74ea0df919f46ec9246209d4ad8cd8ce (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Sato Bootable Live Image"

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

LABELS += "boot install"

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

LICENSE = "MIT"

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