diff options
author | Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> | 2023-03-21 17:07:04 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-21 14:55:57 -0500 |
commit | abffd2fb1afe76d4e89140aaaafb562fe6b280d4 (patch) | |
tree | f0e1cab825b11a3ad296fca836076b8671ff8946 /meta-xilinx-standalone-experimental | |
parent | 1e106c71a4c1fca727a6a2e3af92336d806b7edc (diff) | |
download | meta-xilinx-abffd2fb1afe76d4e89140aaaafb562fe6b280d4.tar.gz |
meta-xilinx-standalone-experimental: recipes-libraries: xilffs: Remove unneeded required distro feature check
xilffs should be compiled if the design has no sd peripheral update the
recipe for the same.
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')
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb index d5f12de5..298e3033 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb | |||
@@ -1,7 +1,5 @@ | |||
1 | inherit esw features_check | 1 | inherit esw features_check |
2 | 2 | ||
3 | REQUIRED_MACHINE_FEATURES = "sdps" | ||
4 | |||
5 | ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/src/" | 3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/src/" |
6 | ESW_COMPONENT_NAME = "libxilffs.a" | 4 | ESW_COMPONENT_NAME = "libxilffs.a" |
7 | 5 | ||