diff --git a/recipes-support/qbootctl/qbootctl_git.bb b/recipes-support/qbootctl/qbootctl_git.bb new file mode 100644 index 000000000..969231dc4 --- /dev/null +++ b/recipes-support/qbootctl/qbootctl_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "A port of the Qualcomm Android bootctrl HAL for musl/glibc userspace" +HOMEPAGE = "https://gitlab.com/sdm845-mainline/qbootctl" +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" + +SRCREV = "20572c1417030908fac57ffb35288323034bc6b2" +SRC_URI = "git://gitlab.com/sdm845-mainline/qbootctl.git;protocol=https;branch=main" + +DEPENDS = "zlib" + +S = "${WORKDIR}/git" + +PV = "0.1.2+git${SRCPV}" + +inherit meson