summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-11-21 13:54:05 -0600
committerMark Hatle <mark.hatle@amd.com>2024-11-21 13:54:05 -0600
commit1241013c7bce4262a6128eb4ccb3db410831746d (patch)
treeda79ab94a5b4ae9abf6211d8289a4bf5dbdcde9f /meta-microblaze/conf/layer.conf
parent6e3a214d268c7d75a42a9a329b5621fb5a49a89a (diff)
parent10531c26195f97f9565e9770c21977805e53c46b (diff)
downloadmeta-xilinx-1241013c7bce4262a6128eb4ccb3db410831746d.tar.gz
Merge remote-tracking branch 'origin/scarthgap' into yocto-master
This moves the system to scarthgap. It is known to NOT work with Styhead and master, Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-microblaze/conf/layer.conf')
-rw-r--r--meta-microblaze/conf/layer.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf
index 045550eb..f7aaf40f 100644
--- a/meta-microblaze/conf/layer.conf
+++ b/meta-microblaze/conf/layer.conf
@@ -21,13 +21,9 @@ OLDEST_KERNEL:microblaze = "3.15"
21INHERIT += "rust_microblaze" 21INHERIT += "rust_microblaze"
22 22
23# We want to use gcc 12.x for the microblaze stuff, and 14.x for any host tooling 23# We want to use gcc 12.x for the microblaze stuff, and 14.x for any host tooling
24GCCVERSION:microblaze = "12.2.%" 24GCCVERSION:microblaze = "13.3.%"
25SDKGCCVERSION:microblaze = "14.%" 25SDKGCCVERSION:microblaze = "14.%"
26 26
27GDBVERSION:microblaze = "12.1"
28# canon-prefix-map doesn't exist in gcc 12.x
29DEBUG_PREFIX_MAP:remove:microblaze = "-fcanon-prefix-map"
30
31MICROBLAZE_SKIP_MSG = "" 27MICROBLAZE_SKIP_MSG = ""
32MICROBLAZE_SKIP_MSG:microblaze = "This recipe does not currently work on microblaze." 28MICROBLAZE_SKIP_MSG:microblaze = "This recipe does not currently work on microblaze."
33 29