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-sato | |
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-sato')
-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 |
2 files changed, 0 insertions, 22 deletions
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" | ||