blob: ee646677bae09bd3c2c80f4e8b48baa34d865e05 [file] [log] [blame]
Benjamin Faire43b2032019-09-16 11:32:43 -07001SUMMARY = "XML-based binary image generator"
2DESCRIPTION = "XML-based binary image generator"
3HOMEPAGE = "https://github.com/Nuvoton-Israel/bingo"
Patrick Williamsd541ec52022-04-30 07:41:26 -05004LICENSE = "GPL-2.0-only"
Oshri Alkoby (NTIL)a85957f2019-01-19 00:00:10 +02005LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
Patrick Williamsbccaff32023-04-14 11:24:47 -05007SRC_URI = "git://github.com/Nuvoton-Israel/bingo;branch=master;protocol=https"
Tim Lee2e024aa2023-11-20 09:21:30 +08008
9# tag Bingo_0.0.6
10SRCREV = "1692a12d38f1c62ef7d870a8d2687e70888e1779"
Oshri Alkoby (NTIL)a85957f2019-01-19 00:00:10 +020011
12S = "${WORKDIR}/git"
13
14do_install () {
15
16 install -d "${D}${bindir}"
17 install deliverables/linux/Release/bingo ${D}${bindir}
Oshri Alkoby (NTIL)a85957f2019-01-19 00:00:10 +020018}
19
20inherit native