summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/google-bios-key/google-bios-key_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-google/recipes-google/google-bios-key/google-bios-key_git.bb')
-rw-r--r--meta-google/recipes-google/google-bios-key/google-bios-key_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-google/recipes-google/google-bios-key/google-bios-key_git.bb b/meta-google/recipes-google/google-bios-key/google-bios-key_git.bb
new file mode 100644
index 000000000..b57fe1515
--- /dev/null
+++ b/meta-google/recipes-google/google-bios-key/google-bios-key_git.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Google BIOS Public Keys"
+DESCRIPTION = "Google BIOS Public Keys"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
+
+FILESEXTRAPATHS:prepend:gbmc := "${THISDIR}/${PN}:"
+
+SRC_URI:append:gbmc = " \
+ file://platforms_secure.pem \
+ file://platforms_bringup.pem \
+"
+
+FILES:${PN} += "${WORKDIR}/platforms_secure.pem"
+FILES:${PN} += "${WORKDIR}/platforms_bringup.pem"