diff options
| author | Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> | 2024-03-06 16:23:01 +0530 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-11 09:34:45 -0500 |
| commit | 6c362ef9df8060bcf5d3b0dd51eb024e62598fcb (patch) | |
| tree | e2b7cde83d00f9834a3a7407297fa03bd2b4b3b3 /meta-xilinx-standalone-experimental/recipes-libraries | |
| parent | 4bb65e36181ea0c23689dceb802e2e41083c771d (diff) | |
| download | meta-xilinx-6c362ef9df8060bcf5d3b0dd51eb024e62598fcb.tar.gz | |
meta-xilinx-standalone-experimental: recipes-libraries: libxil: Remove libmetal dependent drivers from machine_features
Remove the libmetal library dependent drivers from machine_features,
Consumers of these drivers should explicitly include dependency in their recipes.
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')
| -rw-r--r-- | meta-xilinx-standalone-experimental/recipes-libraries/libxil_2024.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/libxil_2024.1.bb b/meta-xilinx-standalone-experimental/recipes-libraries/libxil_2024.1.bb index eb24e1e1..2eb08307 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/libxil_2024.1.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/libxil_2024.1.bb | |||
| @@ -25,6 +25,7 @@ ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/" | |||
| 25 | ESW_COMPONENT_NAME = "libxil.a" | 25 | ESW_COMPONENT_NAME = "libxil.a" |
| 26 | 26 | ||
| 27 | DEPENDS += "xilstandalone " | 27 | DEPENDS += "xilstandalone " |
| 28 | MACHINE_FEATURES:remove = "aiengine dfeccf dfeequ dfemix dfeprach rfdc dfeofdm" | ||
| 28 | REQUIRED_MACHINE_FEATURES = "${MACHINE_FEATURES}" | 29 | REQUIRED_MACHINE_FEATURES = "${MACHINE_FEATURES}" |
| 29 | PACKAGECONFIG ?= "${MACHINE_FEATURES}" | 30 | PACKAGECONFIG ?= "${MACHINE_FEATURES}" |
| 30 | 31 | ||
