From f9ffd854455b5149f00a7d4960f7005569f863d6 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Thu, 2 Mar 2023 18:50:45 -0700 Subject: 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 Signed-off-by: Mark Hatle --- meta-xilinx-standalone-experimental/recipes-libraries/xilffs_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -inherit esw +inherit esw features_check REQUIRED_DISTRO_FEATURES = "sdps" -- cgit v1.2.3-54-g00ecf