summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-07-29 16:41:25 -0500
committerBeth Flanagan <elizabeth.flanagan@intel.com>2011-08-08 09:18:01 -0700
commit09e70dff36a1c204f76fe07c08a4f37f526728fe (patch)
tree6c4adae544fc9a68a98a73223125b74369b5bb52
parent568a96b5122abec223c758f90d774b512f748c84 (diff)
downloadmeta-intel-1.1_M3.tar.gz
meta-emenlow: add live fstype1.1_M3.rc31.1_M3.final1.1_M3
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"