diff options
author | Conall O'Griofa <conall.ogriofa@amd.com> | 2024-03-07 22:18:08 +0000 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-11 10:37:54 -0500 |
commit | f477834fe2e5cb1cb250926bd29f8888497eb85f (patch) | |
tree | 364e3abdfe830dccdf12977fe7e5b1817cb5168d /meta-xilinx-standalone-experimental | |
parent | b3a4cd0485e11bcdea6471524d8db3b90aad0281 (diff) | |
download | meta-xilinx-f477834fe2e5cb1cb250926bd29f8888497eb85f.tar.gz |
meta-xilinx-standalone-experimental: Update dfeequ-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>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/dfeequ-example_2024.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 index 024477c3..0f4d45be 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ-example_2024.1.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/dfeequ-example_2024.1.bb | |||
@@ -3,4 +3,6 @@ inherit esw_examples features_check | |||
3 | 3 | ||
4 | REQUIRED_MACHINE_FEATURES = "dfeequ" | 4 | REQUIRED_MACHINE_FEATURES = "dfeequ" |
5 | 5 | ||
6 | DEPENDS += " dfeequ" | ||
7 | |||
6 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeequ/examples/" | 8 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dfeequ/examples/" |