summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-07-25 15:32:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 12:02:45 +0100
commit7550be25388230ef0457666a10ecc12c47e88e5d (patch)
tree0d6d43f0edf22a8dbc0bf7e9259bc6d5ab879566
parent5068a8befd7695cb0c210821078e3298761f5ecb (diff)
downloadpoky-7550be25388230ef0457666a10ecc12c47e88e5d.tar.gz
Remove -live.bb recipes
(From OE-Core rev: 3b29e2c94cb696a22602f99d7714950a38b4eb8e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-rt/images/core-image-minimal-rt-live.bb15
-rw-r--r--meta/recipes-core/images/core-image-live.inc21
-rw-r--r--meta/recipes-core/images/core-image-minimal-live.bb11
-rw-r--r--meta/recipes-extended/images/core-image-lsb-live.bb11
-rw-r--r--meta/recipes-extended/images/core-image-lsb-sdk-live.bb11
-rw-r--r--meta/recipes-sato/images/core-image-sato-live.bb11
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk-live.bb11
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 9e0fdbaf00..0000000000
--- a/meta-rt/images/core-image-minimal-rt-live.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1#
2# Copyright (C) 2010 Intel Corporation.
3#
4
5DESCRIPTION = "Bootable Live Minimal Real-Time Linux Image"
6
7require recipes-core/images/core-image-live.inc
8
9LABELS += "boot install"
10
11ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-rt-${MACHINE}.ext3"
12
13LICENSE = "MIT"
14
15do_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 2c9b3fb458..0000000000
--- a/meta/recipes-core/images/core-image-live.inc
+++ /dev/null
@@ -1,21 +0,0 @@
1AUTO_SYSLINUXCFG = "1"
2INITRD = "${DEPLOY_DIR_IMAGE}/core-image-minimal-initramfs-${MACHINE}.cpio.gz"
3APPEND += "root=/dev/ram0 "
4TIMEOUT = "10"
5
6EXCLUDE_FROM_WORLD = "1"
7
8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
9 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
10
11do_bootimg[depends] += "core-image-minimal-initramfs:do_rootfs"
12
13inherit bootimg
14
15do_bootimg_prepend () {
16 import bb
17 fstypes = bb.data.getVar('IMAGE_FSTYPES', d, True)
18 if 'ext3' not in fstypes:
19 bb.msg.fatal(bb.msg.domain.Build, "ext3 not in IMAGE_FSTYPES")
20}
21
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 0ce2afb2e8..0000000000
--- a/meta/recipes-core/images/core-image-minimal-live.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1DESCRIPTION = "Minimal Bootable Live Image"
2
3require core-image-live.inc
4
5LABELS += "boot install"
6
7ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-${MACHINE}.ext3"
8
9LICENSE = "MIT"
10
11do_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 72f10f78fe..0000000000
--- a/meta/recipes-extended/images/core-image-lsb-live.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1DESCRIPTION = "LSB Bootable Live Image"
2
3require recipes-core/images/core-image-live.inc
4
5LABELS += "boot install"
6
7ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-lsb-${MACHINE}.ext3"
8
9LICENSE = "MIT"
10
11do_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 @@
1DESCRIPTION = "LSB SDK Bootable Live Image"
2
3require recipes-core/images/core-image-live.inc
4
5LABELS += "boot install"
6
7ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-lsb-sdk-${MACHINE}.ext3"
8
9LICENSE = "MIT"
10
11do_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 9511ca6e74..0000000000
--- a/meta/recipes-sato/images/core-image-sato-live.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1DESCRIPTION = "Sato Bootable Live Image"
2
3require recipes-core/images/core-image-live.inc
4
5LABELS += "boot install"
6
7ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-sato-${MACHINE}.ext3"
8
9LICENSE = "MIT"
10
11do_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 f11d895f7e..0000000000
--- a/meta/recipes-sato/images/core-image-sato-sdk-live.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1DESCRIPTION = "Bootable Live Sato SDK Image"
2
3require recipes-core/images/core-image-live.inc
4
5LABELS += "boot install"
6
7ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-sato-sdk-${MACHINE}.ext3"
8
9LICENSE = "MIT"
10
11do_bootimg[depends] += "core-image-sato-sdk:do_rootfs"