diff options
| author | Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> | 2022-12-02 22:03:41 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-12-05 10:35:50 -0600 |
| commit | c56f1380b4b49c9a463fa73ccb03618fa1008fd6 (patch) | |
| tree | 8224d9d5715d5a159252680443766b3f63df0518 /meta-xilinx-standalone-experimental/recipes-libraries/xilsecure_git.bb | |
| parent | 87808e749426dbe9df0f72d8a1973d780c9a2ad9 (diff) | |
| download | meta-xilinx-c56f1380b4b49c9a463fa73ccb03618fa1008fd6.tar.gz | |
meta-xilinx-standalone-experimental: update recipes as per 2023.1 embeddedsw repo changes
Update recipes and readme as per 2023.1 embeddedsw repo and as per
latest lopper changes.
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-libraries/xilsecure_git.bb')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-libraries/xilsecure_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure_git.bb index b8c57eba..cb461024 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilsecure_git.bb | |||
| @@ -3,4 +3,4 @@ inherit esw | |||
| 3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilsecure/src/" | 3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilsecure/src/" |
| 4 | ESW_COMPONENT_NAME = "libxilsecure.a" | 4 | ESW_COMPONENT_NAME = "libxilsecure.a" |
| 5 | 5 | ||
| 6 | DEPENDS += "libxil xiltimer ${@'xilplmi' if d.getVar('ESW_MACHINE') == 'ub1_cpu_pmc' else 'xilmailbox'}" | 6 | DEPENDS += "libxil xiltimer ${@'xilplmi' if d.getVar('ESW_MACHINE') == 'ub1_cpu_pmc' else ''} ${@'xilmailbox' if d.getVar('MACHINE') == 'versal-generic' and d.getVar('ESW_MACHINE') != 'ub1_cpu_pmc' else ''}" |
