summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-08-04 08:37:08 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-08-04 10:57:28 -0500
commitda93dc24fd73079b4dbb6811b83e44a2036d54ef (patch)
tree51eccb9105ac0a7adf64650c8b1889da4b5ff1a2 /meta-jasperforest
parent727ef8a467d43f417e83c6662880615735cd6605 (diff)
downloadmeta-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')
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf2
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
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"