]> code.ossystems Code Review - openembedded-core.git/commitdiff
lsb-live image: add lsb-live and lsb-sdk-live image types
authorSaul Wold <sgw@linux.intel.com>
Mon, 7 Mar 2011 17:52:41 +0000 (09:52 -0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 8 Mar 2011 00:22:35 +0000 (16:22 -0800)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/images/poky-image-lsb-live.bb [new file with mode: 0644]
meta/recipes-extended/images/poky-image-lsb-sdk-live.bb [new file with mode: 0644]

diff --git a/meta/recipes-extended/images/poky-image-lsb-live.bb b/meta/recipes-extended/images/poky-image-lsb-live.bb
new file mode 100644 (file)
index 0000000..baa9ea0
--- /dev/null
@@ -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"
diff --git a/meta/recipes-extended/images/poky-image-lsb-sdk-live.bb b/meta/recipes-extended/images/poky-image-lsb-sdk-live.bb
new file mode 100644 (file)
index 0000000..370780a
--- /dev/null
@@ -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"