diff options
author | Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> | 2024-02-02 18:02:02 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-07 08:51:58 -0600 |
commit | 757bb1db286c559144070a269c20e534b5b48e71 (patch) | |
tree | 809557822bf34bbbb7d08e8093663ce5c9a8fc5c | |
parent | ff9edba3ac31fd30c45d3f35113d04cb43065f59 (diff) | |
download | meta-xilinx-757bb1db286c559144070a269c20e534b5b48e71.tar.gz |
meta-xilinx: Add recipes for clock wizard
Add the recipies for clocking wizard example.
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/clk-wiz-example_2024.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/clk-wiz-example_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-drivers/clk-wiz-example_2024.1.bb new file mode 100644 index 00000000..71ffdc32 --- /dev/null +++ b/meta-xilinx-standalone-experimental/recipes-drivers/clk-wiz-example_2024.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | inherit esw_examples features_check | ||
2 | |||
3 | REQUIRED_MACHINE_FEATURES = "clk-wiz" | ||
4 | |||
5 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/clk_wiz/examples/" | ||