diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-07-29 16:41:25 -0500 |
|---|---|---|
| committer | Beth Flanagan <elizabeth.flanagan@intel.com> | 2011-08-08 09:18:01 -0700 |
| commit | 09e70dff36a1c204f76fe07c08a4f37f526728fe (patch) | |
| tree | 6c4adae544fc9a68a98a73223125b74369b5bb52 | |
| parent | 568a96b5122abec223c758f90d774b512f748c84 (diff) | |
| download | meta-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.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" | |||
| 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" |
