From 7550be25388230ef0457666a10ecc12c47e88e5d Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 25 Jul 2011 15:32:25 -0700 Subject: Remove -live.bb recipes (From OE-Core rev: 3b29e2c94cb696a22602f99d7714950a38b4eb8e) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/images/core-image-lsb-live.bb | 11 ----------- meta/recipes-extended/images/core-image-lsb-sdk-live.bb | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 meta/recipes-extended/images/core-image-lsb-live.bb delete mode 100644 meta/recipes-extended/images/core-image-lsb-sdk-live.bb (limited to 'meta/recipes-extended/images') 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 72f10f78fe..0000000000 --- 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 b01ae060f1..0000000000 --- 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" -- cgit 1.2.3-korg