diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-07-29 21:41:25 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-04 16:24:13 (GMT) |
commit | b1dab2886f607a181afc843925ce76c9ef1c340c (patch) | |
tree | 6c4adae544fc9a68a98a73223125b74369b5bb52 /meta-emenlow/conf/machine/emenlow.conf | |
parent | 2574fe2d8f9d251365dc2846006728e8948c8d04 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-emenlow/conf/machine/emenlow.conf')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index dfe20cb..21b314f 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 | ||
31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | 31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" |
32 | 32 | ||
33 | IMAGE_FSTYPES ?= "ext3 cpio.gz" | 33 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" |
34 | 34 | ||
35 | GLIBC_ADDONS = "nptl" | 35 | GLIBC_ADDONS = "nptl" |
36 | GLIBC_EXTRA_OECONF = "--with-tls" | 36 | GLIBC_EXTRA_OECONF = "--with-tls" |