diff options
| author | Kunal Rane <kunal.rane@amd.com> | 2024-10-11 11:35:20 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-11 15:10:36 -0500 |
| commit | e2eca942cfe174d6503f098ae27819f24ad454fb (patch) | |
| tree | 8e292bd6d56f6d3d268d87006945964e294a368c | |
| parent | b21d6710396e85129c750956cdd249cd53918757 (diff) | |
| download | meta-xilinx-e2eca942cfe174d6503f098ae27819f24ad454fb.tar.gz | |
recipes-drivers: Update logic to support conditional build of dsitxss
recipe for dsitxss is made conditional so that it compiles its
subcores only if they are available.
Signed-off-by: Kunal Rane <kunal.rane@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-standalone-sdt/recipes-drivers/dsitxss_2024.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-sdt/recipes-drivers/dsitxss_2024.2.bb b/meta-xilinx-standalone-sdt/recipes-drivers/dsitxss_2024.2.bb index af7d30b0..9e16aa61 100644 --- a/meta-xilinx-standalone-sdt/recipes-drivers/dsitxss_2024.2.bb +++ b/meta-xilinx-standalone-sdt/recipes-drivers/dsitxss_2024.2.bb | |||
| @@ -5,7 +5,9 @@ REQUIRED_MACHINE_FEATURES = "dsitxss" | |||
| 5 | 5 | ||
| 6 | inherit esw python3native | 6 | inherit esw python3native |
| 7 | 7 | ||
| 8 | DEPENDS += "xilstandalone dsi dphy mipi-tx-phy" | 8 | DEPENDS += "xilstandalone dsi" |
| 9 | DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "dphy", "dphy", "",d)}" | ||
| 10 | DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "mipi-tx-phy", "mipi-tx-phy", "",d)}" | ||
| 9 | 11 | ||
| 10 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dsitxss/src/" | 12 | ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dsitxss/src/" |
| 11 | ESW_COMPONENT_NAME = "libdsitxss.a" | 13 | ESW_COMPONENT_NAME = "libdsitxss.a" |
