Use ?= for setting IMAGE_FSTYPES in eee901.conf so it can be overriden in

a local.conf


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5485 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Robert Bragg 2008-10-13 15:29:21 +00:00
parent 10650210e7
commit 9d70f04b1d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ GUI_MACHINE_CLASS = "bigscreen"
IMAGE_ROOTFS_SIZE_ext3 = "250000"
IMAGE_FSTYPES += "ext3 jffs2 cpio.gz"
IMAGE_FSTYPES ?= "ext3 jffs2 cpio.gz"
APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=788 usbcore.autosuspend=1"