From 8f0aed0582269bf38b0ed47be4b6c287c1d098aa Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 28 Aug 2017 22:50:19 +0200 Subject: Do not use cpio.gz for initramfs as smack does not work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changeset removes the wrong hardcoded INITRAMFS_FSTYPES on 3 boards. It was moved over from the previous defaults prior to the change to the AGL-wide default FSTYPES. The correct image to use is ext4.gz (which is a default in poky-agl.conf) - thus we can just remove these in the board includes. Therefore the intel targets need to define INITRD_LIVE. Bug-AGL: SPEC-836 Change-Id: If45f67d2bbd02331f1aea848e3230ce1e190c50d Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10711 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Dominig ar Foll --- meta-agl-bsp/conf/include/agl_intel-corei7-64.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-bsp/conf/include/agl_intel-corei7-64.inc') diff --git a/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc b/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc index 069dbea50..299568fcb 100644 --- a/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc +++ b/meta-agl-bsp/conf/include/agl_intel-corei7-64.inc @@ -25,5 +25,5 @@ IMAGE_INSTALL_append = " \ gstreamer-vaapi-1.0 " AGL_DEFAULT_IMAGE_FSTYPES := "wic hddimg" -AGL_DEFAULT_INITRAMFS_FSTYPES := "cpio.gz" +INITRD_LIVE = "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE_LIVE}-${MACHINE}.ext4.gz" NOISO = "1" -- cgit 1.2.3-korg