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 12:02:45 +0100 |
| commit | 7550be25388230ef0457666a10ecc12c47e88e5d (patch) | |
| tree | 0d6d43f0edf22a8dbc0bf7e9259bc6d5ab879566 /meta/recipes-core/images | |
| parent | 5068a8befd7695cb0c210821078e3298761f5ecb (diff) | |
| download | poky-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>
Diffstat (limited to 'meta/recipes-core/images')
| -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 |
2 files changed, 0 insertions, 32 deletions
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 @@ | |||
| 1 | AUTO_SYSLINUXCFG = "1" | ||
| 2 | INITRD = "${DEPLOY_DIR_IMAGE}/core-image-minimal-initramfs-${MACHINE}.cpio.gz" | ||
| 3 | APPEND += "root=/dev/ram0 " | ||
| 4 | TIMEOUT = "10" | ||
| 5 | |||
| 6 | EXCLUDE_FROM_WORLD = "1" | ||
| 7 | |||
| 8 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
| 9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 10 | |||
| 11 | do_bootimg[depends] += "core-image-minimal-initramfs:do_rootfs" | ||
| 12 | |||
| 13 | inherit bootimg | ||
| 14 | |||
| 15 | do_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 @@ | |||
| 1 | DESCRIPTION = "Minimal Bootable Live Image" | ||
| 2 | |||
| 3 | require core-image-live.inc | ||
| 4 | |||
| 5 | LABELS += "boot install" | ||
| 6 | |||
| 7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-${MACHINE}.ext3" | ||
| 8 | |||
| 9 | LICENSE = "MIT" | ||
| 10 | |||
| 11 | do_bootimg[depends] += "core-image-minimal:do_rootfs" | ||
