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 | |
| 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')
| -rw-r--r-- | conf/machine/am335x-evm.conf | 2 | ||||
| -rw-r--r-- | conf/machine/am437x-evm.conf | 2 | ||||
| -rw-r--r-- | conf/machine/am57xx-evm.conf | 2 | ||||
| -rw-r--r-- | conf/machine/dra7xx-evm.conf | 2 | ||||
| -rw-r--r-- | conf/machine/k2e-evm.conf | 2 | ||||
| -rw-r--r-- | conf/machine/k2g-evm.conf | 2 | ||||
| -rw-r--r-- | conf/machine/k2hk-evm.conf | 2 | ||||
| -rw-r--r-- | conf/machine/k2l-evm.conf | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index 5b5d48db..0936a9c0 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf | |||
| @@ -9,7 +9,7 @@ XSERVER += "xf86-input-tslib" | |||
| 9 | MACHINE_GUI_CLASS = "smallscreen" | 9 | MACHINE_GUI_CLASS = "smallscreen" |
| 10 | MACHINE_FEATURES += "touchscreen" | 10 | MACHINE_FEATURES += "touchscreen" |
| 11 | 11 | ||
| 12 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" | 12 | IMAGE_FSTYPES += "ubifs ubi tar.gz tar.xz" |
| 13 | 13 | ||
| 14 | SERIAL_CONSOLE = "" | 14 | SERIAL_CONSOLE = "" |
| 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0 115200;ttyS3 115200;ttyO3" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0 115200;ttyS3 115200;ttyO3" |
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf index 90035352..4a86e00e 100644 --- a/conf/machine/am437x-evm.conf +++ b/conf/machine/am437x-evm.conf | |||
| @@ -9,7 +9,7 @@ XSERVER += "xf86-input-tslib" | |||
| 9 | MACHINE_GUI_CLASS = "smallscreen" | 9 | MACHINE_GUI_CLASS = "smallscreen" |
| 10 | MACHINE_FEATURES += "touchscreen" | 10 | MACHINE_FEATURES += "touchscreen" |
| 11 | 11 | ||
| 12 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" | 12 | IMAGE_FSTYPES += "ubifs ubi tar.gz tar.xz" |
| 13 | 13 | ||
| 14 | SERIAL_CONSOLE = "" | 14 | SERIAL_CONSOLE = "" |
| 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" |
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 5d6bf09b..7dbc088c 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf | |||
| @@ -6,7 +6,7 @@ require conf/machine/include/dra7xx.inc | |||
| 6 | 6 | ||
| 7 | MACHINE_FEATURES += "touchscreen" | 7 | MACHINE_FEATURES += "touchscreen" |
| 8 | 8 | ||
| 9 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" | 9 | IMAGE_FSTYPES += "ubifs ubi tar.gz tar.xz" |
| 10 | 10 | ||
| 11 | SERIAL_CONSOLE = "" | 11 | SERIAL_CONSOLE = "" |
| 12 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyO2" | 12 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyO2" |
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 03efa19f..6c696837 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
| @@ -6,7 +6,7 @@ require conf/machine/include/dra7xx.inc | |||
| 6 | 6 | ||
| 7 | MACHINE_FEATURES += "touchscreen" | 7 | MACHINE_FEATURES += "touchscreen" |
| 8 | 8 | ||
| 9 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" | 9 | IMAGE_FSTYPES += "ubifs ubi tar.gz tar.xz" |
| 10 | 10 | ||
| 11 | SERIAL_CONSOLE = "" | 11 | SERIAL_CONSOLE = "" |
| 12 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" | 12 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0" |
diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf index eef95834..a1970e69 100644 --- a/conf/machine/k2e-evm.conf +++ b/conf/machine/k2e-evm.conf | |||
| @@ -10,7 +10,7 @@ UBOOT_MACHINE = "k2e_evm_config" | |||
| 10 | 10 | ||
| 11 | BOOT_MONITOR_MAKE_TARGET = "k2e" | 11 | BOOT_MONITOR_MAKE_TARGET = "k2e" |
| 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" |
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" |
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf index 4c33f37c..3c3c9571 100644 --- a/conf/machine/k2hk-evm.conf +++ b/conf/machine/k2hk-evm.conf | |||
| @@ -10,7 +10,7 @@ UBOOT_MACHINE = "k2hk_evm_config" | |||
| 10 | 10 | ||
| 11 | BOOT_MONITOR_MAKE_TARGET = "k2hk" | 11 | BOOT_MONITOR_MAKE_TARGET = "k2hk" |
| 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" |
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf index cf540f4b..a5b0706e 100644 --- a/conf/machine/k2l-evm.conf +++ b/conf/machine/k2l-evm.conf | |||
| @@ -10,7 +10,7 @@ UBOOT_MACHINE = "k2l_evm_config" | |||
| 10 | 10 | ||
| 11 | BOOT_MONITOR_MAKE_TARGET = "k2l" | 11 | BOOT_MONITOR_MAKE_TARGET = "k2l" |
| 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" |
