From 0dbd5e5826d0391126f996a2ff6bfbe103b9f0db Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 11 Sep 2008 08:59:00 +0000 Subject: 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 --- meta/packages/images/poky-image-live.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/packages/images/poky-image-live.inc b/meta/packages/images/poky-image-live.inc index 9a21a28f4..637d9e29c 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" -- cgit v1.2.3