mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-sugarbay: 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
c5f2339533
commit
727ef8a467
|
@ -32,7 +32,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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user