Jayanth Othayoth | 0e656dd | 2021-06-21 07:25:24 -0500 | [diff] [blame] | 1 | HOMEPAGE = "https://github.com/open-power/guard" |
| 2 | SUMMARY = "Guard the faulty components" |
| 3 | DESCRIPTION = "Provide a way to guard the faulty component from the system" |
| 4 | PR = "r1" |
| 5 | PV = "1.0+git${SRCPV}" |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 8 | |
Andrew Geissler | baf5ba7 | 2021-11-03 10:01:23 -0500 | [diff] [blame] | 9 | inherit pkgconfig meson |
Jayanth Othayoth | 0e656dd | 2021-06-21 07:25:24 -0500 | [diff] [blame] | 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 13 | SRC_URI = "git://git@github.com/open-power/guard;branch="main";protocol=https" |
deepakala-k | 41bd3f0 | 2022-10-14 02:35:27 -0500 | [diff] [blame] | 14 | SRCREV = "e000b571c82e854180ddcbda3b76754341c72618" |
Jayanth Othayoth | 0e656dd | 2021-06-21 07:25:24 -0500 | [diff] [blame] | 15 | |
| 16 | DEPENDS = "cli11" |
| 17 | |
Patrick Williams | 8c561ee | 2021-10-22 14:20:12 -0500 | [diff] [blame] | 18 | PACKAGECONFIG ??= "${@bb.utils.filter('MACHINE_FEATURES', 'phal', d)}" |
Jayanth Othayoth | 0e656dd | 2021-06-21 07:25:24 -0500 | [diff] [blame] | 19 | PACKAGECONFIG[phal] = "-Ddevtree=enabled, -Ddevtree=disabled, pdata pdbg" |