diff options
| author | Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> | 2021-03-22 16:58:46 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:30:28 -0700 |
| commit | 0b8dbcf8de5e520e4bfc62542724b022425f5f15 (patch) | |
| tree | 6501444302887935f079857c4e7d1d40c56863b8 /meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb | |
| parent | 6f1d39255cb25a63a7f4e63a364f5d8d12289c6e (diff) | |
| download | meta-xilinx-0b8dbcf8de5e520e4bfc62542724b022425f5f15.tar.gz | |
recipes-drivers: Remove xilmem dependency
xilmem is deprecated
Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb b/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb index 98415f4a..22f659cd 100644 --- a/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-drivers/common_git.bb | |||
| @@ -4,7 +4,7 @@ REQUIRED_DISTRO_FEATURES = "common" | |||
| 4 | 4 | ||
| 5 | inherit esw python3native | 5 | inherit esw python3native |
| 6 | 6 | ||
| 7 | DEPENDS += "xilstandalone xilmem" | 7 | DEPENDS += "xilstandalone " |
| 8 | 8 | ||
| 9 | PACKAGECONFIG ?= "${@bb.utils.contains("DISTRO_FEATURES", "clockps", "clockps", "", d)} \ | 9 | PACKAGECONFIG ?= "${@bb.utils.contains("DISTRO_FEATURES", "clockps", "clockps", "", d)} \ |
| 10 | ${@bb.utils.contains("DISTRO_FEATURES", "scugic", "scugic", "", d)} \ | 10 | ${@bb.utils.contains("DISTRO_FEATURES", "scugic", "scugic", "", d)} \ |
