diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-03-02 18:50:45 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-03 10:50:38 -0600 |
| commit | da5e91d582c1ad58eb090541a655792806474293 (patch) | |
| tree | c5d0cfa3a256266c8117a80d6132cc47d61733fc /meta-xilinx-standalone-experimental | |
| parent | a7a25754d873ef57a2e4a46fa190e5965d997dca (diff) | |
| download | meta-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.bb | 2 |
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 @@ | |||
| 1 | inherit esw | 1 | inherit esw features_check |
| 2 | 2 | ||
| 3 | REQUIRED_MACHINE_FEATURES = "sdps" | 3 | REQUIRED_MACHINE_FEATURES = "sdps" |
| 4 | 4 | ||
