diff options
| author | Mohd Saquib Siraj <mohdsaquib.siraj@amd.com> | 2024-02-12 15:40:38 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-13 13:06:18 -0600 |
| commit | fd9a51ca8e4cdd74697b804de351f74ac67730fc (patch) | |
| tree | c2f8c14cee3f31d108afb524ba2443a39e9f23f7 | |
| parent | 8da9e7c9a49181debb407a882791250726f22dfe (diff) | |
| download | meta-xilinx-fd9a51ca8e4cdd74697b804de351f74ac67730fc.tar.gz | |
xilpuf-example_2024.1.bb: Updated the dependencies
In depends of xilpuf example recipe, added xilmailbox and xilnvm as dependencies because the build was failing as header files from these libraries are used to compile these examples.
Signed-off-by: Mohd Saquib Siraj <mohdsaquib.siraj@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-libraries/xilpuf-example_2024.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilpuf-example_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilpuf-example_2024.1.bb index ca0abc12..13b0b5d6 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/xilpuf-example_2024.1.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilpuf-example_2024.1.bb | |||
| @@ -2,7 +2,7 @@ inherit esw deploy | |||
| 2 | 2 | ||
| 3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilpuf/examples/" | 3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilpuf/examples/" |
| 4 | 4 | ||
| 5 | DEPENDS += "xilpuf xilsecure" | 5 | DEPENDS += "xilpuf xilsecure xilmailbox xilnvm" |
| 6 | 6 | ||
| 7 | do_configure:prepend() { | 7 | do_configure:prepend() { |
| 8 | ( | 8 | ( |
