diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 13:54:05 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 13:54:05 -0600 |
| commit | 1241013c7bce4262a6128eb4ccb3db410831746d (patch) | |
| tree | da79ab94a5b4ae9abf6211d8289a4bf5dbdcde9f /meta-microblaze/conf/layer.conf | |
| parent | 6e3a214d268c7d75a42a9a329b5621fb5a49a89a (diff) | |
| parent | 10531c26195f97f9565e9770c21977805e53c46b (diff) | |
| download | meta-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.conf | 6 |
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" | |||
| 21 | INHERIT += "rust_microblaze" | 21 | INHERIT += "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 |
| 24 | GCCVERSION:microblaze = "12.2.%" | 24 | GCCVERSION:microblaze = "13.3.%" |
| 25 | SDKGCCVERSION:microblaze = "14.%" | 25 | SDKGCCVERSION:microblaze = "14.%" |
| 26 | 26 | ||
| 27 | GDBVERSION:microblaze = "12.1" | ||
| 28 | # canon-prefix-map doesn't exist in gcc 12.x | ||
| 29 | DEBUG_PREFIX_MAP:remove:microblaze = "-fcanon-prefix-map" | ||
| 30 | |||
| 31 | MICROBLAZE_SKIP_MSG = "" | 27 | MICROBLAZE_SKIP_MSG = "" |
| 32 | MICROBLAZE_SKIP_MSG:microblaze = "This recipe does not currently work on microblaze." | 28 | MICROBLAZE_SKIP_MSG:microblaze = "This recipe does not currently work on microblaze." |
| 33 | 29 | ||
