From 7f0256c53a36526ca2c4caf51a0839029956964a Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 15 Jan 2019 11:28:21 -0500 Subject: [PATCH] Force build to use GCC 7 due to RAP issues with GCC 8 --- meta-citadel/conf/distro/citadel-distro.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-citadel/conf/distro/citadel-distro.conf b/meta-citadel/conf/distro/citadel-distro.conf index 9bb6831..af1079f 100644 --- a/meta-citadel/conf/distro/citadel-distro.conf +++ b/meta-citadel/conf/distro/citadel-distro.conf @@ -37,6 +37,8 @@ BUILD_REPRODUCIBLE_BINARIES = "1" INHERIT += "reproducible_build" +GCCVERSION = "7.%" + # Override meta-rust dependencies. # # Instead of bringing in all of openembedded, we imported the two recipes