diff options
| author | Mohd Saquib Siraj <mohdsaquib.siraj@amd.com> | 2024-03-03 02:57:02 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-05 09:52:36 -0600 |
| commit | 20853258388ea7bdfc9bb9e0d5676eb9ff5a1ea6 (patch) | |
| tree | e8b3c9fcfa3c6c1c97152da4c6e5d2d2dc0126bc /meta-xilinx-standalone-experimental/recipes-libraries | |
| parent | 8aa1b2eca8419cf4216a19a2242fb91e45162dad (diff) | |
| download | meta-xilinx-20853258388ea7bdfc9bb9e0d5676eb9ff5a1ea6.tar.gz | |
xilsecure-example_2024.1.bb: Added API's to support server client mode
Added packageconfig API's to support server client mode and build examples accordingly
Signed-off-by: Mohd Saquib Siraj <mohdsaquib.siraj@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-libraries')
| -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() { |
