From 98e6b819e439b2e3a043d50a3db95890a2afccb7 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 29 Oct 2008 10:37:53 +0000 Subject: 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. --- meta-moblin/packages/images/poky-image-live.inc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-moblin/packages/images/poky-image-live.inc (limited to 'meta-moblin/packages/images/poky-image-live.inc') 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 7f8dd8fba..000000000 --- a/meta-moblin/packages/images/poky-image-live.inc +++ /dev/null @@ -1,18 +0,0 @@ -AUTO_SYSLINUXCFG = "1" -INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz" -APPEND += "root=/dev/ram0 " -TIMEOUT = "10" - -EXCLUDE_FROM_WORLD = "1" - -do_bootimg[depends] += "poky-image-minimal-initramfs:do_rootfs" - -inherit bootimg - -do_bootimg_prepend () { - import bb - fstypes = bb.data.getVar('IMAGE_FSTYPES', d, True) - if 'ext3' not in fstypes: - bb.msg.fatal(bb.msg.domain.Build, "ext3 not in IMAGE_FSTYPES") -} - -- cgit v1.2.3