summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-03-07 09:52:41 -0800
committerSaul Wold <sgw@linux.intel.com>2011-03-08 15:21:26 -0800
commita15bc3ddd9e9281de25861668d544cff17a325af (patch)
tree10ea38dc5525565137c7b1e493c43c363659dcdf /meta
parent6dfddf54103f3d4ecc7d6ee9023a50b26ee548a2 (diff)
downloadpoky-a15bc3ddd9e9281de25861668d544cff17a325af.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/images/poky-image-lsb-live.bb11
-rw-r--r--meta/recipes-extended/images/poky-image-lsb-sdk-live.bb11
2 files changed, 22 insertions, 0 deletions
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 0000000000..baa9ea0e4f
--- /dev/null
+++ b/meta/recipes-extended/images/poky-image-lsb-live.bb
@@ -0,0 +1,11 @@
1DESCRIPTION = "LSB Bootable Live Image"
2
3require recipes-core/images/poky-image-live.inc
4
5LABELS += "boot install"
6
7ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-lsb-${MACHINE}.ext3"
8
9LICENSE = "MIT"
10
11do_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 0000000000..370780a062
--- /dev/null
+++ b/meta/recipes-extended/images/poky-image-lsb-sdk-live.bb
@@ -0,0 +1,11 @@
1DESCRIPTION = "LSB SDK Bootable Live Image"
2
3require recipes-core/images/poky-image-live.inc
4
5LABELS += "boot install"
6
7ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-lsb-sdk-${MACHINE}.ext3"
8
9LICENSE = "MIT"
10
11do_bootimg[depends] += "poky-image-lsb-sdk:do_rootfs"