diff options
author | Robert Bragg <bob@openedhand.com> | 2008-10-13 15:29:21 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-10-13 15:29:21 +0000 |
commit | 9d70f04b1d30c4d112917887f12de1d5244453c3 (patch) | |
tree | 68b7ff5fed42efdfcb0130be36e5072f13b3ee6b | |
parent | 10650210e775ab98f1b0bf4bd5292361f1807b0f (diff) | |
download | poky-9d70f04b1d30c4d112917887f12de1d5244453c3.tar.gz |
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
-rw-r--r-- | meta/conf/machine/eee901.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/eee901.conf b/meta/conf/machine/eee901.conf index 54f630d56c..5fb4f05a90 100644 --- a/meta/conf/machine/eee901.conf +++ b/meta/conf/machine/eee901.conf | |||
@@ -32,7 +32,7 @@ GUI_MACHINE_CLASS = "bigscreen" | |||
32 | 32 | ||
33 | IMAGE_ROOTFS_SIZE_ext3 = "250000" | 33 | IMAGE_ROOTFS_SIZE_ext3 = "250000" |
34 | 34 | ||
35 | IMAGE_FSTYPES += "ext3 jffs2 cpio.gz" | 35 | IMAGE_FSTYPES ?= "ext3 jffs2 cpio.gz" |
36 | 36 | ||
37 | APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=788 usbcore.autosuspend=1" | 37 | APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=788 usbcore.autosuspend=1" |
38 | 38 | ||