[dts] [PATCH V1] add a default execution file

Haiyang Zhao haiyangx.zhao at intel.com
Wed Dec 23 09:57:25 CET 2020


 For the convenience of users and avoiding parsing config file exception,
 add a default execution file in DTS root directory.

Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
---
 execution.cfg | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 execution.cfg

diff --git a/execution.cfg b/execution.cfg
new file mode 100644
index 0000000..485e913
--- /dev/null
+++ b/execution.cfg
@@ -0,0 +1,10 @@
+[Execution1]
+crbs=<CRB IP Address>
+#using igb_uio please refer to doc/dts_gsg/support_igb_uio.rst
+drivername=vfio-pci
+build_type=meson
+test_suites=
+    hello_world,
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true
-- 
2.17.1



More information about the dts mailing list