diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-01-19 13:42:00 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-01-22 16:31:41 -0700 |
| commit | a5da3357071f0ed45810aa8fdc3450bd94b7997d (patch) | |
| tree | c7b12c4a031fc91daeff3fb9dacd3add85422397 /meta-xilinx-virtualization | |
| parent | c192fca9f62b732b5abde4c3633b13e839d654dc (diff) | |
| download | meta-xilinx-a5da3357071f0ed45810aa8fdc3450bd94b7997d.tar.gz | |
layer.conf: Update xen version to 4.18
Update xen and xen-tools version to 4.18.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Added 4.17 support 2023.x compatibility
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-virtualization')
| -rw-r--r-- | meta-xilinx-virtualization/conf/layer.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-xilinx-virtualization/conf/layer.conf b/meta-xilinx-virtualization/conf/layer.conf index 5b648025..0a3083df 100644 --- a/meta-xilinx-virtualization/conf/layer.conf +++ b/meta-xilinx-virtualization/conf/layer.conf | |||
| @@ -18,5 +18,8 @@ LAYERDEPENDS_xilinx-virtualization = "\ | |||
| 18 | 18 | ||
| 19 | LAYERSERIES_COMPAT_xilinx-virtualization = "langdale" | 19 | LAYERSERIES_COMPAT_xilinx-virtualization = "langdale" |
| 20 | 20 | ||
| 21 | PREFERRED_VERSION_xen = "4.17-xilinx+git%" | 21 | XILINX_XEN_VERSION[v2023.1] = "4.17-xilinx+git%" |
| 22 | PREFERRED_VERSION_xen-tools = "4.17-xilinx+git%" | 22 | XILINX_XEN_VERSION[v2023.2] = "4.17-xilinx+git%" |
| 23 | XILINX_XEN_VERSION[v2024.1] = "4.18-xilinx+git%" | ||
| 24 | PREFERRED_VERSION_xen ?= "${@d.getVarFlag('XILINX_XEN_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | ||
| 25 | PREFERRED_VERSION_xen-tools ?= "${@d.getVarFlag('XILINX_XEN_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | ||
