[poky] [PATCH 3/8] lsb-live image: add lsb-live and lsb-sdk-live image types
Saul Wold
sgw at linux.intel.com
Mon Mar 7 16:29:32 PST 2011
From: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
.../recipes-extended/images/poky-image-lsb-live.bb | 11 +++++++++++
.../images/poky-image-lsb-sdk-live.bb | 11 +++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/images/poky-image-lsb-live.bb
create mode 100644 meta/recipes-extended/images/poky-image-lsb-sdk-live.bb
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
index 0000000..baa9ea0
--- /dev/null
+++ b/meta/recipes-extended/images/poky-image-lsb-live.bb
@@ -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
index 0000000..370780a
--- /dev/null
+++ b/meta/recipes-extended/images/poky-image-lsb-sdk-live.bb
@@ -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"
--
1.7.1.1
More information about the poky
mailing list