starfive-tool.bb 438 B

12345678910111213141516171819
  1. DESCRIPTION = "Starfive Visionfive2 Tools"
  2. LICENSE = "GPL-2.0"
  3. LIC_FILES_CHKSUM = "file://LICENSE;md5=e6dc25dc2418b8831c906d43809d8336"
  4. SRC_URI = "git://github.com/starfive-tech/tools.git;protocol=https;nobranch=1"
  5. SRCREV = "6067c32c4cc11749a503b0708d98d6d45022cc0c"
  6. S = "${WORKDIR}/git/spl_tool"
  7. do_compile() {
  8. oe_runmake -C ${S}
  9. }
  10. do_install() {
  11. install -Dm 0755 ${S}/spl_tool ${D}/${bindir}/spl_tool
  12. }
  13. BBCLASSEXTEND = "native"