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>
This commit is contained in:
Saul Wold 2011-07-25 15:32:25 -07:00 committed by Richard Purdie
parent 5068a8befd
commit 7550be2538
7 changed files with 0 additions and 91 deletions

View File

@ -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"

View File

@ -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")
}

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"