diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-03-07 09:52:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-08 11:04:23 -0800 |
commit | 4f87eeff40b69be3229c9cc331d5e7a887651ab9 (patch) | |
tree | 616d8d611c44d6eee8c280770302066518837fb2 /meta | |
parent | 7c474dc3d65bb3f71b375d36d81959cb405be80a (diff) | |
download | poky-4f87eeff40b69be3229c9cc331d5e7a887651ab9.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.bb | 11 | ||||
-rw-r--r-- | meta/recipes-extended/images/poky-image-lsb-sdk-live.bb | 11 |
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 @@ | |||
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" | ||
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 @@ | |||
1 | DESCRIPTION = "LSB SDK 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-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "poky-image-lsb-sdk:do_rootfs" | ||