diff options
author | Andrew F. Davis <afd@ti.com> | 2020-02-01 01:34:26 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-01-31 21:32:18 +0000 |
commit | a3fdca327f7a6f1d2782effcf825d534b1396940 (patch) | |
tree | 2ec366818c157d40f0a260132a6fc18f6003a5ee /conf/machine/am37x-evm.conf | |
parent | 76b0f118a383e18ebed7aa737c2c22798fd911ae (diff) | |
download | meta-ti-a3fdca327f7a6f1d2782effcf825d534b1396940.tar.gz |
conf/machine: use xz over gz for images
This compresses better and most machines use this now, lets switch these
remaining machines over.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am37x-evm.conf')
-rw-r--r-- | conf/machine/am37x-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf index e9d1838a..a512c8d0 100644 --- a/conf/machine/am37x-evm.conf +++ b/conf/machine/am37x-evm.conf | |||
@@ -7,7 +7,7 @@ require conf/machine/include/omap3.inc | |||
7 | MACHINE_GUI_CLASS = "smallscreen" | 7 | MACHINE_GUI_CLASS = "smallscreen" |
8 | MACHINE_FEATURES += "touchscreen ethernet" | 8 | MACHINE_FEATURES += "touchscreen ethernet" |
9 | 9 | ||
10 | IMAGE_FSTYPES += "ubi tar.gz" | 10 | IMAGE_FSTYPES += "ubi tar.xz" |
11 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" | 11 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" |
12 | 12 | ||
13 | KERNEL_DEVICETREE = "omap3-evm-37xx.dtb" | 13 | KERNEL_DEVICETREE = "omap3-evm-37xx.dtb" |