diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-01-22 16:16:51 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-01-22 16:31:41 -0700 |
| commit | d925a82f3631bd20648a91bc23d5746e457c9b8b (patch) | |
| tree | d603f5a9526044c1a38006a7322224e8cde9c5e7 /meta-xilinx-core/conf | |
| parent | 3d6752472f5abf6060b5c9db37559b2c5be8977d (diff) | |
| download | meta-xilinx-d925a82f3631bd20648a91bc23d5746e457c9b8b.tar.gz | |
meta-xilinx-core: virtualization_layer: qemu
Rework the meta-virtualization qemu extensions implemented in the
meta-xilinx-core layer. It was found that is a bug in the langdale
meta-virtualization. Due to this, we need to use BBMASK to exclude
the changes from that layer, and then repeat them, but only for
qemu 7.1. qemu 8.1 work is taken from the current master version
of meta-virtualization.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
| -rw-r--r-- | meta-xilinx-core/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 5f2693cb..bbad1f76 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
| @@ -46,6 +46,9 @@ XILINX_RELEASE_VERSION ??= "v2024.1" | |||
| 46 | 46 | ||
| 47 | BUILDCFG_VARS:append = " SOC_VARIANT XILINX_RELEASE_VERSION" | 47 | BUILDCFG_VARS:append = " SOC_VARIANT XILINX_RELEASE_VERSION" |
| 48 | 48 | ||
| 49 | # Workaround for a bbappend bug in meta-virtualization (fixed in scarthgap) | ||
| 50 | BBMASK += "/meta-virtualization/recipes-devtools/qemu/" | ||
| 51 | |||
| 49 | XILINX_QEMU_VERSION[v2023.1] = "v7.1.0-xilinx-v2023.1%" | 52 | XILINX_QEMU_VERSION[v2023.1] = "v7.1.0-xilinx-v2023.1%" |
| 50 | XILINX_QEMU_VERSION[v2023.2] = "v7.1.0-xilinx-v2023.2%" | 53 | XILINX_QEMU_VERSION[v2023.2] = "v7.1.0-xilinx-v2023.2%" |
| 51 | XILINX_QEMU_VERSION[v2024.1] = "v8.1.0-xilinx-v2024.1%" | 54 | XILINX_QEMU_VERSION[v2024.1] = "v8.1.0-xilinx-v2024.1%" |
