From: Samuel Ortiz Date: Thu, 11 Sep 2008 08:59:00 +0000 (+0000) Subject: image-live: exclude from world builds X-Git-Tag: 2011-1~8326 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0dbd5e5826d0391126f996a2ff6bfbe103b9f0db;p=openembedded-core.git 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 --- 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 @@ - 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"