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

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

LABELS += "boot install"

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

LICENSE = "MIT"

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