diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2025-02-13 10:30:33 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:15 -0600 |
| commit | e56c47c22b297edf1794abc86b7fa41fb89c9ed8 (patch) | |
| tree | 02364ec148290969fba35d8bec54aecc55061313 /meta-xilinx-virtualization/conf | |
| parent | 5463a2941d5bb24fd58c235640d1f2fec00f4d9d (diff) | |
| download | meta-xilinx-e56c47c22b297edf1794abc86b7fa41fb89c9ed8.tar.gz | |
device-tree: Disable meta-virtualization xen DTSI and apply it only for Linux
In meta-virtualization, when used with meta-xilinx-core, the XEN dtsi was
always enabled, even in a non-Linux based build. This caused compilation
issues as cortex-r5 and other CPUs are missing required parameters for Xen.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-virtualization/conf')
| -rw-r--r-- | meta-xilinx-virtualization/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-virtualization/conf/layer.conf b/meta-xilinx-virtualization/conf/layer.conf index 1ce8ccfe..1f759ffc 100644 --- a/meta-xilinx-virtualization/conf/layer.conf +++ b/meta-xilinx-virtualization/conf/layer.conf | |||
| @@ -22,3 +22,5 @@ XILINX_XEN_VERSION[v2024.1] = "4.18+stable-xilinx+git%" | |||
| 22 | XILINX_XEN_VERSION[v2024.2] = "4.18+stable-xilinx+git%" | 22 | XILINX_XEN_VERSION[v2024.2] = "4.18+stable-xilinx+git%" |
| 23 | PREFERRED_VERSION_xen ?= "${@d.getVarFlag('XILINX_XEN_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or '4.18+stable-xilinx+git%'}" | 23 | PREFERRED_VERSION_xen ?= "${@d.getVarFlag('XILINX_XEN_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or '4.18+stable-xilinx+git%'}" |
| 24 | PREFERRED_VERSION_xen-tools ?= "${@d.getVarFlag('XILINX_XEN_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or '4.18+stable-xilinx+git%'}" | 24 | PREFERRED_VERSION_xen-tools ?= "${@d.getVarFlag('XILINX_XEN_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or '4.18+stable-xilinx+git%'}" |
| 25 | |||
| 26 | BBMASK += "dynamic-layers/xilinx/recipes-bsp/device-tree/device-tree.bbappend" | ||
