diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-03-12 01:10:14 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-11 14:25:03 -0500 |
commit | 1318500616f8bf52f709577098d840f984d3f2c0 (patch) | |
tree | 5854fb73b7284d446a47807c1fe2356616db8f1d /conf/machine | |
parent | 873c090f55ca4dbeaa4bc5ec22a2f113c4f914ad (diff) | |
download | meta-ti-1318500616f8bf52f709577098d840f984d3f2c0.tar.gz |
conf/machine: enable tar.xz images for current machines
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-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 5b3481fd..ac643b40 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" | 12 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" |
13 | 13 | ||
14 | SERIAL_CONSOLE = "" | 14 | SERIAL_CONSOLE = "" |
15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" | 15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS3" |
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf index 7d40aec5..16f7cd84 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" | 12 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" |
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyO0" | 14 | SERIAL_CONSOLE = "115200 ttyO0" |
15 | 15 | ||
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index e32b98f0..cd3adc9e 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" | 9 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" |
10 | 10 | ||
11 | SERIAL_CONSOLE = "115200 ttyO2" | 11 | SERIAL_CONSOLE = "115200 ttyO2" |
12 | 12 | ||
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 986b8e27..b1e34ab9 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" | 9 | IMAGE_FSTYPES += "ubi tar.gz tar.xz" |
10 | 10 | ||
11 | SERIAL_CONSOLE = "115200 ttyO0" | 11 | SERIAL_CONSOLE = "115200 ttyO0" |
12 | 12 | ||
diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf index 551587f7..e531f712 100644 --- a/conf/machine/k2e-evm.conf +++ b/conf/machine/k2e-evm.conf | |||
@@ -8,7 +8,7 @@ UBOOT_MACHINE = "k2e_evm_config" | |||
8 | 8 | ||
9 | BOOT_MONITOR_MAKE_TARGET = "k2e" | 9 | BOOT_MONITOR_MAKE_TARGET = "k2e" |
10 | 10 | ||
11 | IMAGE_FSTYPES += "ubi tar.gz cpio" | 11 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" |
12 | 12 | ||
13 | SERIAL_CONSOLE = "115200 ttyS0" | 13 | SERIAL_CONSOLE = "115200 ttyS0" |
14 | 14 | ||
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf index 14f286af..00234a42 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 cpio" | 13 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" |
14 | 14 | ||
15 | SERIAL_CONSOLE = "115200 ttyS0" | 15 | SERIAL_CONSOLE = "115200 ttyS0" |
16 | 16 | ||
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf index 3c09a7e4..f9954d33 100644 --- a/conf/machine/k2hk-evm.conf +++ b/conf/machine/k2hk-evm.conf | |||
@@ -8,7 +8,7 @@ UBOOT_MACHINE = "k2hk_evm_config" | |||
8 | 8 | ||
9 | BOOT_MONITOR_MAKE_TARGET = "k2hk" | 9 | BOOT_MONITOR_MAKE_TARGET = "k2hk" |
10 | 10 | ||
11 | IMAGE_FSTYPES += "ubi tar.gz cpio" | 11 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" |
12 | 12 | ||
13 | SERIAL_CONSOLE = "115200 ttyS0" | 13 | SERIAL_CONSOLE = "115200 ttyS0" |
14 | 14 | ||
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf index 76fb3f8d..a94be5a0 100644 --- a/conf/machine/k2l-evm.conf +++ b/conf/machine/k2l-evm.conf | |||
@@ -8,7 +8,7 @@ UBOOT_MACHINE = "k2l_evm_config" | |||
8 | 8 | ||
9 | BOOT_MONITOR_MAKE_TARGET = "k2l" | 9 | BOOT_MONITOR_MAKE_TARGET = "k2l" |
10 | 10 | ||
11 | IMAGE_FSTYPES += "ubi tar.gz cpio" | 11 | IMAGE_FSTYPES += "ubi tar.gz tar.xz cpio" |
12 | 12 | ||
13 | SERIAL_CONSOLE = "115200 ttyS0" | 13 | SERIAL_CONSOLE = "115200 ttyS0" |
14 | 14 | ||