diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-09-11 08:59:00 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-09-11 08:59:00 +0000 |
commit | 0dbd5e5826d0391126f996a2ff6bfbe103b9f0db (patch) | |
tree | 246b0183199e6d47d6943c39301b7838ff2e361e /meta/packages/images/poky-image-live.inc | |
parent | 22699496ae01f2510eb9cb82c4f8e0ed86c4de31 (diff) | |
download | poky-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/poky-image-live.inc')
-rw-r--r-- | meta/packages/images/poky-image-live.inc | 5 |
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 | |||
2 | AUTO_SYSLINUXCFG = "1" | 1 | AUTO_SYSLINUXCFG = "1" |
3 | INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz" | 2 | INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz" |
4 | LABELS = "poky" | 3 | LABELS = "poky" |
5 | APPEND += "root=/dev/ram0 video=vesafb:800x600-16@60 vga=788" | 4 | APPEND += "root=/dev/ram0 " |
5 | |||
6 | EXCLUDE_FROM_WORLD = "1" | ||
6 | 7 | ||
7 | do_bootimg[depends] += "poky-image-minimal-initramfs:do_rootfs" | 8 | do_bootimg[depends] += "poky-image-minimal-initramfs:do_rootfs" |
8 | 9 | ||