diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-03-27 17:10:19 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-30 09:35:15 -0500 |
| commit | 57776e5592ec5a6ef647bdd8fcf836b70e8c9be5 (patch) | |
| tree | 9793f06144050c734d1fdd87851d3c8c05abfba1 | |
| parent | f09ec06a79d3068aeecd591b69aa05e06b8a0966 (diff) | |
| download | meta-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.bb | 2 |
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 @@ | |||
| 1 | inherit esw features_check | 1 | inherit esw |
| 2 | 2 | ||
| 3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/src/" | 3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/src/" |
| 4 | ESW_COMPONENT_NAME = "libxilffs.a" | 4 | ESW_COMPONENT_NAME = "libxilffs.a" |
