diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-08-28 22:50:19 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-05 09:18:06 +0000 |
commit | b54b4bfb817ab444349918b7642dbf2aec5ccb45 (patch) | |
tree | e7c05d8349407c83ed13b78b242ec7c7d5192d87 /meta-agl-bsp/conf/include/agl_nitrogen6x.inc | |
parent | d054bd313b05ed9e4d34b573c426a9e83f7901a9 (diff) |
Do not use cpio.gz for initramfs as smack does not work
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 <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10711
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Dominig ar Foll <dominig.arfoll@fridu.net>
(cherry picked from commit 8f0aed0582269bf38b0ed47be4b6c287c1d098aa)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10717
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_nitrogen6x.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_nitrogen6x.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_nitrogen6x.inc b/meta-agl-bsp/conf/include/agl_nitrogen6x.inc index 68ff82374..a85354a35 100644 --- a/meta-agl-bsp/conf/include/agl_nitrogen6x.inc +++ b/meta-agl-bsp/conf/include/agl_nitrogen6x.inc @@ -3,4 +3,3 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx6" PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-imx6" AGL_DEFAULT_IMAGE_FSTYPES := "sdcard.gz" -AGL_DEFAULT_INITRAMFS_FSTYPES := "cpio.gz"
\ No newline at end of file |