thud migration: Use GCC compiler 7.x to maintain compatibility with some packages
https://jira.digi.com/browse/DEL-6412 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
d5ba4e54e9
commit
ddd14144c3
|
|
@ -44,6 +44,10 @@ FEATURE_PACKAGES_dey-qt = "packagegroup-dey-qt"
|
||||||
FEATURE_PACKAGES_dey-trustfence = "packagegroup-dey-trustfence"
|
FEATURE_PACKAGES_dey-trustfence = "packagegroup-dey-trustfence"
|
||||||
FEATURE_PACKAGES_dey-wireless = "packagegroup-dey-wireless"
|
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
|
# Our layer only provides version 5.41, which we want to keep because
|
||||||
# it was used for Bluetooth certification. However by default the newer
|
# it was used for Bluetooth certification. However by default the newer
|
||||||
# 5.48 version should be used, which is provided by the poky layer.
|
# 5.48 version should be used, which is provided by the poky layer.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue