blob: 08e3441861b6ad10c002157dca408d806a53305d (
plain)
1
2
3
4
5
6
7
8
9
|
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"
do_bootimg[depends] += "poky-image-sato:do_rootfs"
|