diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-05-26 04:19:44 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-05-26 21:59:57 -0400 |
commit | fe9b83eb5f5e4ba63dfa66716c1307eb00ce7002 (patch) | |
tree | b2aae90f4695dbd44a3252c19c36cc79fd238252 /conf/machine/k2g-evm.conf | |
parent | ad363e71de6c9eced35c9372859aa886718178a7 (diff) | |
download | meta-ti-fe9b83eb5f5e4ba63dfa66716c1307eb00ce7002.tar.gz |
machine: explicitly list ubifs in IMAGE_FSTYPES, so RM_OLD_IMAGE works
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 860324c5..3f0651d2 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 += "ubi tar.gz tar.xz cpio" | 13 | IMAGE_FSTYPES += "ubifs ubi tar.gz tar.xz cpio" |
14 | 14 | ||
15 | SERIAL_CONSOLE = "" | 15 | SERIAL_CONSOLE = "" |
16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | 16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" |