summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-08-08 12:38:41 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-08-08 12:38:41 -0500
commit2d2056620f7aaf825834bfce09b762aed8951b89 (patch)
tree2565155e17de4d25d205bd71961e09d0380c51e3
parent45da8fa294f29787ba25d5fde50130068860864b (diff)
downloadmeta-intel-2d2056620f7aaf825834bfce09b762aed8951b89.tar.gz
meta-fishriver: add live fstype
Most of the time, we want a -live image, so add it to the IMAGE_FSTYPES by default. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--meta-fishriver/conf/machine/fishriver.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf
index 6f907767..c59e81db 100644
--- a/meta-fishriver/conf/machine/fishriver.conf
+++ b/meta-fishriver/conf/machine/fishriver.conf
@@ -28,7 +28,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
28 28
29MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" 29MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
30 30
31IMAGE_FSTYPES ?= "ext3 cpio.gz" 31IMAGE_FSTYPES ?= "ext3 cpio.gz live"
32 32
33GLIBC_ADDONS = "nptl" 33GLIBC_ADDONS = "nptl"
34GLIBC_EXTRA_OECONF = "--with-tls" 34GLIBC_EXTRA_OECONF = "--with-tls"