generic-poky/meta/recipes-extended/images/core-image-lsb-live.bb

12 lines
246 B
BlitzBasic

DESCRIPTION = "LSB Bootable Live Image"
require recipes-core/images/core-image-live.inc
LABELS += "boot install"
ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-lsb-${MACHINE}.ext3"
LICENSE = "MIT"
do_bootimg[depends] += "core-image-lsb:do_rootfs"