lsb-live image: add lsb-live and lsb-sdk-live image types

(From OE-Core rev: 7ba79b4c25126b42d3697cec9ecdf8d688d6da54)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold
2011-03-07 09:52:41 -08:00
committed by Richard Purdie
parent 7c474dc3d6
commit 4f87eeff40
2 changed files with 22 additions and 0 deletions

View File

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

View File

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