meta-nuvoton: images: fixup bingo and bootblock recipes

Add version information and descriptions to the two recipe files.

Change-Id: Ic3cc6d5e3cbae1041e71f6835d2f69ee071ada19
Signed-off-by: Benjamin Fair <benjaminfair@google.com>
diff --git a/recipes-bsp/images/npcm7xx-bingo-native.bb b/recipes-bsp/images/npcm7xx-bingo-native_git.bb
similarity index 73%
rename from recipes-bsp/images/npcm7xx-bingo-native.bb
rename to recipes-bsp/images/npcm7xx-bingo-native_git.bb
index 1ce1943..5ab1fc9 100644
--- a/recipes-bsp/images/npcm7xx-bingo-native.bb
+++ b/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/recipes-bsp/images/npcm7xx-bootblock.bb b/recipes-bsp/images/npcm7xx-bootblock_10.09.05.bb
similarity index 64%
rename from recipes-bsp/images/npcm7xx-bootblock.bb
rename to recipes-bsp/images/npcm7xx-bootblock_10.09.05.bb
index 85b8070..7c847f2 100644
--- a/recipes-bsp/images/npcm7xx-bootblock.bb
+++ b/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"