diff options
author | 2011-07-29 16:41:25 -0500 | |
---|---|---|
committer | 2011-08-08 09:18:01 -0700 | |
commit | 09e70dff36a1c204f76fe07c08a4f37f526728fe (patch) | |
tree | 6c4adae544fc9a68a98a73223125b74369b5bb52 | |
parent | 568a96b5122abec223c758f90d774b512f748c84 (diff) | |
download | meta-intel-1.1_M3.rc3.tar.gz meta-intel-1.1_M3.rc3.tar.bz2 meta-intel-1.1_M3.rc3.zip |
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.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 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" MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" -IMAGE_FSTYPES ?= "ext3 cpio.gz" +IMAGE_FSTYPES ?= "ext3 cpio.gz live" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" |