summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-devtools/qemu
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2020-03-26 10:45:33 -0700
committerMark Hatle <mark.hatle@xilinx.com>2020-03-26 13:26:24 -0700
commitc0128c6d67f1519399f32b7066044c9794b349d6 (patch)
tree7abf922de8f66df379ddad8ce296750a1ecaf9b5 /meta-xilinx-standalone/recipes-devtools/qemu
parent11c95d31edde0f261975a403272f9f9d69589921 (diff)
downloadmeta-xilinx-c0128c6d67f1519399f32b7066044c9794b349d6.tar.gz
Define COMPATIBLE_HOST to prevent mix of Linux and Baremetal recipes
The key is using COMPATIBLE_HOST to declare, for each recipe, which OS they are compatible with. This is a regex, so we need to carefully specify the arch/vendor wild cardscomponents so that we match only the OS parts. In the distro configuration, default to the standard Linux HOST_SYS setting. In the various baremetal recipes (or esw class) set the specific compatibility to allow baremetal recipes to build. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-devtools/qemu')
-rw-r--r--meta-xilinx-standalone/recipes-devtools/qemu/qemuwrapper-cross_1.0.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/recipes-devtools/qemu/qemuwrapper-cross_1.0.bbappend b/meta-xilinx-standalone/recipes-devtools/qemu/qemuwrapper-cross_1.0.bbappend
new file mode 100644
index 00000000..0d824324
--- /dev/null
+++ b/meta-xilinx-standalone/recipes-devtools/qemu/qemuwrapper-cross_1.0.bbappend
@@ -0,0 +1 @@
COMPATIBLE_HOST = "${HOST_SYS}"