summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/images/poky-image-live.inc
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2008-10-29 10:37:53 +0000
committerJoshua Lock <josh@linux.intel.com>2008-10-29 10:49:16 +0000
commit98e6b819e439b2e3a043d50a3db95890a2afccb7 (patch)
tree315695352f456dad5ed82dd3bf105fbfb288f547 /meta-moblin/packages/images/poky-image-live.inc
parentd0e6c716959f0f4c5c33862eaf199decae575ffc (diff)
downloadpoky-98e6b819e439b2e3a043d50a3db95890a2afccb7.tar.gz
Tidy up images and tasks in meta and meta-moblin.
meta now only contains images and tasks relating to core Poky and the Sato environment. meta-moblin contains images and tasks for netbooks and the moblin environment. Remove any duplicated tasks and images and rename images and tasks in meta-moblin.
Diffstat (limited to 'meta-moblin/packages/images/poky-image-live.inc')
-rw-r--r--meta-moblin/packages/images/poky-image-live.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-moblin/packages/images/poky-image-live.inc b/meta-moblin/packages/images/poky-image-live.inc
deleted file mode 100644
index 7f8dd8fba5..0000000000
--- a/meta-moblin/packages/images/poky-image-live.inc
+++ /dev/null
@@ -1,18 +0,0 @@
1AUTO_SYSLINUXCFG = "1"
2INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz"
3APPEND += "root=/dev/ram0 "
4TIMEOUT = "10"
5
6EXCLUDE_FROM_WORLD = "1"
7
8do_bootimg[depends] += "poky-image-minimal-initramfs:do_rootfs"
9
10inherit bootimg
11
12do_bootimg_prepend () {
13 import bb
14 fstypes = bb.data.getVar('IMAGE_FSTYPES', d, True)
15 if 'ext3' not in fstypes:
16 bb.msg.fatal(bb.msg.domain.Build, "ext3 not in IMAGE_FSTYPES")
17}
18