blob: 18988acb4d0c3407a7bdf87692e64c4fc74d8611 [file] [log] [blame]
Jayanth Othayothc9385132021-06-21 07:21:14 -05001HOMEPAGE = "https://github.com/open-power/libekb_p10"
2
3SUMMARY = "Hardware Procedure Framework"
4DESCRIPTION = "Provides infrastructure to run hardware procedures"
5PR = "r1"
6PV = "1.0+git${SRCPV}"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
9
10S = "${WORKDIR}/git"
11
12require recipes-bsp/ekb/ekb.inc
13
Patrick Williams899a8de2023-06-02 11:34:21 -050014inherit autotools
15inherit python3native
16inherit perlnative
Jayanth Othayothc9385132021-06-21 07:21:14 -050017
18SRCREV_FORMAT = "libekb_ekb"
19
devenraod81c93d2024-03-20 13:46:16 +053020SRCREV_libekb = "bc2b16f059bbc78de71c7c3b82197d65a2f532fb"
Jayanth Othayothc9385132021-06-21 07:21:14 -050021SRCREV_ekb = "${EKB_REV}"
22
Patrick Williams899a8de2023-06-02 11:34:21 -050023SRC_URI = "git://git@github.com/open-power/libekb_p10;branch=main;name=libekb;protocol=https \
Jayanth Othayothc9385132021-06-21 07:21:14 -050024 ${EKB_URI};name=ekb;destsuffix=git/ekb \
25 "
26
27DEPENDS = "pdbg libxml-simple-perl-native"