]> code.ossystems Code Review - openembedded-core.git/commitdiff
image-live: exclude from world builds
authorSamuel Ortiz <sameo@openedhand.com>
Thu, 11 Sep 2008 08:59:00 +0000 (08:59 +0000)
committerSamuel Ortiz <sameo@openedhand.com>
Thu, 11 Sep 2008 08:59:00 +0000 (08:59 +0000)
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

meta/packages/images/poky-image-live.inc

index 9a21a28f4f079f7beb63f86e85ba34112a76690c..637d9e29cc06282c54de08faa0b152af448ec4c1 100644 (file)
@@ -1,8 +1,9 @@
-
 AUTO_SYSLINUXCFG = "1"
 INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz"
 LABELS = "poky"
-APPEND += "root=/dev/ram0 video=vesafb:800x600-16@60 vga=788"
+APPEND += "root=/dev/ram0 "
+
+EXCLUDE_FROM_WORLD = "1"
 
 do_bootimg[depends] += "poky-image-minimal-initramfs:do_rootfs"