blob: eac3b589b10204e553bc3d76a085b1e957d1f7a3 (
plain)
1
2
3
4
5
6
7
|
require poky-image-directdisk.inc
DESCRIPTION = "Sato Direct Disk Image"
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3"
do_bootdirectdisk[depends] += "poky-image-sato:do_rootfs"
|