diff options
| author | Mark Hatle <mhatle@xilinx.com> | 2022-06-08 17:51:59 -0700 |
|---|---|---|
| committer | Mark Hatle <mhatle@xilinx.com> | 2022-06-13 08:30:05 -0700 |
| commit | 77f283404dcff5e89a5ef8830a68435782e575d1 (patch) | |
| tree | 521b2be79a5f55dcbf4264e0f57d1c2742aa9026 /meta-xilinx-standalone-experimental/recipes-libraries | |
| parent | 7c5519b8b1dc782fd0fa50ac426094f9225de80a (diff) | |
| download | meta-xilinx-77f283404dcff5e89a5ef8830a68435782e575d1.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>
Diffstat (limited to 'meta-xilinx-standalone-experimental/recipes-libraries')
| -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" |
