From be141be78efd87a910f03b83f7f89e5b2690d17f Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 26 Jun 2017 22:50:53 +0200 Subject: Enforce same IMAGE_FSTYPES across all boards for AGL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changeset enforces the same output images across all boards to be ext4.xz and tar.xz . No exceptions. Reasons: disk space, unification of instructions, download size Bug-AGL: SPEC-492 Change-Id: I41c92ba1d92a6e5854cea470eea6e0b559945d5d Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9813 Reviewed-by: Kevin Hilman Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- meta-agl-distro/conf/distro/poky-agl.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta-agl-distro/conf') diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 70dcb3f80..2b171b238 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -113,3 +113,12 @@ require conf/distro/include/${TARGET_ARCH}-tune.inc # - use 1G RAM by default QB_MEM ?= "-m 1024" + +# DEFAULT IMAGE_FSTYPES for AGL (no - BSPs should not set this) +# +IMAGE_FSTYPES := "tar.xz ext4.xz" +INITRAMFS_FSTYPES := "" + +# +# THE FUTURE is 'wic' +# IMAGE_FSTYPES_append = " wic" -- cgit 1.2.3-korg