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
This commit is contained in:
Samuel Ortiz
2008-09-11 08:59:00 +00:00
parent 22699496ae
commit 0dbd5e5826

View 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"