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

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

LABELS += "boot install"

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

LICENSE = "MIT"

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