summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-07-29 16:41:25 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-08-04 11:24:13 -0500
commitb1dab2886f607a181afc843925ce76c9ef1c340c (patch)
tree6c4adae544fc9a68a98a73223125b74369b5bb52
parent2574fe2d8f9d251365dc2846006728e8948c8d04 (diff)
downloadmeta-intel-b1dab2886f607a181afc843925ce76c9ef1c340c.tar.gz
meta-emenlow: 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-emenlow/conf/machine/emenlow.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index dfe20cb2..21b314f5 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -30,7 +30,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
30 30
31MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" 31MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
32 32
33IMAGE_FSTYPES ?= "ext3 cpio.gz" 33IMAGE_FSTYPES ?= "ext3 cpio.gz live"
34 34
35GLIBC_ADDONS = "nptl" 35GLIBC_ADDONS = "nptl"
36GLIBC_EXTRA_OECONF = "--with-tls" 36GLIBC_EXTRA_OECONF = "--with-tls"