From cbf87dd4b04c129c531ae7066343b481d91e9d27 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 4 Oct 2023 19:50:09 -0500 Subject: 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 Signed-off-by: Andrew Geissler Signed-off-by: Patrick Williams --- meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-phosphor/recipes-phosphor/libmctp') 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" -- cgit v1.2.3