summaryrefslogtreecommitdiffstats
path: root/conf/machine/pandaboard.conf
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2020-02-01 01:34:26 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-01-31 21:32:18 +0000
commita3fdca327f7a6f1d2782effcf825d534b1396940 (patch)
tree2ec366818c157d40f0a260132a6fc18f6003a5ee /conf/machine/pandaboard.conf
parent76b0f118a383e18ebed7aa737c2c22798fd911ae (diff)
downloadmeta-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/pandaboard.conf')
-rw-r--r--conf/machine/pandaboard.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
index edfc612b..4dd6fa29 100644
--- a/conf/machine/pandaboard.conf
+++ b/conf/machine/pandaboard.conf
@@ -6,7 +6,7 @@ require conf/machine/include/omap4.inc
6 6
7MACHINE_GUI_CLASS = "bigscreen" 7MACHINE_GUI_CLASS = "bigscreen"
8 8
9IMAGE_FSTYPES += "tar.gz" 9IMAGE_FSTYPES += "tar.xz"
10 10
11KERNEL_DEVICETREE = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb" 11KERNEL_DEVICETREE = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb"
12 12