diff options
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-libraries/xilsecure-example_2024.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure-example_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure-example_2024.1.bb index 993794b5..a2b4b7a5 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure-example_2024.1.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure-example_2024.1.bb | |||
| @@ -2,6 +2,10 @@ inherit esw deploy | |||
| 2 | 2 | ||
| 3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilsecure/examples/" | 3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilsecure/examples/" |
| 4 | 4 | ||
| 5 | PACKAGECONFIG ??= "client server" | ||
| 6 | PACKAGECONFIG[client] ="-DXILSECURE_mode="client",," | ||
| 7 | PACKAGECONFIG[server] ="-DXILSECURE_mode="server",," | ||
| 8 | |||
| 5 | DEPENDS += "xilsecure" | 9 | DEPENDS += "xilsecure" |
| 6 | 10 | ||
| 7 | do_configure:prepend() { | 11 | do_configure:prepend() { |
