diff options
Diffstat (limited to 'meta-xilinx-standalone-sdt/recipes-drivers/dfeofdm-example_2024.1.bb')
-rw-r--r-- | meta-xilinx-standalone-sdt/recipes-drivers/dfeofdm-example_2024.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-drivers/dfeofdm-example_2024.1.bb b/meta-xilinx-standalone-sdt/recipes-drivers/dfeofdm-example_2024.1.bb new file mode 100644 index 00000000..661c2768 --- /dev/null +++ b/meta-xilinx-standalone-sdt/recipes-drivers/dfeofdm-example_2024.1.bb | |||
@@ -0,0 +1,8 @@ | |||
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 | DEPENDS += " dfeofdm" | ||
7 | |||
8 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeofdm/examples/" | ||