diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-07-25 15:32:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:52 +0100 |
commit | 3b29e2c94cb696a22602f99d7714950a38b4eb8e (patch) | |
tree | 7a1769fa00532213c6a0d3825dc2aa5aa5960572 /meta/recipes-extended/images | |
parent | 0fc798640ba60cbb9074d617ba18518b113b7186 (diff) | |
download | openembedded-core-contrib-3b29e2c94cb696a22602f99d7714950a38b4eb8e.tar.gz |
Remove -live.bb recipes
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/images')
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb-live.bb | 11 | ||||
-rw-r--r-- | meta/recipes-extended/images/core-image-lsb-sdk-live.bb | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-extended/images/core-image-lsb-live.bb b/meta/recipes-extended/images/core-image-lsb-live.bb deleted file mode 100644 index 72f10f78fe1..00000000000 --- a/meta/recipes-extended/images/core-image-lsb-live.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "LSB Bootable Live Image" - -require recipes-core/images/core-image-live.inc - -LABELS += "boot install" - -ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-lsb-${MACHINE}.ext3" - -LICENSE = "MIT" - -do_bootimg[depends] += "core-image-lsb:do_rootfs" diff --git a/meta/recipes-extended/images/core-image-lsb-sdk-live.bb b/meta/recipes-extended/images/core-image-lsb-sdk-live.bb deleted file mode 100644 index b01ae060f18..00000000000 --- a/meta/recipes-extended/images/core-image-lsb-sdk-live.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "LSB SDK Bootable Live Image" - -require recipes-core/images/core-image-live.inc - -LABELS += "boot install" - -ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-lsb-sdk-${MACHINE}.ext3" - -LICENSE = "MIT" - -do_bootimg[depends] += "core-image-lsb-sdk:do_rootfs" |