mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
568a96b512
commit
09e70dff36
|
@ -30,7 +30,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
|
||||||
|
|
||||||
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
|
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
|
||||||
|
|
||||||
IMAGE_FSTYPES ?= "ext3 cpio.gz"
|
IMAGE_FSTYPES ?= "ext3 cpio.gz live"
|
||||||
|
|
||||||
GLIBC_ADDONS = "nptl"
|
GLIBC_ADDONS = "nptl"
|
||||||
GLIBC_EXTRA_OECONF = "--with-tls"
|
GLIBC_EXTRA_OECONF = "--with-tls"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user