X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fconf%2Finclude%2Fagl_cyclone5.inc;h=0e98d755b15d89bbe17d54ee748bb92fc98ac5b9;hb=e95ef7bd7bf8bec5d6be12c6e3caf98ed4085216;hp=efef16ce5d766ad4a65ad2d67d93670bd185895a;hpb=817c2c618d918b48e050e946c7fb79e9822fee89;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/conf/include/agl_cyclone5.inc b/meta-agl-bsp/conf/include/agl_cyclone5.inc index efef16ce5..0e98d755b 100644 --- a/meta-agl-bsp/conf/include/agl_cyclone5.inc +++ b/meta-agl-bsp/conf/include/agl_cyclone5.inc @@ -1,2 +1,11 @@ OSTREE_BOOTLOADER ?= "u-boot" -DEFAULTTUNE="armv7athf-neon" + +# DEFAULTTUNE for cortex-a9 +DISTRO_FEATURES_append = " agl-medium-arm-compiler" + + +# Add the custom rpi-sdimg output format +AGL_EXTRA_IMAGE_FSTYPES = "socfpga-sdimg.xz" + +# Use the AGL default ext4.xz to generate the rpi-sdimg +SDIMG_ROOTFS_TYPE = "ext4.xz"