blob: 0a539e3a1266d0774e3bfc60c4d8d620be2f1dde [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
Andrew Geisslerbaf5ba72021-11-03 10:01:23 -05009inherit pkgconfig meson
Jayanth Othayoth0e656dd2021-06-21 07:25:24 -050010
11S = "${WORKDIR}/git"
12
Patrick Williamsbb99d222022-01-24 15:55:09 -060013SRC_URI = "git://git@github.com/open-power/guard;branch="main";protocol=https"
Jayanth Othayoth54b08902021-11-02 01:31:03 -050014SRCREV = "3fa0e5e312cb4138afb11e083e9ba7b0f0d5d5dc"
Jayanth Othayoth0e656dd2021-06-21 07:25:24 -050015
16DEPENDS = "cli11"
17
Patrick Williams8c561ee2021-10-22 14:20:12 -050018PACKAGECONFIG ??= "${@bb.utils.filter('MACHINE_FEATURES', 'phal', d)}"
Jayanth Othayoth0e656dd2021-06-21 07:25:24 -050019PACKAGECONFIG[phal] = "-Ddevtree=enabled, -Ddevtree=disabled, pdata pdbg"