From 6ff8cd80051b7ffdc9927edac7294026aa4bd25c Mon Sep 17 00:00:00 2001 From: Shantappa Teekappanavar Date: Tue, 22 Jun 2021 12:45:28 -0500 Subject: openpower-debug-collector: Switched to meson build system The openpower-debug-collector now supports meson build infrastructure to build the binaries. Switching to meson build system instead of using autotools. The enable/disable install_error_yaml is an optional feature used to check the availability of the required packages to build binaries using autotools. In meson build system, this feature is removed since the availability of the packages are always checked, and therefore removing it from the recipe file. Added version bump 222131c to enable meson build support Tested: - Image build: MACHINE=witherspoon-tacoma bitbake obmc-phosphor-image - Updated witherspoon-tacoma BMC with newly created image - Verified watchdog_timeout and checkstop_app are installed at /usr/bin directory Signed-off-by: Shantappa Teekappanavar Change-Id: Idc0fc31dbe1e604b4d010590ef18cc5f3638d65b --- meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc') diff --git a/meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc b/meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc index b5f5f78fc1..5e946d3412 100644 --- a/meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc +++ b/meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/openpower-debug-collector" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI += "git://github.com/openbmc/openpower-debug-collector" -SRCREV = "96f3c8536ba9fae1a3b3050ade03cbd1af416b48" +SRCREV = "222131cc18135fe80c76aba1c7c91d9c5a80d9c9" -- cgit v1.2.3