summaryrefslogtreecommitdiff
path: root/meta-nuvoton
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2019-09-16 21:32:43 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-17 14:21:20 +0300
commite43b2038ebe7157d62bd270890f9dd81abaace3b (patch)
tree3339db95b998a86c1056e335c6201e86653e398a /meta-nuvoton
parent136ad773f3799a28d3e96cc01c2555357bb44676 (diff)
downloadopenbmc-e43b2038ebe7157d62bd270890f9dd81abaace3b.tar.xz
meta-nuvoton: images: fixup bingo and bootblock recipes
Add version information and descriptions to the two recipe files. (From meta-nuvoton rev: b5087ace68e81084e16075e76659ca5a6f553994) Change-Id: I52db4fc4193999b01a4a17e78d9060ef93eab944 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-nuvoton')
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm7xx-bingo-native_git.bb (renamed from meta-nuvoton/recipes-bsp/images/npcm7xx-bingo-native.bb)5
-rw-r--r--meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.09.05.bb (renamed from meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock.bb)5
2 files changed, 9 insertions, 1 deletions
diff --git a/meta-nuvoton/recipes-bsp/images/npcm7xx-bingo-native.bb b/meta-nuvoton/recipes-bsp/images/npcm7xx-bingo-native_git.bb
index 1ce19433c..5ab1fc942 100644
--- a/meta-nuvoton/recipes-bsp/images/npcm7xx-bingo-native.bb
+++ b/meta-nuvoton/recipes-bsp/images/npcm7xx-bingo-native_git.bb
@@ -1,3 +1,8 @@
+SUMMARY = "XML-based binary image generator"
+DESCRIPTION = "XML-based binary image generator"
+HOMEPAGE = "https://github.com/Nuvoton-Israel/bingo"
+PR = "r1"
+PV = "0.1+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
diff --git a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock.bb b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.09.05.bb
index 85b80708d..7c847f2ed 100644
--- a/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock.bb
+++ b/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.09.05.bb
@@ -1,7 +1,10 @@
+SUMMARY = "Primary bootloader for NPCM7XX (Poleg) devices"
+DESCRIPTION = "Primary bootloader for NPCM7XX (Poleg) devices"
+HOMEPAGE = "https://github.com/Nuvoton-Israel/npcm7xx-bootblock"
LICENSE = "CLOSED"
LIC_FILES_CHKSUM = ""
-SRCREV = "10.09.05"
+SRCREV = "${PV}"
FILENAME = "Poleg_bootblock.bin"
SRC_URI = "git://github.com/Nuvoton-Israel/npcm7xx-bootblock;protocol=git"