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-04-10 09:03:22 -0700 |
| commit | f9ffd854455b5149f00a7d4960f7005569f863d6 (patch) | |
| tree | e2c10ac6cca703f071c4469ce5faa4be7520afc2 | |
| parent | c73f049c9bc66343b0be1ded95a0590730ec82e4 (diff) | |
| download | meta-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.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 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 @@ | |||
| 1 | inherit esw | 1 | inherit esw features_check |
| 2 | 2 | ||
| 3 | REQUIRED_DISTRO_FEATURES = "sdps" | 3 | REQUIRED_DISTRO_FEATURES = "sdps" |
| 4 | 4 | ||
