summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-experimental
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-03-02 18:50:45 -0700
committerMark Hatle <mark.hatle@amd.com>2023-03-03 10:50:38 -0600
commitda5e91d582c1ad58eb090541a655792806474293 (patch)
treec5d0cfa3a256266c8117a80d6132cc47d61733fc /meta-xilinx-standalone-experimental
parenta7a25754d873ef57a2e4a46fa190e5965d997dca (diff)
downloadmeta-xilinx-da5e91d582c1ad58eb090541a655792806474293.tar.gz
xilffs_git: Fix features check QA issue
xilffs warnings are obversed due to missing features_check inhert. Hence inherit features_check bbclass to fix QA warnings. WARNING: mc:microblaze-0-pmc:xilffs-2023.1_sdt_experimental+gitAUTOINC+4ab00f250f-r0 do_package_qa: QA Issue: xilffs: recipe doesn't inherit features_check [unhandled-features-check] Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-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 b40ea2ad..d5f12de5 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 1inherit esw features_check
2 2
3REQUIRED_MACHINE_FEATURES = "sdps" 3REQUIRED_MACHINE_FEATURES = "sdps"
4 4