summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mhatle@xilinx.com>2022-06-08 17:51:59 -0700
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-07-23 15:59:49 -0500
commit223c908abc4ee62e1af954397cd20a3d83564dfe (patch)
treec1e5bcb53f617824e06fb01aed253880dfe85b14
parent90ffe6ed934d4e50f54a6857cf32b272d02f30d5 (diff)
downloadmeta-xilinx-223c908abc4ee62e1af954397cd20a3d83564dfe.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>
-rw-r--r--meta-xilinx-standalone-experimental/recipes-libraries/xilffs-example_git.bb3
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 @@
1inherit esw deploy 1inherit esw deploy
2 2
3# Requires by dependency xilffs
4REQUIRED_DISTRO_FEATURES = "sdps"
5
3ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/" 6ESW_COMPONENT_SRC = "/lib/sw_services/xilffs/examples/"
4 7
5DEPENDS += "xilffs xiltimer" 8DEPENDS += "xilffs xiltimer"