summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-09-05 04:20:49 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-09-05 04:20:49 +0300
commitb7d4f96e505f0a7d766fbb0a805cb7337743f69a (patch)
tree9a0b8b0fdb73baa574e9ce682151752ea00d0a80
parent9fea3ae5928d9cfe1bb5c566c26d0716102eabbf (diff)
downloadopenbmc-b7d4f96e505f0a7d766fbb0a805cb7337743f69a.tar.xz
IBS: Suppress QA warnings [buildpaths]
-rw-r--r--meta-aspeed/recipes-kernel/linux/linux-aspeed.inc2
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc b/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
index 305b6cafbd..9aa8516420 100644
--- a/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
+++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc
@@ -2,6 +2,8 @@ DESCRIPTION = "Linux kernel for Aspeed"
SECTION = "kernel"
LICENSE = "GPL-2.0-only"
+WARN_QA:remove = " buildpaths"
+
PROVIDES += "virtual/kernel"
KCONFIG_MODE="--alldefconfig"
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index cce929d702..727b6e3985 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -10,6 +10,8 @@ GROUPADD_PARAM:${PN} = "web; redfish"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
+WARN_QA:remove = " buildpaths"
+
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
PV = "1.0+git${SRCPV}"