summaryrefslogtreecommitdiffstats
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-04-10 09:03:22 -0700
commitf9ffd854455b5149f00a7d4960f7005569f863d6 (patch)
treee2c10ac6cca703f071c4469ce5faa4be7520afc2
parentc73f049c9bc66343b0be1ded95a0590730ec82e4 (diff)
downloadmeta-xilinx-f9ffd854455b5149f00a7d4960f7005569f863d6.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-2022.2_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>
-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 8792fdbd..2a01c974 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_DISTRO_FEATURES = "sdps" 3REQUIRED_DISTRO_FEATURES = "sdps"
4 4