Add poky-image-sdk-live to meta/

This commit is contained in:
Richard Purdie 2008-10-29 00:15:27 +00:00
parent 7994045755
commit e92cc8f576
1 changed files with 9 additions and 0 deletions

View File

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