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 | |
| 9 | inherit meson |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | SRC_URI = "git://git@github.com/open-power/guard;branch="main"" |
| 14 | SRCREV = "87b02b63b64b36a925bec42723d70e0531e93407" |
| 15 | |
| 16 | DEPENDS = "cli11" |
| 17 | |
| 18 | PACKAGECONFIG ??= "${@bb.utils.filter('OBMC_MACHINE_FEATURES', 'phal', d)}" |
| 19 | PACKAGECONFIG[phal] = "-Ddevtree=enabled, -Ddevtree=disabled, pdata pdbg" |