summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-intel/intel-pfr/intel-blocksign-native.bb
blob: 4f72dbe2ba804d95be3486587dcdb0c12718c1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Intel Blocksign tool for PFR image"
DESCRIPTION = "Image signing tool for BMC PFR image"

inherit native cmake

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${INTELBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"

DEPENDS = "openssl-native libxml2-native "

SRC_URI = "git://git@github.com/Intel-BMC/blocksign;protocol=ssh"

SRCREV = "852d88a1cbf4dc5856ff88e823a38d2872a86ffe"

S = "${WORKDIR}/git/"

do_install_append() {
   install -d ${D}/${bindir}
   install -m 775 ${B}/blocksign ${D}/${bindir}
}