Files
poky/meta/recipes-extended/images/core-image-lsb-sdk-live.bb
Richard Purdie 6e95cb246f Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21 00:29:30 +01:00

12 lines
258 B
BlitzBasic

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"