summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/flash/phosphor-insecure-signing-key-native.bb
blob: 55ebe57791db12ea46dd765ec694b6c1320e89ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "Insecure private key for testing and development"
DESCRIPTION = "Do not use this key to sign images."
PR = "r1"

inherit allarch
inherit native
inherit obmc-phosphor-license

SRC_URI += "file://OpenBMC.priv"

do_install() {
	bbplain "Using an insecure image signing key!"
	install -d ${D}${datadir}
	install -m 400 ${WORKDIR}/OpenBMC.priv ${D}${datadir}
}