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-rt | |
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-rt')
-rw-r--r-- | meta-rt/images/core-image-minimal-rt-live.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-rt/images/core-image-minimal-rt-live.bb b/meta-rt/images/core-image-minimal-rt-live.bb deleted file mode 100644 index 9e0fdbaf00..0000000000 --- a/meta-rt/images/core-image-minimal-rt-live.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | # | ||
2 | # Copyright (C) 2010 Intel Corporation. | ||
3 | # | ||
4 | |||
5 | DESCRIPTION = "Bootable Live Minimal Real-Time Linux Image" | ||
6 | |||
7 | require recipes-core/images/core-image-live.inc | ||
8 | |||
9 | LABELS += "boot install" | ||
10 | |||
11 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-rt-${MACHINE}.ext3" | ||
12 | |||
13 | LICENSE = "MIT" | ||
14 | |||
15 | do_bootimg[depends] += "core-image-minimal-rt:do_rootfs" | ||