mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user