summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-03-27 17:10:19 -0500
committerMark Hatle <mark.hatle@amd.com>2023-03-30 09:35:15 -0500
commit57776e5592ec5a6ef647bdd8fcf836b70e8c9be5 (patch)
tree9793f06144050c734d1fdd87851d3c8c05abfba1
parentf09ec06a79d3068aeecd591b69aa05e06b8a0966 (diff)
downloadmeta-xilinx-57776e5592ec5a6ef647bdd8fcf836b70e8c9be5.tar.gz
meta-xilinx-standalone-experimental: recipes-libraries: xilffs: Remove features check
Previous commit (abffd2fb1afe76d4e89140aaaafb562fe6b280d4) already removed the feature to be checked, but this resulted in a warning about the features_check being loaded, but not checking anything. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb
index 298e3033..b8dc3b33 100644
--- a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb
+++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb
@@ -1,4 +1,4 @@
1inherit esw features_check 1inherit esw
2 2
3ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/src/" 3ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/src/"
4ESW_COMPONENT_NAME = "libxilffs.a" 4ESW_COMPONENT_NAME = "libxilffs.a"