diff options
| author | Conall O'Griofa <conall.ogriofa@amd.com> | 2024-02-09 16:59:21 +0000 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-12 19:04:43 -0600 |
| commit | 97665e1f245bfde07ae3e508ffd1149033b9096f (patch) | |
| tree | 4320bc567658fadbb64c2ac0804ab9334cf840af | |
| parent | 0e5bbe2abe10e74ed9f71b56549dcd4af4f68322 (diff) | |
| download | meta-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>
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. | ||
| 2 | inherit esw_examples features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeccf" | ||
| 5 | |||
| 6 | ESW_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. | |
| 2 | inherit features_check | 2 | inherit features_check |
| 3 | 3 | ||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeccf" | 4 | REQUIRED_MACHINE_FEATURES = "dfeccf" |
| 5 | 5 | ||
| 6 | inherit esw python3native | 6 | inherit esw python3native |
| 7 | 7 | ||
| 8 | DEPENDS += "xilstandalone " | 8 | DEPENDS += "xilstandalone libmetal " |
| 9 | 9 | ||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeccf/src/" | 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeccf/src/" |
| 11 | ESW_COMPONENT_NAME = "libdfeccf.a" | 11 | ESW_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. | ||
| 2 | inherit esw_examples features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeequ" | ||
| 5 | |||
| 6 | ESW_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. | |
| 2 | inherit features_check | 2 | inherit features_check |
| 3 | 3 | ||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeequ" | 4 | REQUIRED_MACHINE_FEATURES = "dfeequ" |
| 5 | 5 | ||
| 6 | inherit esw python3native | 6 | inherit esw python3native |
| 7 | 7 | ||
| 8 | DEPENDS += "xilstandalone " | 8 | DEPENDS += "xilstandalone libmetal " |
| 9 | |||
| 9 | 10 | ||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeequ/src/" | 11 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeequ/src/" |
| 11 | ESW_COMPONENT_NAME = "libdfeequ.a" | 12 | ESW_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. | ||
| 2 | inherit esw_examples features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dfemix" | ||
| 5 | |||
| 6 | ESW_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. | |
| 2 | inherit features_check | 2 | inherit features_check |
| 3 | 3 | ||
| 4 | REQUIRED_MACHINE_FEATURES = "dfemix" | 4 | REQUIRED_MACHINE_FEATURES = "dfemix" |
| 5 | 5 | ||
| 6 | inherit esw python3native | 6 | inherit esw python3native |
| 7 | 7 | ||
| 8 | DEPENDS += "xilstandalone " | 8 | DEPENDS += "xilstandalone libmetal " |
| 9 | 9 | ||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfemix/src/" | 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfemix/src/" |
| 11 | ESW_COMPONENT_NAME = "libdfemix.a" | 11 | ESW_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. | ||
| 2 | inherit esw_examples features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeofdm" | ||
| 5 | |||
| 6 | ESW_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. | |
| 2 | inherit features_check | 2 | inherit features_check |
| 3 | 3 | ||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeofdm" | 4 | REQUIRED_MACHINE_FEATURES = "dfeofdm" |
| 5 | 5 | ||
| 6 | inherit esw python3native | 6 | inherit esw python3native |
| 7 | 7 | ||
| 8 | DEPENDS += "xilstandalone " | 8 | DEPENDS += "xilstandalone libmetal " |
| 9 | 9 | ||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeofdm/src/" | 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeofdm/src/" |
| 11 | ESW_COMPONENT_NAME = "libdfeofdm.a" | 11 | ESW_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. | ||
| 2 | inherit esw_examples features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeprach" | ||
| 5 | |||
| 6 | ESW_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. | |
| 2 | inherit features_check | 2 | inherit features_check |
| 3 | 3 | ||
| 4 | REQUIRED_MACHINE_FEATURES = "dfeprach" | 4 | REQUIRED_MACHINE_FEATURES = "dfeprach" |
| 5 | 5 | ||
| 6 | inherit esw python3native | 6 | inherit esw python3native |
| 7 | 7 | ||
| 8 | DEPENDS += "xilstandalone " | 8 | DEPENDS += "xilstandalone libmetal " |
| 9 | 9 | ||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeprach/src/" | 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeprach/src/" |
| 11 | ESW_COMPONENT_NAME = "libdfeprach.a" | 11 | ESW_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. | ||
| 2 | inherit esw_examples features_check | ||
| 3 | |||
| 4 | REQUIRED_MACHINE_FEATURES = "rfdc" | ||
| 5 | |||
| 6 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/rfdc/examples/" | ||
