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