summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Foley <pefoley@google.com>2022-02-09 18:29:42 +0300
committerPeter Foley <pefoley@google.com>2022-02-14 18:07:50 +0300
commit007aa796188232d60347fa60e1fc67461dc6d37c (patch)
tree3a42dd9268347c66d0b5109cf4be27e49bc8f25a
parentb02928b168ead37a4337b23ec6275b94506efd3d (diff)
downloadopenbmc-007aa796188232d60347fa60e1fc67461dc6d37c.tar.xz
quanta: f0b: ipmi: Fix minor QA warnings
e.g. WARNING: /home/peter/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-inventory-map-native.bb: QA Issue: f0b-ipmi-inventory-map-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: phosphor-ipmi-fru.bbclass [native-last] WARNING: /home/peter/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-fru-read-inventory-native.bb: QA Issue: f0b-ipmi-fru-read-inventory-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: phosphor-ipmi-host.bbclass [native-last] Signed-off-by: Peter Foley <pefoley@google.com> Change-Id: I3bc1e1cc2e581b0b191e191e32cfdbd6e2e278b7
-rw-r--r--meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-fru-read-inventory-native.bb2
-rw-r--r--meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-inventory-map-native.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-fru-read-inventory-native.bb b/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-fru-read-inventory-native.bb
index ac198a1772..e9181d1730 100644
--- a/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-fru-read-inventory-native.bb
+++ b/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-fru-read-inventory-native.bb
@@ -3,8 +3,8 @@ PR = "r1"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-inherit native
inherit phosphor-ipmi-host
+inherit native
SRC_URI += "file://config.yaml"
diff --git a/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-inventory-map-native.bb b/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-inventory-map-native.bb
index edd8364c0b..3ea5d6b15e 100644
--- a/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-inventory-map-native.bb
+++ b/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-inventory-map-native.bb
@@ -3,8 +3,8 @@ PR = "r1"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-inherit native
inherit phosphor-ipmi-fru
+inherit native
SRC_URI += "file://config.yaml"