summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libmctp
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-10-05 03:50:09 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-10-05 18:07:05 +0300
commitcbf87dd4b04c129c531ae7066343b481d91e9d27 (patch)
tree4a7d3a7a2a49749785739c19bebff4f177705e7a /meta-phosphor/recipes-phosphor/libmctp
parent020979994f5e040941201ce369e3c7b9148c11cd (diff)
downloadopenbmc-cbf87dd4b04c129c531ae7066343b481d91e9d27.tar.xz
libmctp: Drop 'astlpc-raw-kcs' PACKAGECONFIG option
Earlier the 'astlpc-raw-kcs' PACKAGECONFIG option was used to populate udev rules from the 'libmctp' repository to the system. Now udev rules are dropped from the repo in favor of a KCS device path argument provided via 'mctp' configuration file. Correct recipe file and all the affected platforms to this new approach. libmctp: srcrev bump 8803dc12a9..400766f943 Konstantin Aladyshev (1): astlpc: Provide KCS device path as a binding argument Change-Id: I480fe1f9d211dca6db29fbedb7836d469ad2ee02 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/libmctp')
-rw-r--r--meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb b/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb
index aff9313ed3..dc1279d314 100644
--- a/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb
+++ b/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb
@@ -6,11 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0d30807bb7a4f16d36e96b78f9ed8fae"
DEPENDS += "autoconf-archive-native \
systemd \
"
-SRCREV = "8803dc12a969480e2efc41677bef15196cb3b0b9"
+SRCREV = "400766f94322a00981b012e714734cab0ed52e68"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} pcap"
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}, \
--without-systemdsystemunitdir,systemd"
-PACKAGECONFIG[astlpc-raw-kcs] = "--enable-astlpc-raw-kcs,--disable-astlpc-raw-kcs,udev,udev"
PACKAGECONFIG[pcap] = "--enable-capture,--disable-capture,libpcap,"
PV = "1.0+git${SRCPV}"
PR = "r1"