diff options
Diffstat (limited to 'meta/recipes-extended/images')
-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 |
2 files changed, 0 insertions, 22 deletions
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" | ||