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 | |
parent | 0fc798640ba60cbb9074d617ba18518b113b7186 (diff) | |
download | openembedded-core-contrib-3b29e2c94cb696a22602f99d7714950a38b4eb8e.tar.gz |
Remove -live.bb recipes
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta-rt/images/core-image-minimal-rt-live.bb | 15 | ||||
-rw-r--r-- | meta/recipes-core/images/core-image-live.inc | 21 | ||||
-rw-r--r-- | meta/recipes-core/images/core-image-minimal-live.bb | 11 | ||||
-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 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-live.bb | 11 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk-live.bb | 11 |
7 files changed, 0 insertions, 91 deletions
diff --git a/meta-rt/images/core-image-minimal-rt-live.bb b/meta-rt/images/core-image-minimal-rt-live.bb deleted file mode 100644 index 9e0fdbaf00b..00000000000 --- a/meta-rt/images/core-image-minimal-rt-live.bb +++ /dev/null @@ -1,15 +0,0 @@ -# -# Copyright (C) 2010 Intel Corporation. -# - -DESCRIPTION = "Bootable Live Minimal Real-Time Linux Image" - -require recipes-core/images/core-image-live.inc - -LABELS += "boot install" - -ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-rt-${MACHINE}.ext3" - -LICENSE = "MIT" - -do_bootimg[depends] += "core-image-minimal-rt:do_rootfs" diff --git a/meta/recipes-core/images/core-image-live.inc b/meta/recipes-core/images/core-image-live.inc deleted file mode 100644 index 2c9b3fb458d..00000000000 --- a/meta/recipes-core/images/core-image-live.inc +++ /dev/null @@ -1,21 +0,0 @@ -AUTO_SYSLINUXCFG = "1" -INITRD = "${DEPLOY_DIR_IMAGE}/core-image-minimal-initramfs-${MACHINE}.cpio.gz" -APPEND += "root=/dev/ram0 " -TIMEOUT = "10" - -EXCLUDE_FROM_WORLD = "1" - -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -do_bootimg[depends] += "core-image-minimal-initramfs:do_rootfs" - -inherit bootimg - -do_bootimg_prepend () { - import bb - fstypes = bb.data.getVar('IMAGE_FSTYPES', d, True) - if 'ext3' not in fstypes: - bb.msg.fatal(bb.msg.domain.Build, "ext3 not in IMAGE_FSTYPES") -} - diff --git a/meta/recipes-core/images/core-image-minimal-live.bb b/meta/recipes-core/images/core-image-minimal-live.bb deleted file mode 100644 index 0ce2afb2e87..00000000000 --- a/meta/recipes-core/images/core-image-minimal-live.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Minimal Bootable Live Image" - -require core-image-live.inc - -LABELS += "boot install" - -ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-${MACHINE}.ext3" - -LICENSE = "MIT" - -do_bootimg[depends] += "core-image-minimal:do_rootfs" 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" diff --git a/meta/recipes-sato/images/core-image-sato-live.bb b/meta/recipes-sato/images/core-image-sato-live.bb deleted file mode 100644 index 9511ca6e74e..00000000000 --- a/meta/recipes-sato/images/core-image-sato-live.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Sato Bootable Live Image" - -require recipes-core/images/core-image-live.inc - -LABELS += "boot install" - -ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-sato-${MACHINE}.ext3" - -LICENSE = "MIT" - -do_bootimg[depends] += "core-image-sato:do_rootfs" diff --git a/meta/recipes-sato/images/core-image-sato-sdk-live.bb b/meta/recipes-sato/images/core-image-sato-sdk-live.bb deleted file mode 100644 index f11d895f7ea..00000000000 --- a/meta/recipes-sato/images/core-image-sato-sdk-live.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Bootable Live Sato SDK Image" - -require recipes-core/images/core-image-live.inc - -LABELS += "boot install" - -ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-sato-sdk-${MACHINE}.ext3" - -LICENSE = "MIT" - -do_bootimg[depends] += "core-image-sato-sdk:do_rootfs" |