summaryrefslogtreecommitdiffstats
path: root/meta/packages/images
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-09-11 08:59:00 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-09-11 08:59:00 +0000
commit0dbd5e5826d0391126f996a2ff6bfbe103b9f0db (patch)
tree246b0183199e6d47d6943c39301b7838ff2e361e /meta/packages/images
parent22699496ae01f2510eb9cb82c4f8e0ed86c4de31 (diff)
downloadpoky-0dbd5e5826d0391126f996a2ff6bfbe103b9f0db.tar.gz
image-live: exclude from world builds
We also remove a video kernel command line option, as this is platform specific. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5180 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images')
-rw-r--r--meta/packages/images/poky-image-live.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/images/poky-image-live.inc b/meta/packages/images/poky-image-live.inc
index 9a21a28f4f..637d9e29cc 100644
--- a/meta/packages/images/poky-image-live.inc
+++ b/meta/packages/images/poky-image-live.inc
@@ -1,8 +1,9 @@
1
2AUTO_SYSLINUXCFG = "1" 1AUTO_SYSLINUXCFG = "1"
3INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz" 2INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz"
4LABELS = "poky" 3LABELS = "poky"
5APPEND += "root=/dev/ram0 video=vesafb:800x600-16@60 vga=788" 4APPEND += "root=/dev/ram0 "
5
6EXCLUDE_FROM_WORLD = "1"
6 7
7do_bootimg[depends] += "poky-image-minimal-initramfs:do_rootfs" 8do_bootimg[depends] += "poky-image-minimal-initramfs:do_rootfs"
8 9