diff options
Diffstat (limited to 'meta')
-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 |
6 files changed, 0 insertions, 76 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" | ||
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 @@ | |||
1 | DESCRIPTION = "LSB Bootable Live Image" | ||
2 | |||
3 | require recipes-core/images/core-image-live.inc | ||
4 | |||
5 | LABELS += "boot install" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-lsb-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | 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 b01ae060f1..0000000000 --- a/meta/recipes-extended/images/core-image-lsb-sdk-live.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "LSB SDK Bootable Live Image" | ||
2 | |||
3 | require recipes-core/images/core-image-live.inc | ||
4 | |||
5 | LABELS += "boot install" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-lsb-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | 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 9511ca6e74..0000000000 --- a/meta/recipes-sato/images/core-image-sato-live.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "Sato Bootable Live Image" | ||
2 | |||
3 | require recipes-core/images/core-image-live.inc | ||
4 | |||
5 | LABELS += "boot install" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-sato-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | 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 f11d895f7e..0000000000 --- a/meta/recipes-sato/images/core-image-sato-sdk-live.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "Bootable Live Sato SDK Image" | ||
2 | |||
3 | require recipes-core/images/core-image-live.inc | ||
4 | |||
5 | LABELS += "boot install" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-sato-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "core-image-sato-sdk:do_rootfs" | ||