configs/roseapplepi_defconfig: use gcc 7.x
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 28 Aug 2019 20:46:35 +0000 (22:46 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 29 Aug 2019 19:52:01 +0000 (21:52 +0200)
The old 3.10.x based vendor kernel does not build correctly with gcc 8.x.

While there is basic s500 support in the mainline kernel, there is not yet a
mmc driver so it isn't quite a replacement yet.

Stick to the vender kernel for now and revert back to gcc 7.x, hopefully
mainline support will be more complete once gcc 7.x gets dropped.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/roseapplepi_defconfig

index 327176254ac4072d88721ec4fd31ca972801ab0f..966d444a45df8926d6fb69fc66aad34d9b3c23c8 100644 (file)
@@ -6,6 +6,8 @@ BR2_ARM_ENABLE_VFP=y
 BR2_GLOBAL_PATCH_DIR="board/roseapplepi/patches"
 # Linux headers same as kernel, a 3.10 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y
+# kernel does not build with gcc 8.x
+BR2_GCC_VERSION_7_X=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/roseapplepi/post-image.sh"
 
 BR2_LINUX_KERNEL=y