blob: 20f7bf81a07c4056786dfc3ad36111542dc7b209 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Sato Bootable Live Image"
require recipes-core/images/poky-image-live.inc
LABELS += "boot install"
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3"
LICENSE = "MIT"
do_bootimg[depends] += "poky-image-sato:do_rootfs"
|