summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-intel/intel-pfr/obmc-intel-pfr-image-native.bb
blob: bb0f9ba7efcc4416d817fd29fd179e0123c4cbd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "Intel PFR image manifest and image signing keys"
DESCRIPTION = "This copies PFR image generation scripts and image signing keys to staging area"

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

inherit native

DEPENDS += " intel-blocksign-native"

SRC_URI = " \
           file://pfr_image.py \
          "

do_install () {
        bbplain "Copying intel pfr image generation scripts and image signing keys"

        install -d ${D}${bindir}
        install -d ${D}/${datadir}/pfrconfig
        install -m 775 ${WORKDIR}/pfr_image.py ${D}${bindir}/pfr_image.py
}