From c81f31385be0f6a96776bdf150af539b8a7a77ad Mon Sep 17 00:00:00 2001 From: Jose Diaz de Grenu Date: Wed, 17 Jul 2019 10:06:16 +0200 Subject: [PATCH] Revert "thud migration: Use GCC compiler 7.x to maintain compatibility with some packages" After some fixes to cloudconnector, all packages compile with the standard GCC version in Yocto Thud (gcc 8.2). Some other packages are broken if we do not use the expected GCC version for Thud. Specifically, this was detected trying to compile docker. This reverts commit ddd14144c3239bf6af654fbd57c9136d2983f189. --- meta-digi-dey/conf/distro/dey.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index a11819e54..2b1380cb3 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -44,10 +44,6 @@ FEATURE_PACKAGES_dey-qt = "packagegroup-dey-qt" FEATURE_PACKAGES_dey-trustfence = "packagegroup-dey-trustfence" FEATURE_PACKAGES_dey-wireless = "packagegroup-dey-wireless" -# Use GCC compiler version 7.x to maintain compatibility with -# several packages without support yet like gstreamer-imx plugins -GCCVERSION ?= "7.%" - # Our layer only provides version 5.41, which we want to keep because # it was used for Bluetooth certification. However by default the newer # 5.50 version should be used, which is provided by the poky layer.