diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-08-13 05:21:31 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-08-12 20:05:37 -0400 |
commit | 40e6a592838864c60ec5baf1be362735e59ef48a (patch) | |
tree | 4ceb1e95b3a1f7d552a4a52bb1f6167ac6fa452c /conf/machine/k2g-evm.conf | |
parent | b0921714087efbf9cc5d7caf1fd55d12a8f68222 (diff) | |
download | meta-ti-40e6a592838864c60ec5baf1be362735e59ef48a.tar.gz |
machine/k2*-evm: disable uncompressed cpio by default
Let distro decide which image can be initramfs.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/k2g-evm.conf')
-rw-r--r-- | conf/machine/k2g-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf index e633e0ff..cc4f2100 100644 --- a/conf/machine/k2g-evm.conf +++ b/conf/machine/k2g-evm.conf | |||
@@ -10,7 +10,7 @@ UBOOT_MACHINE = "k2g_evm_config" | |||
10 | 10 | ||
11 | BOOT_MONITOR_MAKE_TARGET = "k2g" | 11 | BOOT_MONITOR_MAKE_TARGET = "k2g" |
12 | 12 | ||
13 | IMAGE_FSTYPES += "ubifs ubi tar.xz cpio" | 13 | IMAGE_FSTYPES += "ubifs ubi tar.xz" |
14 | 14 | ||
15 | SERIAL_CONSOLE = "" | 15 | SERIAL_CONSOLE = "" |
16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" |