diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-04 08:37:08 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-04 10:57:28 -0500 |
commit | da93dc24fd73079b4dbb6811b83e44a2036d54ef (patch) | |
tree | 51eccb9105ac0a7adf64650c8b1889da4b5ff1a2 /meta-jasperforest/conf/machine | |
parent | 727ef8a467d43f417e83c6662880615735cd6605 (diff) | |
download | meta-intel-da93dc24fd73079b4dbb6811b83e44a2036d54ef.tar.gz |
meta-jasperforest: 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-jasperforest/conf/machine')
-rw-r--r-- | meta-jasperforest/conf/machine/jasperforest.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf index 6be95026..89626dae 100644 --- a/meta-jasperforest/conf/machine/jasperforest.conf +++ b/meta-jasperforest/conf/machine/jasperforest.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" |