diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-07 09:52:41 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-08 15:21:26 -0800 |
commit | a15bc3ddd9e9281de25861668d544cff17a325af (patch) | |
tree | 10ea38dc5525565137c7b1e493c43c363659dcdf /meta/recipes-extended/images/poky-image-lsb-live.bb | |
parent | 6dfddf54103f3d4ecc7d6ee9023a50b26ee548a2 (diff) | |
download | poky-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/recipes-extended/images/poky-image-lsb-live.bb')
-rw-r--r-- | meta/recipes-extended/images/poky-image-lsb-live.bb | 11 |
1 files changed, 11 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 @@ | |||
1 | DESCRIPTION = "LSB Bootable Live Image" | ||
2 | |||
3 | require recipes-core/images/poky-image-live.inc | ||
4 | |||
5 | LABELS += "boot install" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-lsb-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "poky-image-lsb:do_rootfs" | ||