summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-live.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/images/core-image-live.inc')
-rw-r--r--meta/recipes-core/images/core-image-live.inc21
1 files changed, 0 insertions, 21 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 @@
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