summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-09-06 15:33:10 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-10-05 01:21:27 +0200
commit4659cd289e4ab86b231342707721ff12f609b34e (patch)
tree892a4de0f02f8214066ea51e4a23eaf0f1c64920
parentae221996a26ace1768147bc19fad285b7e0613c1 (diff)
machines: compress the rootfs artefacts with xz
Change the compression method for the rootfs from bz2 to xz. This unifies the Toradex bsp with the same change done to NXP based machines when we added the Toradex Easy Installer. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Dominik Sliwa <dominik.sliwa@toradex.com>
-rw-r--r--conf/machine/apalis-t30.conf2
-rw-r--r--conf/machine/apalis-tk1-mainline.conf2
-rw-r--r--conf/machine/apalis-tk1.conf2
-rw-r--r--conf/machine/colibri-t20.conf2
-rw-r--r--conf/machine/colibri-t30.conf2
5 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf
index 8537f46..f8d5591 100644
--- a/conf/machine/apalis-t30.conf
+++ b/conf/machine/apalis-t30.conf
@@ -20,7 +20,7 @@ EXTRA_IMAGEDEPENDS += "u-boot"
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES ?= "tar.bz2"
+IMAGE_FSTYPES ?= "tar.xz"
DEFAULTTUNE = "armv7athf-neon"
require conf/machine/include/tune-cortexa9.inc
diff --git a/conf/machine/apalis-tk1-mainline.conf b/conf/machine/apalis-tk1-mainline.conf
index 23f0177..6c0d512 100644
--- a/conf/machine/apalis-tk1-mainline.conf
+++ b/conf/machine/apalis-tk1-mainline.conf
@@ -46,7 +46,7 @@ EXTRA_IMAGEDEPENDS += "u-boot"
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES ?= "tar.bz2"
+IMAGE_FSTYPES ?= "tar.xz"
DEFAULTTUNE = "cortexa15hf-neon"
require conf/machine/include/tune-cortexa15.inc
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index 4f28d06..772e78e 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -49,7 +49,7 @@ EXTRA_IMAGEDEPENDS += "u-boot"
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES ?= "tar.bz2"
+IMAGE_FSTYPES ?= "tar.xz"
DEFAULTTUNE = "cortexa15hf-neon"
require conf/machine/include/tune-cortexa15.inc
diff --git a/conf/machine/colibri-t20.conf b/conf/machine/colibri-t20.conf
index 07e004a..701dffa 100644
--- a/conf/machine/colibri-t20.conf
+++ b/conf/machine/colibri-t20.conf
@@ -24,7 +24,7 @@ EXTRA_IMAGEDEPENDS += "u-boot"
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES ?= "tar.bz2"
+IMAGE_FSTYPES ?= "tar.xz"
# T20 does not have neon
DEFAULTTUNE = "armv7athf"
diff --git a/conf/machine/colibri-t30.conf b/conf/machine/colibri-t30.conf
index 9fb3416..4f456f1 100644
--- a/conf/machine/colibri-t30.conf
+++ b/conf/machine/colibri-t30.conf
@@ -20,7 +20,7 @@ EXTRA_IMAGEDEPENDS += "u-boot"
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"
-IMAGE_FSTYPES ?= "tar.bz2"
+IMAGE_FSTYPES ?= "tar.xz"
# meta-angstrom/conf/distro/include/arm-defaults.inc
DEFAULTTUNE = "armv7athf-neon"