From: Richard Purdie Date: Wed, 29 Oct 2008 00:15:27 +0000 (+0000) Subject: Add poky-image-sdk-live to meta/ X-Git-Tag: 2011-1~7922 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e92cc8f576f13b0a339b7a6a60b900fb390b510f;p=openembedded-core.git Add poky-image-sdk-live to meta/ --- diff --git a/meta/packages/images/poky-image-sdk-live.bb b/meta/packages/images/poky-image-sdk-live.bb new file mode 100644 index 0000000000..807de392a3 --- /dev/null +++ b/meta/packages/images/poky-image-sdk-live.bb @@ -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"