From 4659cd289e4ab86b231342707721ff12f609b34e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 6 Sep 2017 15:33:10 +0200 Subject: 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 Acked-by: Dominik Sliwa --- conf/machine/apalis-t30.conf | 2 +- conf/machine/apalis-tk1-mainline.conf | 2 +- conf/machine/apalis-tk1.conf | 2 +- conf/machine/colibri-t20.conf | 2 +- conf/machine/colibri-t30.conf | 2 +- 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" -- cgit v1.2.3