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