diff options
author | Mark Hatle <mhatle@xilinx.com> | 2022-06-08 17:51:59 -0700 |
---|---|---|
committer | Mark Hatle <mhatle@xilinx.com> | 2022-06-13 14:17:31 -0700 |
commit | 9a028b2bff495d279439de8a484366b29a73f540 (patch) | |
tree | f05045ad05c96963110a7ca7f1690590f9b04898 /meta-xilinx-standalone-experimental | |
parent | 4ce6c2ba61edf64aa3c2b5fca1a2c7ecd003634e (diff) | |
download | meta-xilinx-9a028b2bff495d279439de8a484366b29a73f540.tar.gz |
xilffs-example: Add REQURIED_DISTRO_FEATURES to match dependency xilffs
Resolve build wanring about xilffs-example not having REQUIRED_DISTRO_FEATURES
when one of it's dependencies has them.
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
(cherry picked from commit 77f283404dcff5e89a5ef8830a68435782e575d1)
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb index ff12a5df..bb976377 100644 --- a/meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb +++ b/meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb | |||
@@ -1,5 +1,8 @@ | |||
1 | inherit esw deploy | 1 | inherit esw deploy |
2 | 2 | ||
3 | # Requires by dependency xilffs | ||
4 | REQUIRED_DISTRO_FEATURES = "sdps" | ||
5 | |||
3 | ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/" | 6 | ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/" |
4 | 7 | ||
5 | DEPENDS += "xilffs xiltimer" | 8 | DEPENDS += "xilffs xiltimer" |