[oe] [meta-handheld][PATCH 5/5] zaurus.inc: use gcc6 until gcc7 produces bootable kernels

Andrea Adami andrea.adami at gmail.com
Sun Sep 17 20:21:31 UTC 2017


As signaled upstream the kernels built with gcc7 fail to decompress.

See https://www.spinics.net/lists/arm-kernel/msg594654.html
ARM: pxa/corgi: armv5te kernel 4.12 fails to decompress compiled with gcc7

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 conf/machine/include/zaurus.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc
index c6e9e98..c6244b9 100644
--- a/conf/machine/include/zaurus.inc
+++ b/conf/machine/include/zaurus.inc
@@ -33,6 +33,8 @@ XZ_COMPRESSION_LEVEL = "-2e"
 # machine tuning
 ################
 
+GCCVERSION = "6.%"
+
 ARM_INSTRUCTION_SET = "thumb"
 ARM_INSTRUCTION_SET_collie = "arm"
 
-- 
2.7.4




More information about the Openembedded-devel mailing list