blob: 0d5ff964f12f21ea4a8ca6b6a19bcceb14c5d2c8 [file] [log] [blame]
Jayanth Othayoth0e656dd2021-06-21 07:25:24 -05001HOMEPAGE = "https://github.com/open-power/guard"
2SUMMARY = "Guard the faulty components"
3DESCRIPTION = "Provide a way to guard the faulty component from the system"
4PR = "r1"
5PV = "1.0+git${SRCPV}"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
8
9inherit meson
10
11S = "${WORKDIR}/git"
12
13SRC_URI = "git://git@github.com/open-power/guard;branch="main""
14SRCREV = "87b02b63b64b36a925bec42723d70e0531e93407"
15
16DEPENDS = "cli11"
17
18PACKAGECONFIG ??= "${@bb.utils.filter('OBMC_MACHINE_FEATURES', 'phal', d)}"
19PACKAGECONFIG[phal] = "-Ddevtree=enabled, -Ddevtree=disabled, pdata pdbg"