Jayanth Othayoth | c938513 | 2021-06-21 07:21:14 -0500 | [diff] [blame] | 1 | HOMEPAGE = "https://github.com/open-power/libekb_p10" |
| 2 | |
| 3 | SUMMARY = "Hardware Procedure Framework" |
| 4 | DESCRIPTION = "Provides infrastructure to run hardware procedures" |
| 5 | PR = "r1" |
| 6 | PV = "1.0+git${SRCPV}" |
| 7 | LICENSE = "Apache-2.0" |
| 8 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 9 | |
| 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | require recipes-bsp/ekb/ekb.inc |
| 13 | |
Patrick Williams | 899a8de | 2023-06-02 11:34:21 -0500 | [diff] [blame] | 14 | inherit autotools |
| 15 | inherit python3native |
| 16 | inherit perlnative |
Jayanth Othayoth | c938513 | 2021-06-21 07:21:14 -0500 | [diff] [blame] | 17 | |
| 18 | SRCREV_FORMAT = "libekb_ekb" |
| 19 | |
Joel Stanley | 265bd49 | 2023-06-07 11:27:46 +0930 | [diff] [blame] | 20 | SRCREV_libekb = "b62ed7865055145593cc05a3c654dddc5dcbc704" |
Jayanth Othayoth | c938513 | 2021-06-21 07:21:14 -0500 | [diff] [blame] | 21 | SRCREV_ekb = "${EKB_REV}" |
| 22 | |
Patrick Williams | 899a8de | 2023-06-02 11:34:21 -0500 | [diff] [blame] | 23 | SRC_URI = "git://git@github.com/open-power/libekb_p10;branch=main;name=libekb;protocol=https \ |
Jayanth Othayoth | c938513 | 2021-06-21 07:21:14 -0500 | [diff] [blame] | 24 | ${EKB_URI};name=ekb;destsuffix=git/ekb \ |
| 25 | " |
| 26 | |
| 27 | DEPENDS = "pdbg libxml-simple-perl-native" |