From a7a7ed08b2d02ef746631894cfae6e6b00a41fef Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 11 May 2021 16:20:17 +0000 Subject: intel-ipmi-oem: srcrev bump 01fbd0176c..fb9f1aa1ea Chalapathi Venkataramashetty (1): oemcommands: check for non-printable characters in biosID Change-Id: Iae04a081946f7899a1743c049d1daeae9302ddaa Signed-off-by: Andrew Geissler --- meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-intel-openbmc/meta-common') diff --git a/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb b/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb index 3a86b5657..9466b22a8 100755 --- a/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb +++ b/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=a6a4edad4aed50f39a66d098d74b265b" SRC_URI = "git://github.com/openbmc/intel-ipmi-oem" -SRCREV = "01fbd0176c403feb29bf2a9ddd17469d0a27c3ef" +SRCREV = "fb9f1aa1ea3c944fbba17b51ab26264af1c67a25" S = "${WORKDIR}/git" PV = "0.1+git${SRCPV}" -- cgit v1.2.3 From 7612bcf13e43cdfbe36b0d46c2d3760c38425090 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Fri, 23 Apr 2021 15:13:27 -0700 Subject: meta-intel-openbmc: Fix Yocto build warnings for 'inherit native' order There are new Yocto warnings when 'native' is not inherited last. For example: WARNING: .../meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb: QA Issue: intel-led-manager-config-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: obmc-phosphor-utils.bbclass [native-last] This moves 'native' to be inherited last to resolve the warnings. Change-Id: Ia408acc8ee9cda5130d6b189074b0bfc97ecd7bd Signed-off-by: Jason M. Bills --- .../recipes-phosphor/leds/intel-led-manager-config-native.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-intel-openbmc/meta-common') diff --git a/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb b/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb index 20df1185b..0d6bfd367 100644 --- a/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb +++ b/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb @@ -1,8 +1,8 @@ SUMMARY = "Phosphor LED Group Management for Intel" PR = "r1" -inherit native inherit obmc-phosphor-utils +inherit native LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -- cgit v1.2.3