summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConall O'Griofa <conall.ogriofa@amd.com>2024-03-07 22:18:09 +0000
committerMark Hatle <mark.hatle@amd.com>2024-03-11 10:37:55 -0500
commitf9e350f4d0acce991678706892a0d57abda044c2 (patch)
treea738d036507087524711c9b24b0d042b7a3c128c
parentf477834fe2e5cb1cb250926bd29f8888497eb85f (diff)
downloadmeta-xilinx-f9e350f4d0acce991678706892a0d57abda044c2.tar.gz
meta-xilinx-standalone-experimental: Update dfemix-example recipe
Changes in libxil now require libmetal drivers' examples to depend on the respective driver. 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/dfemix-example_2024.1.bb2
1 files changed, 2 insertions, 0 deletions
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
index 4854c112..9149e9c4 100644
--- a/meta-xilinx-standalone-experimental/recipes-drivers/dfemix-example_2024.1.bb
+++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfemix-example_2024.1.bb
@@ -3,4 +3,6 @@ inherit esw_examples features_check
3 3
4REQUIRED_MACHINE_FEATURES = "dfemix" 4REQUIRED_MACHINE_FEATURES = "dfemix"
5 5
6DEPENDS += " dfemix"
7
6ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfemix/examples/" 8ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfemix/examples/"