summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConall O'Griofa <conall.ogriofa@amd.com>2024-02-09 16:59:21 +0000
committerMark Hatle <mark.hatle@amd.com>2024-02-12 19:04:43 -0600
commit97665e1f245bfde07ae3e508ffd1149033b9096f (patch)
tree4320bc567658fadbb64c2ac0804ab9334cf840af
parent0e5bbe2abe10e74ed9f71b56549dcd4af4f68322 (diff)
downloadmeta-xilinx-97665e1f245bfde07ae3e508ffd1149033b9096f.tar.gz
meta-xilinx-standalone-experimental: Update recipes for libmetal drivers
Upadted and added recipes for libmetal drivers: rfdc dfeccf dfeequ dfemix dfeofdm dfeprach Signed-off-by: Conall O'Griofa <conall.ogriofa@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/dfeccf-example_2024.1.bb6
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/dfeccf_2024.1.bb4
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/dfeequ-example_2024.1.bb6
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/dfeequ_2024.1.bb5
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/dfemix-example_2024.1.bb6
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/dfemix_2024.1.bb4
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm-example_2024.1.bb6
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm_2024.1.bb4
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/dfeprach-example_2024.1.bb6
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/dfeprach_2024.1.bb4
-rw-r--r--meta-xilinx-standalone-experimental/recipes-drivers/rfdc-example_2024.1.bb6
11 files changed, 47 insertions, 10 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeccf-example_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeccf-example_2024.1.bb
new file mode 100644
index 00000000..84f6c560
--- /dev/null
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeccf-example_2024.1.bb
@@ -0,0 +1,6 @@
1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit esw_examples features_check
3
4REQUIRED_MACHINE_FEATURES = "dfeccf"
5
6ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeccf/examples/"
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeccf_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeccf_2024.1.bb
index 9d17cd96..86a55b9f 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/dfeccf_2024.1.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeccf_2024.1.bb
@@ -1,11 +1,11 @@
1 1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit features_check 2inherit features_check
3 3
4REQUIRED_MACHINE_FEATURES = "dfeccf" 4REQUIRED_MACHINE_FEATURES = "dfeccf"
5 5
6inherit esw python3native 6inherit esw python3native
7 7
8DEPENDS += "xilstandalone " 8DEPENDS += "xilstandalone libmetal "
9 9
10ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeccf/src/" 10ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeccf/src/"
11ESW_COMPONENT_NAME = "libdfeccf.a" 11ESW_COMPONENT_NAME = "libdfeccf.a"
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ-example_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ-example_2024.1.bb
new file mode 100644
index 00000000..024477c3
--- /dev/null
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ-example_2024.1.bb
@@ -0,0 +1,6 @@
1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit esw_examples features_check
3
4REQUIRED_MACHINE_FEATURES = "dfeequ"
5
6ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeequ/examples/"
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ_2024.1.bb
index 1617b956..8ad43c1b 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ_2024.1.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ_2024.1.bb
@@ -1,11 +1,12 @@
1 1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit features_check 2inherit features_check
3 3
4REQUIRED_MACHINE_FEATURES = "dfeequ" 4REQUIRED_MACHINE_FEATURES = "dfeequ"
5 5
6inherit esw python3native 6inherit esw python3native
7 7
8DEPENDS += "xilstandalone " 8DEPENDS += "xilstandalone libmetal "
9
9 10
10ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeequ/src/" 11ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeequ/src/"
11ESW_COMPONENT_NAME = "libdfeequ.a" 12ESW_COMPONENT_NAME = "libdfeequ.a"
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfemix-example_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfemix-example_2024.1.bb
new file mode 100644
index 00000000..4854c112
--- /dev/null
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfemix-example_2024.1.bb
@@ -0,0 +1,6 @@
1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit esw_examples features_check
3
4REQUIRED_MACHINE_FEATURES = "dfemix"
5
6ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfemix/examples/"
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfemix_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfemix_2024.1.bb
index e08e1935..31c7b8ed 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/dfemix_2024.1.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfemix_2024.1.bb
@@ -1,11 +1,11 @@
1 1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit features_check 2inherit features_check
3 3
4REQUIRED_MACHINE_FEATURES = "dfemix" 4REQUIRED_MACHINE_FEATURES = "dfemix"
5 5
6inherit esw python3native 6inherit esw python3native
7 7
8DEPENDS += "xilstandalone " 8DEPENDS += "xilstandalone libmetal "
9 9
10ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfemix/src/" 10ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfemix/src/"
11ESW_COMPONENT_NAME = "libdfemix.a" 11ESW_COMPONENT_NAME = "libdfemix.a"
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm-example_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm-example_2024.1.bb
new file mode 100644
index 00000000..e26f541b
--- /dev/null
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm-example_2024.1.bb
@@ -0,0 +1,6 @@
1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit esw_examples features_check
3
4REQUIRED_MACHINE_FEATURES = "dfeofdm"
5
6ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeofdm/examples/"
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm_2024.1.bb
index 435e2fd2..a02ceae7 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm_2024.1.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeofdm_2024.1.bb
@@ -1,11 +1,11 @@
1 1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit features_check 2inherit features_check
3 3
4REQUIRED_MACHINE_FEATURES = "dfeofdm" 4REQUIRED_MACHINE_FEATURES = "dfeofdm"
5 5
6inherit esw python3native 6inherit esw python3native
7 7
8DEPENDS += "xilstandalone " 8DEPENDS += "xilstandalone libmetal "
9 9
10ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeofdm/src/" 10ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeofdm/src/"
11ESW_COMPONENT_NAME = "libdfeofdm.a" 11ESW_COMPONENT_NAME = "libdfeofdm.a"
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeprach-example_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeprach-example_2024.1.bb
new file mode 100644
index 00000000..2a8e5d74
--- /dev/null
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeprach-example_2024.1.bb
@@ -0,0 +1,6 @@
1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit esw_examples features_check
3
4REQUIRED_MACHINE_FEATURES = "dfeprach"
5
6ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeprach/examples/"
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/dfeprach_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/dfeprach_2024.1.bb
index 81808fea..0890ff3b 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/dfeprach_2024.1.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeprach_2024.1.bb
@@ -1,11 +1,11 @@
1 1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit features_check 2inherit features_check
3 3
4REQUIRED_MACHINE_FEATURES = "dfeprach" 4REQUIRED_MACHINE_FEATURES = "dfeprach"
5 5
6inherit esw python3native 6inherit esw python3native
7 7
8DEPENDS += "xilstandalone " 8DEPENDS += "xilstandalone libmetal "
9 9
10ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeprach/src/" 10ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeprach/src/"
11ESW_COMPONENT_NAME = "libdfeprach.a" 11ESW_COMPONENT_NAME = "libdfeprach.a"
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/rfdc-example_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/rfdc-example_2024.1.bb
new file mode 100644
index 00000000..2c6bbdd1
--- /dev/null
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/rfdc-example_2024.1.bb
@@ -0,0 +1,6 @@
1# Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved.
2inherit esw_examples features_check
3
4REQUIRED_MACHINE_FEATURES = "rfdc"
5
6ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/rfdc/examples/"