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